extract_var_on_buffers: Extract variables given a vector of buffer sizes

View source: R/extract_var_on_buffers.R

extract_var_on_buffersR Documentation

Extract variables given a vector of buffer sizes

Usage

extract_var_on_buffers(rastBrick, sf_points, buffer_sizes,
  fun_summarize = "mean", is_timeseries = FALSE, date_sampling = NA,
  na_max_perc = 100, code_indice = NULL, verbose = FALSE)

Arguments

rastBrick

list of rasterBricks or velox objects (1 to n)

sf_points

list of sampling sf_points (1 to n)

buffer_sizes

vector of buffers (1 to z)

fun_summarize

summarizing function

date_sampling

list of sampling dates (1 to n)

na_max_perc

integer. if, in a given buffer, there are more than na_max_perc cells that are NA, the overall value for this buffer will be NA. default is 0 (i.e. as long as there is one cell with a value, the overall value for the buffer will be computed)

code_indice

character vector. code indice (only for timeseries)

verbose

verbose

Details

Argument RastBrick is either : - a Raster object - a rasterBrick object


ptaconet/eodataflow documentation built on June 14, 2024, 6:43 p.m.