bopen / elevation

Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.
http://elevation.bopen.eu
Apache License 2.0
290 stars 74 forks source link

Enable SSL for srtm.csi.cgiar.org? #44

Closed dannerph closed 3 years ago

dannerph commented 3 years ago

It seems, srtm.csi.cgiar.org is no longer serving wp-content uploads over http, at least for me. Changing the URI to https://srtm.csi.cgiar.org fixed the issue for me.

https://github.com/bopen/elevation/blob/master/elevation/datasource.py#L122

'datasource_url': 'https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/tiff',