johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
494 stars 110 forks source link

S1 OSV download from CDSE #276

Open johntruckenbrodt opened 9 months ago

johntruckenbrodt commented 9 months ago

The S1 OSV download functionality in S1.OSV.catch downloads files from https://step.esa.int/auxdata/orbits/Sentinel-1. Download from the Copernicus Open Access Hub / Scihub used to be possible but the service was shutdown and replaced by the Copernicus Data Space Ecosystem (see https://github.com/johntruckenbrodt/pyroSAR/pull/275). It would be good to implement download from there as second fallback option. However, implementation might be difficult because it requires authentication, which is not foreseen for the functions using this functionality.