Learn R Programming

sits (version 1.12.0)

.sits_preprocess_data: Preprocess a set of values retrived from a raster brick

Description

Preprocess a set of values retrived from a raster brick

Usage

.sits_preprocess_data(values.mx, band, missing_value, minimum_value,
  scale_factor, stats, filter, multicores)

Arguments

values.mx

Matrix of values retrieved from a brick.

band

Band to be processed.

missing_value

Missing value for the band.

minimum_value

Minimum values for the band.

scale_factor

Scale factor for each band (only for raster data).

stats

Normalization parameters.

filter

Smoothing filter to be applied.

multicores

Number of cores to process the time series.

Value

Matrix with pre-processed values.