raster_sum: raster_sum

raster_sumR Documentation

raster_sum

Description

raster_sum

raster_sum__

Usage

raster_sum(
  layer_list,
  weights = NULL,
  na.rm = TRUE,
  ...,
  progress = TRUE,
  cache = TRUE,
  chunk_size = 100,
  verbose = FALSE
)

raster_sum__(
  layer_list,
  weights = NULL,
  progress = NULL,
  chunk_size = 30,
  na.rm = TRUE,
  ...,
  cache = TRUE,
  cache_dir = here::here("Cache", "raster_sum__"),
  verbose = FALSE
)

Arguments

layer_list

list of something that can be passed to terra::rast()

weights

(optional) numeric, of same length as layer_list

na.rm

(logical)

...

options for writing files, as in terra::writeRaster()

Functions

  • raster_sum__(): uncached variant


BAAQMD/geotools documentation built on Feb. 29, 2024, 5:44 a.m.