Preprocess a set of values retrieved from a raster brick
.sits_raster_data_preprocess(
cube,
band_cube,
extent,
filter = NULL,
stats = NULL,
impute_fn,
multicores,
.verbose = FALSE
)
data cube being processed
band to be processed
extent to be read
smoothing filter to be applied.
normalization parameters.
imputing function to be applied to replace NA
number of cores to process the time series.
prints information about processing times
Matrix with pre-processed values.