Open
Description
Hi! I’m using H3 to assign local ijk+ coordinates to cells around a given origin.
At resolution 0, the six direct neighbors of the origin 0x8075FFFFFFFFFFF are:
(1, 0, 1)
(1, 0, 0)
(0, 1, 0)
(0, 1, 1)
(1, 1, 0)
However, when increasing resolution, for example to 2 (origin 0x82754FFFFFFFFFF), the output is:
(3, 0, 2)
(2, 0, 2)
(2, 0, 3)
(3, 0, 4)
(4, 0, 4)
(4, 0, 3)
I expected (acording to the image bellow) some of the neighbors to have a non-zero j component, but it’s always zero.
(I'm using H3 version: v4.2.1)
Metadata
Metadata
Assignees
Labels
No labels