Build density-grid LOD summaries for a state
Examples
state <- xgeo_state(matrix(c(1, -1, 2, 0), nrow = 2))
state <- build_xgeo_lod(state, levels = c(4L, 8L), auto_threshold = 2L)
names(state$lod$items)
#> [1] "density_grid_spatial"
Build density-grid LOD summaries for a state
state <- xgeo_state(matrix(c(1, -1, 2, 0), nrow = 2))
state <- build_xgeo_lod(state, levels = c(4L, 8L), auto_threshold = 2L)
names(state$lod$items)
#> [1] "density_grid_spatial"