You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See my response here - this needs to be better documented, but the H3 polyfill function only works at present with shapes with width < 180 degrees of longitude. We ignore winding order and use the smaller shape where possible, so your -179.00, -89.00 shape gets filled as a narrow rectangle crossing the antimeridian.
Possible options:
Divide the desired area into two rectangles and fill both
If you actually want all the cells in the world, use h3.getRes0Indexes() and then use uncompact to get your desired resolution.
what am I doing wrong?
The text was updated successfully, but these errors were encountered: