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
Describe the bug
We are indexing a geometry using grid_tessellateexplode with resolution=10.
We have realised that Mosaic is missing one of the chips that should be covering the geometry. The chip corresponds to the h3 cell 622189145948291100.
When investigating the issue, we have indexed the same geometry using grid_geometrykringexplode with resolution=10 and k=0, and the same cell is missed.
Describe the bug
We are indexing a geometry using
grid_tessellateexplode
with resolution=10.We have realised that Mosaic is missing one of the chips that should be covering the geometry. The chip corresponds to the h3 cell 622189145948291100.
When investigating the issue, we have indexed the same geometry using
grid_geometrykringexplode
with resolution=10 and k=0, and the same cell is missed.We are using:
Our cluster has only Mosaic installed.
To Reproduce
Steps to reproduce the behavior:
Part of the polygon on the top left corner is missed.
Expected behavior
We would expect that a chip that corresponds to the intersection between cell 622189145948291100 and our geometry is produced.
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: