Most recent SGP4 satellite tracking algorithm in Python.
This Python package computes the position and velocity of an earth-orbiting satellite, given the satellite's TLE orbital elements from a source like Celestrak. Algorithm described in paper AIAA 2006-6753; see http://goo.gl/OaVlLh
This Python package computes the position and velocity of an earth-orbiting satellite, given the satellite's TLE orbital elements from a source like Celestrak. Algorithm described in paper AIAA 2006-6753; see http://goo.gl/OaVlLh
To install py311-sgp4, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-sgp4
To see what files were installed by py311-sgp4, run:
port contents py311-sgp4
To later upgrade py311-sgp4, run:
sudo port selfupdate && sudo port upgrade py311-sgp4
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.