python-sgp4
No description set
- Sources inherited from project devel:languages:python:numeric
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-sgp4
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-sgp4 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-sgp4.changes | 0000004518 4.41 KB | |
python-sgp4.spec | 0000002858 2.79 KB | |
sgp4-2.22.tar.gz | 0000176506 172 KB |
Revision 16 (latest revision is 19)
Dirk Mueller (dirkmueller)
committed
(revision 16)
- update to 2.22: * Added a ``satnum_str`` attribute, exposing the fact that the C++ now stores the satellite number as a string; and check that ``satnum`` is never greater than 339999. * Fixed the units of the ``nddot`` attribute when the value is loaded from an OMM record. (Since the TLE computation itself ignores this attribute, this did not affect any satellite positions.) * Enhanced the fallback Python version of ``twoline2rv()`` to verify that TLE lines are ASCII, and added documentation using it to double-check TLEs that might suffer from non-ASCII characters. * If the user doesn’t set a satellite’s ``classification``, it now defaults to ``'U'`` for ‘unclassified’. * Added ``dump_satrec()`` to the ``sgp4.conveniences`` module. * Fixed the ``Satrec`` attribute ``.error``, which was previously building a nonsense integer from the wrong data in memory. * Removed ``.whichconst`` from Python ``Satrec``, to help users avoid writing code that will break when the C++ extension is available.
Comments 0