.sits_raster_data_read {sits}R Documentation

Read a block of values retrieved from a set of raster images

Description

Read a block of values retrieved from a set of raster images

Usage

.sits_raster_data_read(cube, samples, extent, stats, filter_fn, impute_fn)

Arguments

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

Value

A data.table with values for classification.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]