| .sits_raster_data_read {sits} | R Documentation |
Read a block of values retrieved from a set of raster images
.sits_raster_data_read(cube, samples, extent, stats, filter_fn, impute_fn)
cube |
input data cube. |
samples |
tibble with samples. |
extent |
bounding box in (i,j) coordinates |
stats |
normalization parameters. |
filter_fn |
smoothing filter to be applied. |
impute_fn |
impute function to replace NA |
A data.table with values for classification.
Gilberto Camara, gilberto.camara@inpe.br