View source: R/hexify_conversions.R
| index_to_cell_internal | R Documentation |
Internal function to decode a cell index string into its constituent components: face number, grid coordinates (i, j), and resolution level.
index_to_cell_internal(index, aperture, index_type)
index |
Cell index string |
aperture |
Grid aperture (3, 4, or 7) |
index_type |
Index encoding type ("z3", "z7", or "zorder") |
List with components:
face |
Face number (integer) |
i |
Grid coordinate i (integer) |
j |
Grid coordinate j (integer) |
resolution |
Resolution level (integer) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.