Issue in downloading SLC using ISCE2 #964
Unanswered
MuhammadAsi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I previously had a script for downloading Sentinel-1 SLCs using the SSARA API that worked perfectly. However, it no longer functions as expected.
When I use the --print option, the script occasionally lists available scenes, but other times it finds nothing. More importantly, when I attempt to download using the --parallel option, it fails completely. Even trying to download a single SLC results in the error:
"ASF: The read operation timed out. Found 0 scenes."
Here is the code I'm using:
$HOME/utils/SSARA/ssara_federated_query.py -p SENTINEL-1A,SENTINEL-1B -r 158 -b '29.2376,29.3944,83.5698,83.8536' -s 2020-01-01 -e 2020-02-24 --print
$HOME/utils/SSARA/ssara_federated_query.py -p SENTINEL-1A,SENTINEL-1B -r 158 -b '29.2376,29.3944,83.5698
If anyone knows of an alternative script or method for downloading the data, I would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions