Preprocess a set of values retrieved from a raster
.sits_raster_data_preprocess(
cube,
bands,
extent,
filter_fn = NULL,
stats = NULL,
impute_fn,
.verbose = FALSE
)
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
prints information about processing times
Matrix with pre-processed values.