Functions for the LAScatalog processing engine not meant to be called directly by users
Functions for the LAScatalog processing engine not meant to be called directly by users
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
.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: FALSE or list(res = x, start = c(y,z)). Sometimes the chunk must be aligned with a raster, for example to ensure the continuity of the output. If the chunk size is 800 and the expected product is a raster with a resolution of 35, 800 and 35 are not compatible and will create 2 different partial pixels on the edges. The realignment option forces the chunk to fit the grid alignment.