Learn R Programming

sits (version 0.13.0)

.sits_raster_blocks_estimate: Estimate the number of blocks

Description

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

Usage

.sits_raster_blocks_estimate(
  tile,
  ml_model,
  sub_image,
  timeline,
  memsize,
  multicores
)

Arguments

tile

tile of data cube

ml_model

machine learning model.

sub_image

area of interest in the image

memsize

Memory available for classification (in GB).

multicores

Number of threads to process the time series.

Value

Number of blocks to be read.