How to convert polygon to H3 cells where the cells completely cover the shape ? #798
michaelbrichko
started this conversation in
General
Replies: 2 comments 13 replies
|
This is being actively worked on in #796, as the |
8 replies
|
@nrabinowitz If I'm reading the exchange above correctly, we should see the capability to generate a complete hexagonal cover of an arbitrary polygon soon. When do you anticipate this capability will land in |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
The functionality that library provides is to approximate polygon shape with H3 cells where every cell center resides inside the shape but what I want is to cover the shape completely with H3 cells such that I have a minimal set of H3 cells which cover the shape completely.
The option that I can think of is given H3 cells approximation, add their immidiete neighbors to the result.
I have two issues with that:
Is there a better option to solve this?
Thanks!!!
All reactions