Replies: 5 comments 9 replies
-
Sometimes the USGS server goes into maintenance and you can't download SRTM in the meantime. That's why I it's a good idea to keep a copy of SRTM somewhere |
Beta Was this translation helpful? Give feedback.
-
This issue because of the lpdaac server still in maintenance as you can see the news in this link As the alternative, I used the -u flag in the command and retrieve the DEM from ESA DEM SRTM repository in this link (http://step.esa.int/auxdata/dem/SRTMGL1/) for example:
Hope this alternative worked, for the dem retrieval issue |
Beta Was this translation helpful? Give feedback.
-
Thanks Dear aditdp |
Beta Was this translation helpful? Give feedback.
-
hi Dear aditdp |
Beta Was this translation helpful? Give feedback.
-
Hi
Prasetio I want to calculate the closure_phase_bias.py using the MintPy
software that I per-processed on ISCE,
but I cant calculate with (
https://github.com/insarlab/MintPy/blob/main/mintpy/closure_phase_bias.py)
I would be grateful if you could guide me
Prasetio ***@***.***> در تاریخ پنجشنبه ۱۱ اوت ۲۰۲۲
ساعت ۱۴:۲۷ نوشت:
… It's actually the same 1 arc second resolution dem
—
Reply to this email directly, view it on GitHub
<#548 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ3AKUVIW6JFPHORTCLAZL3VYTE6XANCNFSM55UBE7CQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am struggling with dem.py. It fails for several attempts as detailed below
I know that the password in my $HOME/.netrc file is valid.
Is the issue related to cookies? Or is the URL invalid?
Thanks,
Kurt
Try with 1 arcsec
(verdi) ops@ebe8970534ad:/Users/feigl/testdir$ dem.py -a stitch -b 38 39 -112 -111 -r -s 1 -c
This is the Open Source version of ISCE.
Some of the workflows depend on a separate licensed package.
To obtain the licensed package, please make a request for ISCE
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
Alternatively, if you are a member, or can become a member of WinSAR
you may be able to obtain access to a version of the licensed sofware at
https://winsar.unavco.org/software/isce
curl -n -L -c $HOME/.earthdatacookie -b $HOME/.earthdatacookie -k -f -O http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N38W112.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:00:01 --:--:-- 0
curl: (7) Failed to connect to e4ftl01.cr.usgs.gov port 80: Connection refused
2022-08-04 21:25:22,811 - isce.contrib.demUtils.DemStitcher - WARNING - There was a problem in retrieving the file http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N38W112.SRTMGL1.hgt.zip. Exception
Could not create a stitched DEM. Some tiles are missing
N38W112.SRTMGL1.hgt.zip = failed
try with 3 arc sec
(verdi) ops@ebe8970534ad:/Users/feigl/testdir$ dem.py -a stitch -b 38 39 -112 -111 -r -s 3 -c
This is the Open Source version of ISCE.
Some of the workflows depend on a separate licensed package.
To obtain the licensed package, please make a request for ISCE
through the website: https://download.jpl.nasa.gov/ops/request/index.cfm.
Alternatively, if you are a member, or can become a member of WinSAR
you may be able to obtain access to a version of the licensed sofware at
https://winsar.unavco.org/software/isce
curl -n -L -c $HOME/.earthdatacookie -b $HOME/.earthdatacookie -k -f -O http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL3.003/2000.02.11/N38W112.SRTMGL3.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:00:01 --:--:-- 0
curl: (7) Failed to connect to e4ftl01.cr.usgs.gov port 80: Connection refused
2022-08-04 21:45:11,365 - isce.contrib.demUtils.DemStitcher - WARNING - There was a problem in retrieving the file http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL3.003/2000.02.11/N38W112.SRTMGL3.hgt.zip. Exception
Could not create a stitched DEM. Some tiles are missing
N38W112.SRTMGL3.hgt.zip = failed
Try with just a curl command
(base) brady:~ feigl$ curl -n -L -c $HOME/.earthdatacookie -b $HOME/.earthdatacookie -k -f -O http://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL1.003/2000.02.11/N38W112.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:00:01 --:--:-- 0
curl: (7) Failed to connect to e4ftl01.cr.usgs.gov port 80 after 60 ms: Connection refused
Try with just a browser (chrome), when I am logged into Earthdata
This site can’t be reached
e4ftl01.cr.usgs.gov refused to connect.
Beta Was this translation helpful? Give feedback.
All reactions