Re: [gdal-dev] GDAL Bindings for Go

2012-10-03 Thread Luke Roth
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

Re: [gdal-dev] GDAL Bindings for Go

2012-10-03 Thread Even Rouault
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

[gdal-dev] GDAL Bindings for Go

2012-10-03 Thread Luke Roth
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