bopen / elevation

Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.

Home Page:http://elevation.bopen.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable SSL for srtm.csi.cgiar.org?

dannerph opened this issue · comments

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',