Process chunks of raster bricks individually in parallel.
.sits_smooth_map_layer(
cube,
cube_out,
overlapping_y_size = 0,
func,
func_args = NULL,
multicores = 1,
memsize = 1,
gdal_datatype,
gdal_options,
...
)
Probability data cube
Output probability data cube
a function that receives RasterBrick and returns any Raster*.
Number of process to run the Bayesian smoothing in snow subprocess.
Maximum overall memory (in GB) to run the Bayesian smoothing.
optional arguments to merge final raster (see writeRaster function)
number of overlapping rows of each chunk.
additional arguments to pass to fun
function.
RasterBrick object