tkrajina / srtm.py

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

Only import Image if necessary #21

Closed jordan-heemskerk closed 7 years ago

jordan-heemskerk commented 7 years ago

@tkrajina not sure why the build is failing... looks to be a problem with requests

I'd like to use the get_image numpy functionality in a project but would like to avoid an additional dependency on Image/ImageDraw.

Thanks

jordan-heemskerk commented 7 years ago

@tkrajina bump?

tkrajina commented 7 years ago

Merged thanks. The problem with requests is fixed in another pull request (I'm going to merge it in a few minutes).

jordan-heemskerk commented 7 years ago

Thanks @tkrajina, any chance you know when a new release will be cut with these changes in place?

tkrajina commented 7 years ago

Released it now: https://pypi.python.org/pypi/SRTM.py/0.3.2

jordan-heemskerk commented 7 years ago

Awesome, thanks for the quick turnaround!