geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
58 stars 22 forks source link

Troubleshooting download from ASF using ssara #536

Open falkamelung opened 9 months ago

falkamelung commented 9 months ago

If download does not work, try a simple example that you know it worked in the past. First ssara_federated_query.py with the —print option, and then with the --download option. These commands work for me:

ssara_federated_query.py --relativeOrbit=128 --intersectsWith='Polygon((-90.90 -0.81, -90.90 -0.80, -90.86 -0.80, -90.86 -0.81, -90.90 -0.81))' --platform=SENTINEL-1A,SENTINEL-1B --start=2016-06-01 --end=2016-08-31 --parallel=5 --maxResults=20000 --asfResponseTimeout=300 --kml --print

ssara_federated_query.py --relativeOrbit=128 --intersectsWith='Polygon((-90.90 -0.81, -90.90 -0.80, -90.86 -0.80, -90.86 -0.81, -90.90 -0.81))' --platform=SENTINEL-1A,SENTINEL-1B --start=2016-06-01 --end=2016-08-31 --parallel=5 --maxResults=20000 --asfResponseTimeout=300 --kml --download

Next try your own data using ssara_federated_query.py using --print and --download. When everything works, ssara_federated_query.bash (see `ssara_commands.txt) should work as well. (There could be intermittent outages by the ASF).