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
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:
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:
However, when increasing resolution, for example to 2 (origin 0x82754FFFFFFFFFF), the output is:
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)
The text was updated successfully, but these errors were encountered: