h3-go icon indicating copy to clipboard operation
h3-go copied to clipboard

Go bindings for H3, a hierarchical hexagonal geospatial indexing system

Results 8 h3-go issues
Sort by recently updated
recently updated
newest added

![img](https://media.giphy.com/media/l41m0BoJyvyZDQUko/giphy.gif)

* [x] Vertex mode - thanks to @mojixcoder * [ ] Error codes

help wanted
good first issue

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...

help wanted
good first issue

Is there anyone still maintaining this project? Are there any plans to synchronize with https://github.com/uber/h3?

help wanted
good first issue

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