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
Feb 6, 2024
Mar 25, 2023
Jun 3, 2020
Mar 8, 2019
Mar 8, 2019
Oct 21, 2020
Feb 6, 2024
Jun 3, 2020
Jul 18, 2020
May 12, 2021
Nov 8, 2021
May 12, 2021
Apr 25, 2023
Jun 3, 2020
Feb 6, 2024
Feb 6, 2024
Mar 8, 2014
Mar 25, 2023
Feb 6, 2024
Feb 6, 2024
Oct 17, 2012
Mar 14, 2017
Mar 8, 2019
Mar 8, 2019
Feb 6, 2024
Jun 14, 2022
Aug 18, 2023
May 27, 2021
Mar 10, 2021

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%