Skip to content
/ go-gdal Public
forked from NathanW2/go-gdal

Go Bindings for the GDAL library

License

Notifications You must be signed in to change notification settings

iljya/go-gdal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 This repo was originally forked from github.com/lukeroth/gdal however it appears that most development has stopped. This pulls in several unmerged PRs from that repo (including importantly gdal's VSI functionality) and continues to extend functionality.

Status

CircleCI Go Report Card

Installation

  1. go get github.com/boundless/go-gdal
  2. brew install gdal (on OSX)
  3. go build

Compatibility

This software has been tested most recently on 1) OSX and 2) Ubuntu 19.04 Linux using GDAL 2.4.0

Examples

See the examples directory for some examples of low level usage. The macro package has higher level utilities

About

Go Bindings for the GDAL library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%