johntruckenbrodt / pyroSAR

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

S1 OSV download from ASF #279

Open johntruckenbrodt opened 9 months ago

johntruckenbrodt commented 9 months ago

Just as mentioned in https://github.com/johntruckenbrodt/pyroSAR/issues/276, adding options for OSV download would be good. Here is another source that can be utilized:
https://s1qc.asf.alaska.edu/

crivisan commented 9 months ago

I found a quick fix to this, but I think they should update the URLs. Go to: /envs/pyrosar/lib/python3.8/site-packages/pyroSAR/drivers.py Modify the following argument, in line 1704, to url_options=2 URL is hard coded to option 1 (https://scihub.copernicus.eu/gnss) which is the old website. Option 2 (https://step.esa.int/auxdata/orbits/Sentinel-1) still works for downloading Orbit files.

johntruckenbrodt commented 9 months ago

Thanks @crivisan. Your suggestion has already been implemented in https://github.com/johntruckenbrodt/pyroSAR/pull/275 and included in the latest version 0.23.0. This issue is about adding the ASF page as alternative.