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
I get a H3ResDomainError error when using compact_cells in v4. For a small number of cells, this error doesn't occur, and I couldn't find a pattern yet why exactly it happens. This error didn't occur in v3. An example which fails:
import h3
res0_cells = h3.get_res0_cells()
res1_cells = {child for cell in res0_cells for child in h3.cell_to_children(cell)}
h3.compact_cells(res1_cells)
The text was updated successfully, but these errors were encountered:
JochimMaene
changed the title
H3ResDomainError using cell_to_children in v4
H3ResDomainError using compact_cells in v4
Feb 9, 2023
I get a
H3ResDomainError
error when usingcompact_cells
in v4. For a small number of cells, this error doesn't occur, and I couldn't find a pattern yet why exactly it happens. This error didn't occur in v3. An example which fails:The text was updated successfully, but these errors were encountered: