Skip to contents

Provies the center child index contained by cell at the childRes resolution

Usage

cellToCenterChild(cell, childRes)

Arguments

cell

vector of H3 cells

childRes

integer vector specifying the child resolution for each cell

Value

index of the child cells

Examples


cellToCenterChild(
  cell = c("85283473fffffff","85283473fffffff")
  , childRes = c(7L, 8L)
 )
#> [1] "872834700ffffff" "8828347001fffff"