Select LAS files manually from a LAScatalog
Select a set of LAS tiles from a LAScatalog interactively using the mouse. This function allows users to subset a LAScatalog by clicking on a map of the file.
catalog_select(
ctg,
mapview = TRUE,
method = c("subset", "flag_unprocessed", "flag_processed")
)ctg |
A LAScatalog object |
mapview |
logical. If |
method |
character. By default selecting tiles that are a subset of the catalog. It is also possible to flag
the files to maintain the catalog as a whole but process only a subset of its content.
|
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)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.