engine | R Documentation |
Functions for the LAScatalog processing engine not meant to be called directly by users. They are exported for debugging and to simplify export of internal functions when processing in parallel
engine_apply(
.CHUNKS,
.FUN,
.PROCESSOPT,
.OUTPUTOPT,
.GLOBALS = NULL,
.AUTOREAD = FALSE,
.AUTOCROP = FALSE,
...
)
engine_chunks(ctg, realignment = FALSE, plot = opt_progress(ctg))
engine_crop(x, bbox)
engine_merge(ctg, any_list, ...)
engine_write(x, path, drivers)
.CHUNKS |
list. list of LAScluster |
.FUN |
function. function that respects a template (see catalog_apply) |
.PROCESSOPT |
list. Processing option |
.OUTPUTOPT |
list. Output option |
.GLOBALS |
list. Force export of some object in workers |
.AUTOREAD |
bool. Enable autoread |
.AUTOCROP |
bool. Enable autocrop |
... |
parameters of .FUN |
ctg |
LAScatalog |
realignment |
|
plot |
logical. Displays the chunk pattern. |
x |
LAS, Raster, stars, SpatRaster,sf, sfc, Spatial |
bbox |
bbox |
any_list |
list of LAS, Raster, stars, SpatRaster, sf, sfc, Spatial, data.frame |
path |
strings |
drivers |
list. Drivers of a LAScatalog |
Other LAScatalog processing engine:
engine_options
Other LAScatalog processing engine:
engine_options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.