Unable to download DEM file with dem.py #909
Replies: 1 comment
-
Hi everyone, I am having trouble with the verifyDEM step in stripmapApp.py. I'm encountering the following error: Running step verifyDEM Polynomial Order: 0 - by - 0 However, if I specify an external DEM download from Earthdata, I encounter another error: "no file found N22E072.hgt.xml" where the specified DEM is N22E072.hgt. Is there any way to specify external dem into stripmapApp workflow? |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone,
I am trying to download DEM file for running stripmapApp.py with dem.py with the following command:
!dem.py -a download -b 22 23 72 73 -r -c
But I got the following error:
curl -n -L -c $HOME/.earthdatacookie -b $HOME/.earthdatacookie -k -f -O http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N22E072.SRTMGL1.hgt.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to e4ftl01.cr.usgs.gov port 80 after 262 ms: Couldn't connect to server
2024-12-02 11:44:53,646 - isce.contrib.demUtils.DemStitcher - WARNING - There was a problem in retrieving the file http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N22E072.SRTMGL1.hgt.zip. Exception
N22E072.SRTMGL1.hgt.zip = failed
However, when I am opening the url http://e4ftl01.cr.usgs.gov in the same system, it is working. But it is not working using dem.py.
Thank you in advance for any insights or assistance you can provide.
Regards,
Pratanu
Beta Was this translation helpful? Give feedback.
All reactions