| .sits_raster_data_preprocess {sits} | R Documentation |
Preprocess a set of values retrieved from a raster
.sits_raster_data_preprocess( cube, bands, extent, filter_fn = NULL, stats = NULL, impute_fn )
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 |
Matrix with pre-processed values.
Gilberto Camara, gilberto.camara@inpe.br