Extracts the resolution level (0–30) encoded in each cell index.
Arguments
- cell
An a5_cell vector.
Examples
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 10)
a5_get_resolution(cell)
#> [1] 10
Extracts the resolution level (0–30) encoded in each cell index.
An a5_cell vector.
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 10)
a5_get_resolution(cell)
#> [1] 10