Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Use GDAL for handling raster data #72

Open
alexbruy opened this issue May 26, 2014 · 3 comments
Open

Use GDAL for handling raster data #72

alexbruy opened this issue May 26, 2014 · 3 comments

Comments

@alexbruy
Copy link

GDAL (http://gdal.org) is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model to the calling application for all supported formats.

GDAL supports many raster formats (http://www.gdal.org/formats_list.html), using it in Circuitscape will allow to avoid raster conversion to ASCII Grid before analysis and also allow to produce outputs in any supported raster format. GDAL has Python bindings and already used/bundled with almost all major GIS packages (both FOSS and proprietary)

@ViralBShah
Copy link
Member

We used to use GDAL at one point, but removed it for ease of distribution. Any particular raster format you are looking for?

@alexbruy
Copy link
Author

My idea is to allow user use rasters without conversion. Rasters used in GIS mainly are not ASCII GRIDs but something other, e.g. TIFF/GeoTIFF, ECW, IMG, MrSID, JPEG and PNG. There are also many others, maybe not so widely used.

@bmcrae
Copy link
Contributor

bmcrae commented Nov 19, 2015

Definitely time to do this, at the very least for TIFFs. This should be a priority for our next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants