Skip to content

ENH: expanded data range #69

@jklenzing

Description

@jklenzing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions