NaviSat is a tool you can use to find locations and passing times of any NORAD satellite. This tool can be useful for finding when optimal times to intercept satellites are. Use this for educational purposes only. Requires n2yo.com API key.
NaviSat requires API access to N2YO. This is a free service that grabs information about satellites orbiting the earth. You can simply register and then head to your settings.
In your settings you must set a location:
After setting a location retreive your API key from below:
After obtaining a N2YO account and getting your API key clone the repository using git:
git clone git://github.com/M4cs/NaviSat.git
After you complete cloning the repository run the following commands:
cd NaviSat/
chmod +x navisat.py
./navisat.py
It will guide you through setting up a configuration and then allow you to start using the tool.
All results are predictions made by N2YO
NaviSat has a search ability that allows you to search for any satellites above your designated location and grabs their NORAD ID. You can then use this NORAD ID in the vpasses
or rpasses
command.
NaviSat will grab information about upcoming satellite radio passes. You can search by NORAD ID. Use the search
function to find a satellite ID.
NaviSat will grab information about upcoming satellite visual passes. You can search by NORAD ID. Use the search
function to find a satellite ID.
Developed by @maxbridgland
Support E-Mail: mabridgland@protonmail.com
Licensed Under GNU GPL v3 License