Learn R Programming

sits (version 1.12.0)

.sits_read_data: Read a block of values retrived from a set of raster bricks

Description

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

Usage

.sits_read_data(coverage, samples, ml_model, first_row, n_rows_block,
  stats, filter, multicores)

Arguments

coverage

Input raster coverage.

samples

Tibble with samples.

ml_model

Machine learning model.

first_row

First row to start reading.

n_rows_block

Number of rows in the block.

stats

Normalization parameters.

filter

Smoothing filter to be applied.

multicores

Number of cores to process the time series.

Value

A data.table with values for classification.