gdalcubes (version 0.2.5)

gdalcubes_set_threads: 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

Examples

Run this code
# NOT RUN {
gdalcubes_set_threads(1)
# }

Run the code above in your browser using DataCamp Workspace