https://github.com/lukeroth/gdal
Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library
https://github.com/lukeroth/gdal
Last synced: 8 months ago
JSON representation
Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library
- Host: GitHub
- URL: https://github.com/lukeroth/gdal
- Owner: lukeroth
- License: mit
- Created: 2012-10-02T03:48:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:18:29.000Z (over 1 year ago)
- Last Synced: 2024-10-26T23:55:52.168Z (about 1 year ago)
- Language: Go
- Size: 1.76 MB
- Stars: 285
- Watchers: 9
- Forks: 130
- Open Issues: 25
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- Awesome-Geospatial - Go GDAL - Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library. (Go)
- awesome-earthobservation-code - GDAL with GoLang - `Go` (golang) wrapper for GDAL, the Geospatial Data Abstraction Library (Languages other than `Python` and `R` / Testing your code)
- awesome-gis - Go GDAL - Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library. (Geospatial Library / Go)
README
-------------
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.