S1 Orbits
#572
Replies: 2 comments 2 replies
-
Do you have an old version of isce installed? I believe the URL was changed from that old one about a year ago (2f8de43). https://github.com/isce-framework/isce2/blob/main/contrib/stack/topsStack/fetchOrbit.py#L11 |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you couldn't fix it, there is an out-of-box solution https://github.com/scottstanie/sentineleof |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm working on a stack with the script stackSentinel.py. So far I know, we can use fetchOrbit.py to get the orbit files. However, it doesn't work as the connection with https://qc.sentinel1.eo.esa.int/aux_resorb/ fails. Anyone could tell me how to download these files? Thanks!
orbits$> fetchOrbit.py -i ../slc/S1A_IW_SLC__1SDV_20211212T050500_20211212T050527_040971_04DDD1_8E66.zip -o ./
Reference time: 2021-12-12 05:05:27
Satellite name: S1A
https://qc.sentinel1.eo.esa.int/aux_poeorb/?validity_start=2021-12-10..2021-12-14&sentinel1__mission=S1A
Querying for precise orbits
Exception - something went wrong with the web scraper:
Exception: HTTPSConnectionPool(host='qc.sentinel1.eo.esa.int', port=443): Max retries exceeded with url: /aux_poeorb/?validity_start=2021-12-10..2021-12-14&sentinel1__mission=S1A (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f38d72a6950>: Failed to establish a new connection: [Errno 11] Resource temporarily unavailable'))
Continuing process
Failed to find precise orbits for Time 2021-12-12 05:05:27
https://qc.sentinel1.eo.esa.int/aux_resorb/?validity_start=2021-12-11..2021-12-13&sentinel1__mission=S1A
Querying for restituted orbits
Exception - something went wrong with the web scraper:
Exception: HTTPSConnectionPool(host='qc.sentinel1.eo.esa.int', port=443): Max retries exceeded with url: /aux_resorb/?validity_start=2021-12-11..2021-12-13&sentinel1__mission=S1A (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f38d72a67d0>: Failed to establish a new connection: [Errno 11] Resource temporarily unavailable'))
Continuing process
Failed to find restituted orbits for Time 2021-12-12 05:05:27
Beta Was this translation helpful? Give feedback.
All reactions