catalog_intersect | R Documentation |
Subset a LAScatalog interactively using the mouse. Subset a LAScatalog with a spatial object to keep only the tiles of interest. It can be used to select tiles of interest that encompass spatial objects.
catalog_intersect(
ctg,
y,
...,
subset = c("subset", "flag_unprocessed", "flag_processed")
)
catalog_select(
ctg,
mapview = TRUE,
subset = c("subset", "flag_unprocessed", "flag_processed")
)
ctg |
A LAScatalog |
y |
'bbox', 'sf', 'sfc', 'Extent', 'Raster*', 'Spatial*' objects |
... |
ignored |
subset |
character. By default it subsets the collection It is also possible to flag
the files to maintain the collection as a whole but process only a subset of its content.
|
mapview |
logical. If |
A LAScatalog object
## Not run:
ctg = readLAScatalog("<Path to a folder containing a set of .las files>")
new_ctg = catalog_select(ctg)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.