bopen / elevation

Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.
http://elevation.bopen.eu
Apache License 2.0
287 stars 74 forks source link

Any way to generate elevation models w/o compression? #60

Open rdkgit opened 1 year ago

rdkgit commented 1 year ago

Hi!

I'm using the iOS version of the GeoTIFF library (https://github.com/ngageoint/tiff-ios) to read and parse the resulting elevation models. Unfortunately, the iOS version of their library does not support tiff compression. Is there a way to generate DEMs w/o enabling tiff compression?

Bobby