forked from lukeroth/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (24 loc) · 892 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
-------------
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 has been forked from github.com/lukeroth/gdal, and is targeting GDAL 2.x.
This is not ready for general use and is a work in progress.
-------------
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 Windows 7, using MinGW32_x64, GDAL version 1.11.
-------------
Examples
-------------
-------------
Status (4/17/2015)
-------------
The majority of GDAL functionality exposed by the C API is available, as well as much of the OGR API.
Most functionality is not yet covered by tests or benchmarks.