ucl-sgnl / FSPSimulator

Python Version of the UCL FSP
Apache License 2.0
3 stars 0 forks source link

Catalog pulling function issues #44

Closed CharlesPlusC closed 1 year ago

CharlesPlusC commented 1 year ago

PullCatalogueSpaceTrackActive() pull all satellites not just active satellites PullCatalogueSpaceTrackAll() only pulls Starlinks. There is no API to Celestrak but there are lots of references to Celestrak in the code. Are we manually importing somewhere? Confused.

CharlesPlusC commented 1 year ago

SpaceTrack catalog update function is not actually updating the catalog either. Always just uses the local version. What about checking the timestamps of the local file and the SpaceTrack file and if our catalog is more than a week or a month old it gets updated.

blueriver212 commented 1 year ago

This as fixed a while back