| gdalcubes_set_threads {gdalcubes} | R Documentation |
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.
gdalcubes_set_threads(n = 1)
n |
number of threads |
THIS FUNCTION IS DEPRECATED AND IS GOING TO BE REPLACED BY gdalcubes_options.
gdalcubes_set_threads(1)