| hexify_cell_id_to_quad_ij | R Documentation |
Converts cell ID to cell components (quad, i, j).
hexify_cell_id_to_quad_ij(cell_id, resolution, aperture)
cell_id |
Numeric vector of cell IDs (1-based) |
resolution |
Grid resolution (integer >= 0) |
aperture |
Grid aperture (3, 4, or 7) |
Data frame with quad, i, j columns
Other coordinate conversion:
hexify_cell_to_icosa_tri(),
hexify_cell_to_lonlat(),
hexify_cell_to_plane(),
hexify_cell_to_quad_ij(),
hexify_cell_to_quad_xy(),
hexify_grid_cell_to_lonlat(),
hexify_grid_to_cell(),
hexify_icosa_tri_to_plane(),
hexify_icosa_tri_to_quad_ij(),
hexify_icosa_tri_to_quad_xy(),
hexify_lonlat_to_cell(),
hexify_lonlat_to_plane(),
hexify_lonlat_to_quad_ij(),
hexify_quad_ij_to_cell(),
hexify_quad_ij_to_icosa_tri(),
hexify_quad_ij_to_xy(),
hexify_quad_xy_to_cell(),
hexify_quad_xy_to_icosa_tri(),
hexify_roundtrip_test()
info <- hexify_cell_to_quad_ij(1702, resolution = 5, aperture = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.