.sits_raster_data_preprocess {sits}R Documentation

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
)

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

Value

Matrix with pre-processed values.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]