Skip to content
/ gdal Public
forked from lukeroth/gdal

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

License

Notifications You must be signed in to change notification settings

osdemah/gdal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

1) go get github.com/lukeroth/gdal
2) Set the GDAL library and include directories to the appropriate locations.
3) go build

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

This software has been tested most recently on Windows 7, using MinGW32_x64, GDAL version 1.11.

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

-------------
Status (4/17/2015)
-------------

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • C 0.7%