paulsmith / gogeos

Go library for spatial data operations and geometric algorithms (Go bindings for GEOS)
http://paulsmith.github.io/gogeos/
MIT License
280 stars 79 forks source link

WKB encoding/decoding #1

Closed icholy closed 11 years ago

icholy commented 11 years ago

I noticed that wkb encoding/decoding seems to be implemented but not accessible from the exported api.

A FromWKB and ToWKB would be great.