Learn R Programming

sits (version 1.12.0)

.sits_estimate_nblocks: Estimate the number of blocks

Description

Defines the number of blocks of a Raster Brick to be read into memory.

Usage

.sits_estimate_nblocks(ml_model, nbands, nrows, ncols, timeline, interval,
  memsize, multicores)

Arguments

ml_model

Machine learning model.

nbands

Number of bands.

nrows

Number of rows per brick.

ncols

Number of cols per brick.

timeline

Timeline of the brick.

interval

Classification interval.

memsize

Memory available for classification (in GB).

multicores

Number of threads to process the time series.

Value

Number of blocks to be read.