Skip to content
/ gdal Public
forked from slawler/gdal

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

License

Notifications You must be signed in to change notification settings

Dewberry/gdal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDAL for Go

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

go get github.com/dewberry/gdal

Compatibility

This software has been tested most recently on Alpine Linux, GDAL version 3.2.0.

Examples

See the examples directory for some starting points.

Status

GDAL 2.3.2 (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.

GDAL 3+ (10/21/2020):

  • GDAL functionality exposed by the C API that has been removed when GDAL 3 was released has also been removed from this Go API.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • C 1.7%