Replies: 1 comment 2 replies
|
There are two issues here, both related to the layout of the grid on top of the faces of an icosahedron (see this blog post for more details):
Because of these issues, there are a number of cells at each resolution that may have more or less than 6 vertexes. At even resolutions, there are hexagons with 6 vertexes and pentagons with 5; at odd resolutions, there are hexagons with 6, 7, or 8 vertexes and pentagons with 10. See the "Literal Edge Cases" section here for examples of the different types of cell distortion. |
2 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,
I'm trying to compute the distances between a
lat,lonpoint and its sequence of assigned hexagons in different resolutions.To this end I have been using the following code:
what I've noticed however was that h3.cell_to_bondary doesn't return 6 hexagon points as expected but instead if I print:
I see that the first two levels are 5 and 7.
Could you please explain why and what does this mean?
Thanks,
All reactions