| build_crossscale_index | R Documentation |
Extends the basic hierarchy from build_h3_maps() into full ancestor,
descendant and resolution-index mappings used by all multiscale selection
and evaluation functions.
build_crossscale_index(maps)
maps |
The list returned by |
A list with elements:
res_levels
rows_by_res
pos_in_res
anc_at_res
desc_at_res
finer_rows_by_r0cell
h3_child <- "8a2a1072b59ffff"
h3_parent <- "872a1072bffffff"
maps <- build_h3_maps(
s_or_h3 = c(h3_parent, h3_child),
res_vec = c(7L, 8L)
)
cs_idx <- build_crossscale_index(maps)
names(cs_idx)
cs_idx$res_levels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.