View source: R/make_lidarscan_function.R
make_lidarscan | R Documentation |
Function that simulates a Lidar point cloud of a given voxel forest and writes it to a file in XYZ-table format. The model uses a Beer-Lambert light extinction approach and interprets it as probability to get a Lidar return from a voxel.
make_lidarscan(
vxf.dt,
P0.AGR = 0.2,
P0.GR = 0.2,
k = 0.2,
LAD.prefactor = F,
prob.out = F
)
vxf.dt |
data.table containing the voxel forest (derived from make.voxelforest.dt function) |
P0.AGR |
Initial return probability for above ground voxels |
P0.GR |
Initial return probability for ground voxels |
k |
Light extinction coefficient |
LAD.prefactor |
Boolean to specify whether leaf area density (LAD) of a voxel should be multiplied with P0 to get final return probability or not |
prob.out |
Boolean to specify whether an additional output containing the full voxelforest with information on canopy above and Lidar return probability for each voxel should be produced |
data.table object containing a XYZ-table of discrete Lidar returns (point cloud). If prob.out=T the function will return a list containing two data.tables: 1) the Lidar point cloud and 2) the voxel forest with Lidar return probability info.
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.