You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/foobaz/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.