catalog_split_clusters: Split a catalog into spatially clustered subsets
Description
This function groups elements of a catalog into spatial clusters based on
contiguity of the tiles. The original catalog is then split into `n` catalogs
Usage
catalog_split_clusters(ctg, buffer = 1)
Value
A list of LAScatalog
Arguments
- ctg
A LAScatalog
- buffer
Numeric. Buffer distance applied to tile geometry before clustering. Defaults to 1.