lidR (version 2.1.2)

catalog_select: Select LAS files manually from a LAScatalog

Description

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.

Usage

catalog_select(ctg, mapview = TRUE)

Arguments

ctg

A LAScatalog object

mapview

logical. If FALSE, use R base plot instead of mapview (no pan, no zoom, see also plot)

Value

A LAScatalog object

Examples

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

Run the code above in your browser using DataLab