Hello!
When I try to run a workflow based on PyGMTSAR developed last year, i encounter a problem regarding orbits downloading, more exactly i think that some files are missing from the URL:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://s1orbits.pechnikov.workers.dev/S1A/2025/01/01/index.csv
I download the orbits as before, so nothing changed, but the code will be something like S1.download_orbits(datadir, S1.scan_slc(datadir))
OS and software version
Please specify your operating system and the version of PyGMTSAR you are using, if applicable.
- OS: Ubuntu 22.04
- PyGMTSAR version: 2025.2.3
Is this a known issue ? I am reluctant to update due to possible future issues in the workflow.
Hello!
When I try to run a workflow based on PyGMTSAR developed last year, i encounter a problem regarding orbits downloading, more exactly i think that some files are missing from the URL:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://s1orbits.pechnikov.workers.dev/S1A/2025/01/01/index.csvI download the orbits as before, so nothing changed, but the code will be something like
S1.download_orbits(datadir, S1.scan_slc(datadir))OS and software version
Please specify your operating system and the version of PyGMTSAR you are using, if applicable.
Is this a known issue ? I am reluctant to update due to possible future issues in the workflow.