How to convert polygon to H3 cells where the cells completely cover the shape ? #798
Replies: 2 comments 11 replies
-
This is being actively worked on in #796, as the |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
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!!!
Beta Was this translation helpful? Give feedback.
All reactions