Summarize a list of rasters into a list of numeric vectors
summarize_raster_list(
raster_list,
parallel = FALSE,
future_strategy = NULL,
workers = NULL,
...
)
list of rasters
process in parallel? Default FALSE
.
the strategy to use in future::plan()
for parallel
computation. Default NULL
respects if user has already set a plan using
future::plan()
or an option,
otherwise uses "multiprocess"
.
number of workers if doing parallel. Default NULL
uses the
default of the future strategy chosen (usually future::availableCores()
).
passed on to future::plan()
a list of numeric vectors