cysgp4 icon indicating copy to clipboard operation
cysgp4 copied to clipboard

A wrapper around the SGP4 package, for sat TLE calculations

Results 6 cysgp4 issues
Sort by recently updated
recently updated
newest added

For the use case, I was given a large pandas dataframe of orbital parameters which I formed numpy arrays (by columns). I would like to call tle_linestrings() with arguments using...

https://github.com/bwinkel/cysgp4/blob/f6e8dc03b5a69b3c34d2a5f97a6df1ef511697d0/cysgp4/cysgp4.pyx#L1758 This should be: distance - if `sat_frame` is 'zxy', or given as 'phi', 'theta', and

Updated to a new version of Pop Os (22.04 LTS) and can no longer install cysgp4. It looks like it is trying to recompile numpy (current version 1.23.2) which it...

Following the [online quicktour notebook]( https://bwinkel.github.io/cysgp4/latest/quick_tour.html), there is a Note at the bottom, wich links to a cygrid notebook.

Docstrings for `eci_to_geo` and `geo_to_eci` are missing.

First: I'm excited about the idea of a machine-speed SGP4 implementation that can be called from Python! This will meet an important need for folks finding the pure-Python `sgp4` not...