lidR (version 1.3.0)

catalog_select: Select LAS files interactively

Description

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

LAScatalog

Examples

Run this code
# NOT RUN {
project = catalog("<Path to a folder containing a set of .las files>")
selectedFiles = catalog_select(project)
# }

Run the code above in your browser using DataCamp Workspace