Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H3 integration #1

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

fpapadopou
Copy link

Changes:

  • Adds support for H3 covering and visualization on the map. The H3 covering route returns the compacted (less fine-grained) set of hexagons that cover a given polygon. Enable it by clicking the checkbox in the H3 API tab (will disable S2 features). Set the resolution (value between 1 and 16), anything above 12 might return a lot of hexagons.

Before running:

  • Install H3 (go package only contains bindings) with brew install h3

Breaks tests because the actual H3 code cannot be vendored with the rest of the Go libraries. See related issue here.

Screenshot 2020-03-29 at 8 08 36 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant