ASFHyP3 / hyp3-lib

Common library for HyP3 plugins
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

fetch orbit files from the new copernicus dataspace ecosystem #267

Closed asjohnston-asf closed 10 months ago

asjohnston-asf commented 10 months ago

Uses the OData API

Query strategy is still the same: find an orbit of the given type for the given platform that completely covers the given start time - end time range. When multiple files are found, use the one with the most recent update date.

TODO