Virtually subdivide a LAScatalog into chunks. This function is an internal function exported to users in version 3.0.0 because it might be useful for some debugging purposes. It might also be useful for some advanced developers. Regular users are not expected to use this function. The chunks are made according to the catalog processing options.
catalog_makechunks(ctg, realignment = FALSE, plot = opt_progress(ctg))
an object of class LAScatalog
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.
logical. Displays the chunk pattern.
A list containing objects of class LAScluster
.