python-sgp4 Python implementation of most recent version of the SGP4 satellite tracking algorithm. Documentation:https://pypi.python.org/pypi/sgp4/ Download:https://pypi.org/project/sgp4/#files Changelog:https://pypi.org/project/sgp4/#changelog ...
Let me first start off by saying that I love this library and Skyfield which it supports; it's been an incredibly useful and essential tool in my work. I noted that in the documentation, the stated purpose of Satrec.sgp4_array and Satrec...
python3-numpy Python library for numerical computations (Python 3) python3-sgp4 Track earth satellite TLE orbits using up-to-date 2010 version of sgp4 python3-tz transitional package to rename python3-tz python3-astropy Core functionality for performing astrophysics with Python python3-...
Orbit Predictor is a Python library to propagate orbits of Earth-orbiting objects (satellites, ISS, Santa Claus, etc) usingTLE (Two-Line Elements set) All the hard work is done by Brandon Rhodes implementation ofSGP4. We can sayOrbit predictoris kind of a "wrapper" for the python implementa...