tkrajina / srtm.py

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

Python 3 compatibility #18

Closed FlorianWilhelm closed 8 years ago

FlorianWilhelm commented 8 years ago

It seems that the current master branch is not Python 3.x compatible. These changes resolve this. The actual change is pretty small, the remaining diff is just removal of trailing white spaces. Could you please merge and make a release? It is also a good habit to tag the version you uploaded to PyPI on github so that users can easily find out to which commit a version on PyPI actually refers to. I also noticed that you are using the requests package but you did not declare it as dependency in setup.py. Thanks for your great work in providing a useful tool like that!

tkrajina commented 8 years ago

Merged, added travis integration (to make sure it works with all python versions), and released (version 0.3.0).

Thanks!