Learn R Programming

sits (version 0.10.0)

.sits_clouds_blocks_estimate: Estimate the number of blocks to correct for clouds

Description

Estimate the number of blocks to correct for clouds

Usage

.sits_clouds_blocks_estimate(cube, n_bands, n_instances, memsize)

Arguments

cube

input data cube

n_bands

number of bands in memory for processing

n_instances

size of timeline

memsize

size of memory available

Value

list with: n (number of blocks), row (vector of starting rows) nrow (vector with number of rows for each block) size (vector with size of each block)