powered by
This function uncompacts the provided set of compacted H3 cell indexes to the specified resolution.
uncompactCells(compactedSet, resolution)
a list of character vectors containing the uncompacted H3 cell indexes at the specified resolution
list of character vectors containing compacted H3 cell indexes
integer specifying the resolution for the uncompacted cells
uncompactCells( compactCells( gridDisk( cell = c("85283477fffffff", "85283423fffffff") , k = c(1L, 2L) ) ) , res = c(5L, 5L) )
Run the code above in your browser using DataLab