View source: R/spanner_segment.R
segment_with_spanner | R Documentation |
This is code to make it more convenient to pre-process, stem map, and
segment TLS tiles. The function takes a merged TLS scan and a boundary
and generates a stem map (.shp) attributed with stem radius, and height.
You may optionally output a LAS with the segmented trees by specifying
a path name (*.las) in the argument tree_seg_las
. If left NULL, only the
stem map will be written to disk. Note that there are large memory requirements
and you may encounter memory issues if you use this on areas
larger than 0.2 ha with high scan densities.
segment_with_spanner(las, bnd, tree_seg = TRUE, threads = 0.5)
las |
a |
bnd |
an |
tree_seg |
logical. if |
threads |
see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.