h3-go
h3-go copied to clipboard
Go bindings for H3, a hierarchical hexagonal geospatial indexing system
V4

* [x] Vertex mode - thanks to @mojixcoder * [ ] Error codes
Introducing error codes from H3 v4. and Go error into APIs return signature. Release note: breaking changes to almost all APIs.
Tried adding my implementation for cellsToMultipolygon which was marked as TODO
I've never used `go` before, and I'm trying to get a simple "Hello world" example running. I've run `brew install go` and I can run a simple example like this...
Is there anyone still maintaining this project? Are there any plans to synchronize with https://github.com/uber/h3?
Leaving this open as a draft given these features are unreleased still by the core C library.
Breaking changes are introduced to the package's API. Closes #56