Learn R Programming

sits (version 0.13.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,
  .verbose = FALSE
)

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

.verbose

prints information about processing times

Value

Matrix with pre-processed values.