Learn R Programming

sits (version 1.1.0)

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

Description

Estimate the number of blocks to run .sits_split_cluster

Usage

.smth_estimate_block_size(cube, multicores, memsize)

Value

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

Arguments

cube

input data cube

multicores

number of processes to split up the data

memsize

maximum overall memory size (in GB)