| .sits_smooth_map_layer {sits} | R Documentation |
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, ... )
cube |
Probability data cube tile |
cube_out |
Output probability data cube |
func |
a function that receives RasterBrick and returns any Raster*. |
multicores |
Number of process to run the Bayesian smoothing in snow subprocess. |
memsize |
Maximum overall memory (in GB) to run the Bayesian smoothing. |
... |
optional arguments to merge final raster |
overlapping_rows |
number of overlapping rows of each chunk. |
args |
additional arguments to pass to |
Output data cube