seerai / godal

Go bindings for GDAL
Other
0 stars 0 forks source link

GoDAL - Go Wrappers around the Geospatial Abstraction Library

Build codecov

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 and also github.com/Rob-Fletcher and will be developed further to closer mirror idiomatic Go.

It was also updated to support gdal 3.x, while the older version wouldn't work on later than 2.4.

Installation

1) go get github.com/seerai/godal 2) install libgdal-dev 3.6+

Compatibility

This software has been tested most recently on Ubuntu 20.04 with gdal 3.6

Examples

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