Learn R Programming

sits (version 0.10.0)

.sits_raster_data_read: Read a block of values retrieved from a set of raster bricks

Description

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

Usage

.sits_raster_data_read(
  cube,
  samples,
  extent,
  stats,
  filter,
  impute_fn,
  multicores,
  .verbose
)

Arguments

cube

input data cube.

samples

tibble with samples.

extent

bounding box in (i,j) coordinates

stats

normalization parameters.

filter

smoothing filter to be applied.

impute_fn

impute function to replace NA

multicores

number of cores to process the time series.

.verbose

print processing information

Value

A data.table with values for classification.