tkrajina / srtm.py

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

pip install requirements are not specified #41

Closed sladkovm closed 6 years ago

sladkovm commented 6 years ago

Upon import srtm the following error pops up: ModuleNotFoundError: No module named 'requests'

Solution: add requests to the requirements.txt

iblasi commented 6 years ago

@sladkovm, as you can see on the code master/srtm/data.py line 28, it requires requests package that can be intalled easily with pip (or conda for Windows environment). http://docs.python-requests.org/en/master/

tkrajina commented 6 years ago

Should be fixed with fb80e6ad114c4857ae0112edc378b55cb53261d4, try it now.