tkrajina / srtm.py

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

import Image #20

Closed ElmWer closed 7 years ago

ElmWer commented 7 years ago

using srtm_obj.get_image i got the following error

Could you please change the imports in srtm/data.py line 158 and 159 to

from PIL import Image as mod_image from PIL import ImageDraw as mod_imagedraw

tkrajina commented 7 years ago

Commited in https://github.com/tkrajina/srtm.py/commit/85135696eca3c97de74960a7678559e7106d5c7e

Thanks!