A good point. I considered using SWIG to generate the bindings, it
looks like the support is pretty good, but I decided to "roll my own"
for now for a couple of reasons. I thought it would be a good way to
learn by getting my hands dirty with some of the lower-level nuts and
bolts of Go, and it wo
Le mercredi 03 octobre 2012 20:46:10, Luke Roth a écrit :
> For any who are interested, I've published a (incomplete, but growing)
> set of GDAL bindings for the Go language at
> https://github.com/lukeroth/gdal.go .
> The bindings cover most of the GDAL C API, the OGR C API is next.
> More details
For any who are interested, I've published a (incomplete, but growing)
set of GDAL bindings for the Go language at
https://github.com/lukeroth/gdal.go .
The bindings cover most of the GDAL C API, the OGR C API is next.
More details are available at the Github page. Let me know if you
find them use