Description Usage Arguments Value
View source: R/lidar_analysis.R
Copies LiDAR tiles overlapping with a polygon into an output directory.
1 2 3 4 5 6 7 | wbt_select_tiles_by_polygon(
indir,
outdir,
polygons,
wd = NULL,
verbose_mode = FALSE
)
|
indir |
Input LAS file source directory. |
outdir |
Output directory into which LAS files within the polygon are copied. |
polygons |
Input vector polygons file. |
wd |
Changes the working directory. |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.