gdalcubes_set_threads {gdalcubes}R Documentation

Set the number of threads for parallel data cube processing

Description

Data cubes can be processed in parallel where one thread processes one chunk at a time. Setting more threads than the number of chunks of a cube thus has no effect and will not further reduce computation times.

Usage

gdalcubes_set_threads(n = 1)

Arguments

n

number of threads

Note

THIS FUNCTION IS DEPRECATED AND IS GOING TO BE REPLACED BY gdalcubes_options.

Examples

gdalcubes_set_threads(1)

[Package gdalcubes version 0.3.1 Index]