powered by
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)
A LAScatalog object
logical. If FALSE, use R base plot instead of mapview (no pan, no zoom, see also plot)
FALSE
# 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