catalog_select
From lidR v1.3.0
by Jean-Romain Roussel
Select LAS files interactively
Select a set of LAS tiles from a LAScatalog using the mouse interactively. This function enables the user to select a set of las files from a LAScatalog by clicking on the map of the file using the mouse. The selected files will be highlighted in red on the plot after selection is complete.
Usage
catalog_select(x)
Arguments
- x
A LAScatalog object
Value
A LAScatalog object
See Also
Examples
# NOT RUN {
project = catalog("<Path to a folder containing a set of .las files>")
selectedFiles = catalog_select(project)
# }
Community examples
Looks like there are no examples yet.