/gdal

Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library

Primary LanguageGoOtherNOASSERTION

-------------
About
-------------

The gdal.go package provides a wrapper for GDAL, the Geospatial Data Abstraction Library. More information about GDAL can be found at http://www.gdal.org

-------------
Installation
-------------

go get github.com/lukeroth/gdal

-------------
Compatibility
-------------

This software has been tested on Ubuntu Linux, using GDAL v.1.9.1.

-------------
Examples
-------------

-------------
Status (10/3/2012)
-------------

The majority of GDAL functionality exposed by the C API is available, as well as much of the OGR API.
Most functionality is not yet covered by tests or benchmarks.