tkrajina / srtm.py

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

Added requests as requirement #19

Closed FlorianWilhelm closed 8 years ago

FlorianWilhelm commented 8 years ago

The external library requests is used by srtm.py but not defined in setup.py. This had the disadvantage that pip can't resolved the dependencies and people installing srtm.py need to figure that out themselves after having installed it.