-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
The current data range of available orbits is three years based on inheritance from pysat.
Describe the solution you'd like
Tie to the start and stop dates to 1957 to 2056, the operational range of TLEs.
Describe alternatives you've considered
The runtime does increase when carrying around a longer list of files. As a test, changing from a three-year range to a hundred-year range increases the run time about 40% (from 0.47s to 0.64s per orbit on average, running >100 orbits randomly). In theory we could also pass through file_date_range as an optional argument for a quicker version of this, but may still run into an overhead issue.
Additional context
The list of fake files is required by pysat, ie, a file must exist before it can be loaded.
See #66 for more discussion.