Read a block of values retrieved from a set of raster images
.sits_raster_data_read(
cube,
samples,
extent,
stats,
filter_fn,
impute_fn,
interp_fn,
compose_fn
)
input data cube.
tibble with samples.
bounding box in (i,j) coordinates
normalization parameters.
smoothing filter to be applied.
impute function to replace NA
function to interpolate points from cube to match samples
function to compose points from cube to match samples
A data.table with values for classification.