Preprocess a set of values retrieved from a raster
.sits_raster_data_preprocess(
cube,
bands,
extent,
filter_fn = NULL,
stats = NULL,
impute_fn
)
Matrix with pre-processed values.
data cube being processed
bands to be processed
extent to be read
smoothing filter to be applied.
normalization parameters.
imputing function to be applied to replace NA
Gilberto Camara, gilberto.camara@inpe.br