Skip to content

SRTM endpoint timeout #45

@jtpio

Description

@jtpio

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions