orbit-predictor icon indicating copy to clipboard operation
orbit-predictor copied to clipboard

WSTLESource generates TLE cache with wrong epoch

Open enritoomey opened this issue 7 years ago • 1 comments

When WSTLESource._get_tle(sate_id, date) method is called, and a new TLE is to be stored in cache, the epoch used is not that of the TLE but the one of the date with which the method is called.

enritoomey avatar Dec 28 '18 21:12 enritoomey

https://github.com/satellogic/orbit-predictor/blob/ca67e2e859932938627ed24e5cbf58c887cd99c0/orbit_predictor/sources.py#L127-L128

astrojuanlu avatar Mar 09 '20 10:03 astrojuanlu