-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
It looks like the SRTM endpoints are down or not reachable anymore:
http://dds.cr.usgs.gov/srtm/version2_1/SRTM1/
Getting the following error:
/srv/conda/envs/notebook/lib/python3.7/site-packages/srtm/data.py in retrieve_or_load_file_data(self, file_name)
143 r = mod_requests.get(url, timeout=5)
144 except mod_requests.exceptions.Timeout:
--> 145 raise Exception('Connection to %s failed (timeout)' % url)
146 if r.status_code < 200 or 300 <= r.status_code:
147 raise Exception('Cannot retrieve %s' % url)
Exception: Connection to http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/N42E011.hgt.zip failed (timeout)
hari0603
Metadata
Metadata
Assignees
Labels
No labels