tkrajina / srtm.py

Geo elevation data parser for "The Shuttle Radar Topography Mission" data
Apache License 2.0
240 stars 57 forks source link

SRTM endpoint return 404 #51

Open jpenninkhof opened 3 years ago

jpenninkhof commented 3 years ago

It seems that the SRTM endpoint have been removed. All of them return code 404 at the moment.

tkrajina commented 3 years ago

Yes, they changed the URLs and the way the data is downloaded. It now requires basic html authentication.

Once I fix https://github.com/tkrajina/go-elevations/issues/3 I'll move to srtm.py to make it work again. Unfortunately my free time for this is limited, so this (probably) won't be ready in a couple of days :( But I'll try my best to do it next week.

farawayhillsaregreener commented 3 years ago

Seconding @jpenninkhof on this issue, and issuing a thanks in advance!

jgliss commented 3 years ago

It would be very helpful if this could be fixed. Many thanks in advance @tkrajina !

tkrajina commented 3 years ago

@jgliss @farawayhillsaregreener @jpenninkhof I'm still working on the earthdata branch, but as a temporary solution I changed master to use a SRTM mirror provided by https://srtm.kurviger.de

So, master works now. I also released a new version on pypi.

I'm leaving this issue open until I also fix and merge the earthdata branch.

jgliss commented 3 years ago

@tkrajina great thanks!