satellogic / orbit-predictor

Python library to propagate satellite orbits.
MIT License
140 stars 43 forks source link

Use new python-sgp4 API #86

Closed astrojuanlu closed 3 years ago

astrojuanlu commented 4 years ago

Still two tests failing, see https://github.com/satellogic/orbit-predictor/issues/85.

astrojuanlu commented 4 years ago

85 was fixed, but unfortunately the new Satrec API has no .no_unkozai value.

astrojuanlu commented 4 years ago

We can continue using WGS84 now! See https://github.com/brandon-rhodes/python-sgp4/issues/47 :tada:

astrojuanlu commented 4 years ago

Only two tests failing now for accuracy reasons.

astrojuanlu commented 3 years ago

This is ready to go!