Broken links in DownloardSRTMTiles
The DownloadSRTMTiles allows downloading SRTM tiles corresponding to the input images and vectors extent. But the download link used seems broken (as of 03/03/2021). It looks like accessing https://dds.cr.usgs.gov/ now requires login, something that is not possible with application.
The links on JPL SRTM page are broken. A similar bug has been reported on the readhgt Matlab module page
otbcli_DownloadSRTMTiles -il S2ROI.tif -tiledir /tmp/SRTM
2021-03-03 10:27:24 (INFO) DownloadSRTMTiles: Default RAM limit for OTB is 256 MB
2021-03-03 10:27:24 (INFO) DownloadSRTMTiles: GDAL maximum cache size is 794 MB
2021-03-03 10:27:24 (INFO) DownloadSRTMTiles: OTB will use at most 12 threads
2021-03-03 10:27:25 (INFO) DownloadSRTMTiles: Total candidate tiles: 9
2021-03-03 10:27:25 (INFO) DownloadSRTMTiles: --> 0 missing tiles in SRTM (coverage ratio is 100%)
2021-03-03 10:27:25 (INFO) DownloadSRTMTiles: --> 0 tiles already in the directory
2021-03-03 10:27:25 (INFO) DownloadSRTMTiles: --> 9 tiles to download
2021-03-03 10:27:25 (INFO) DownloadSRTMTiles: Downloading tile N41W005 ...
2021-03-03 10:27:26 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N41W005.hgt.zip
2021-03-03 10:27:26 (INFO) DownloadSRTMTiles: Downloading tile N41W004 ...
2021-03-03 10:27:27 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N41W004.hgt.zip
2021-03-03 10:27:27 (INFO) DownloadSRTMTiles: Downloading tile N41W003 ...
2021-03-03 10:27:28 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N41W003.hgt.zip
2021-03-03 10:27:28 (INFO) DownloadSRTMTiles: Downloading tile N42W005 ...
2021-03-03 10:27:29 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N42W005.hgt.zip
2021-03-03 10:27:29 (INFO) DownloadSRTMTiles: Downloading tile N42W004 ...
2021-03-03 10:27:29 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N42W004.hgt.zip
2021-03-03 10:27:29 (INFO) DownloadSRTMTiles: Downloading tile N42W003 ...
2021-03-03 10:27:30 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N42W003.hgt.zip
2021-03-03 10:27:30 (INFO) DownloadSRTMTiles: Downloading tile N43W005 ...
2021-03-03 10:27:31 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N43W005.hgt.zip
2021-03-03 10:27:31 (INFO) DownloadSRTMTiles: Downloading tile N43W004 ...
2021-03-03 10:27:32 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N43W004.hgt.zip
2021-03-03 10:27:32 (INFO) DownloadSRTMTiles: Downloading tile N43W003 ...
2021-03-03 10:27:33 (WARNING) DownloadSRTMTiles: Can't access tile : https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N43W003.hgt.zip
Edited by Cédric Traizet