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 try/catch for importing PIL #11

Closed mmolero closed 8 years ago

mmolero commented 8 years ago

First it all, excellent project, thanks for sharing!!!!

I had to include the try/catch statement for the PIL import using WinPython Distribution in Windows. In the case of using Anaconda Distribution in Windows I didn't have this issue. However, I'd recommend to include this try/catch statement in order to avoid possible related issues with other distributions. Thanks

best regards

tkrajina commented 8 years ago

Thanks!