Converts DGGRID cell coordinates (face, i, j) to a hierarchical index string. The index type is automatically selected based on aperture unless specified.
Usage
hexify_cell_to_index(
face,
i,
j,
resolution,
aperture = 3L,
index_type = c("auto", "z3", "z7", "zorder")
)Details
Default index types by aperture:
Aperture 3: Z3 (optimized digit selection)
Aperture 4: Z-order (Morton curve)
Aperture 7: Z7 (hierarchical with Class III handling)