Learn R Programming

sits (version 0.10.0)

.sits_probs_blocks_size_estimate: Estimate the number of blocks to run .sits_split_cluster

Description

Estimate the number of blocks to run .sits_split_cluster

Usage

.sits_probs_blocks_size_estimate(cube, multicores, memory)

Arguments

cube

input data cube

multicores

number of processes to split up the data

memory

maximum overall memory size (in GB)

Value

returns a list with following information: - multicores theoretical upper bound; - block x_size (horizontal) and y_size (vertical)