Floseg | R Documentation |
Segments the input .xyz pointcloud file into different forestry layers: forest floor and above ground biomass.
Floseg(a, filename="XXX", soil_dim = 0.3, th = 20, N=500, output_path = tempdir())
a |
- Input file (.xyz) |
filename |
- Output file prefix |
soil_dim |
- Voxel dimension (m) for forest floor segmentation - Default = 0.30 |
th |
- Minimum number of point to generate a voxel. Default = 20 |
N |
- Minimum number of voxel to generate a cluster. Default = 500 |
output_path |
Directory in cui scrivere i file di output. Default = tempdir() |
2 files (.txt) output. 1. Forest floor pointcolud; 2. AGB pointcloud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.