python-sgp4
No description set
- Developed at devel:languages:python:numeric
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-sgp4 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LICENSE | 0000001086 1.06 KB | |
python-sgp4.changes | 0000000339 339 Bytes | |
python-sgp4.spec | 0000003066 2.99 KB | |
sgp4-2.12.tar.gz | 0000145184 142 KB |
Revision 1 (latest revision is 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 820694
from
Benjamin Greiner (bnavigator)
(revision 1)
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. It implements the most recent version of SGP4, and is regularly run against the SGP4 test suite to make sure that its satellite position predictions agree to within 0.1 mm with the predictions of the standard distribution of the algorithm. This error is far less than the 1–3 km/day by which satellites themselves deviate from the ideal orbits described in TLE files. If your platform supports it, this package compiles the verbatim source code from the official C++ version of SGP4. You can call the routine directly, or through an array API that loops over arrays of satellites and arrays of times with machine code instead of Python. Otherwise, a slower but reliable Python implementation of SGP4 is used instead. Submitting because it is an optional package for python-astropy
Comments 0