Skip to content
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

go-spatial/gdal

This branch is 85 commits behind lukeroth/gdal:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 8, 2019
Mar 24, 2017
Mar 8, 2019
Mar 8, 2019
Apr 17, 2015
Jul 30, 2018
Apr 17, 2015
Mar 8, 2019
Mar 8, 2014
Aug 21, 2014
Oct 17, 2012
Mar 14, 2017
Mar 8, 2019
Mar 8, 2019
Mar 8, 2019
Feb 1, 2016
Apr 7, 2017
Mar 24, 2017

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 Ubuntu 18.10, GDAL version 2.3.2.

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

-------------
Status (3/08/2019)
-------------

The majority of GDAL functionality exposed by the C API is available, as well as much of the OGR API.
Most functionality is not 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 97.9%
  • C 2.1%