https://github.com/go-spatial/gdal
Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library
https://github.com/go-spatial/gdal
Last synced: 5 months ago
JSON representation
Go (golang) wrapper for GDAL, the Geospatial Data Abstraction Library
- Host: GitHub
- URL: https://github.com/go-spatial/gdal
- Owner: go-spatial
- License: mit
- Fork: true (lukeroth/gdal)
- Created: 2019-06-21T18:45:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T16:27:41.000Z (over 7 years ago)
- Last Synced: 2024-06-20T02:13:48.180Z (almost 2 years ago)
- Language: Go
- Size: 302 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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.