a5_uncompact: Uncompact a set of A5 cells to a target resolution

View source: R/compact.R

a5_uncompactR Documentation

Uncompact a set of A5 cells to a target resolution

Description

Expands each cell to its descendants at the target resolution.

Usage

a5_uncompact(cells, resolution)

Arguments

cells

An a5_cell vector.

resolution

Integer scalar target resolution (0–30).

Value

An a5_cell vector of uncompacted cells.

See Also

a5_compact()

Examples

cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 5)
a5_uncompact(cell, resolution = 7)

a5R documentation built on March 26, 2026, 5:10 p.m.