Learn R Programming

sits (version 1.1.0)

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

Description

Preprocess a set of values retrieved from a raster

Usage

.sits_raster_data_preprocess(
  cube,
  bands,
  extent,
  filter_fn = NULL,
  stats = NULL,
  impute_fn
)

Value

Matrix with pre-processed values.

Arguments

cube

data cube being processed

bands

bands to be processed

extent

extent to be read

filter_fn

smoothing filter to be applied.

stats

normalization parameters.

impute_fn

imputing function to be applied to replace NA

Author

Gilberto Camara, gilberto.camara@inpe.br