Learn R Programming

sits (version 0.10.0)

.sits_raster_data_preprocess: Preprocess a set of values retrieved from a raster brick

Description

Preprocess a set of values retrieved from a raster brick

Usage

.sits_raster_data_preprocess(
  cube,
  band_cube,
  extent,
  filter = NULL,
  stats = NULL,
  impute_fn,
  multicores,
  .verbose = FALSE
)

Arguments

cube

data cube being processed

band_cube

band to be processed

extent

extent to be read

filter

smoothing filter to be applied.

stats

normalization parameters.

impute_fn

imputing function to be applied to replace NA

multicores

number of cores to process the time series.

.verbose

prints information about processing times

Value

Matrix with pre-processed values.