tkrajina / srtm.py

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

Add timeout check on requests.get call #22

Closed MaxyMoos closed 7 years ago

MaxyMoos commented 7 years ago

Add a 5-second timeout check over the connection to the SRTM data servers in case they would not respond. Else a get_elevation call could hang.

MaxyMoos commented 7 years ago

The build shall pass once #23 is merged.

tkrajina commented 7 years ago

Merged, thanks!