Compute lidar metrics (vector)#
Algorithm ID: hedgetools:lidarfeaturemetrics
Compute a set of choosen lidar derivated metrics on each polygon of the given polygon layer from COPC point cloud files. COPC files are point clouds files optimized for spatial request and can be created from common LAS/LAZ files using QGIS pdal:createcopc algorithm. The full list of available metrics is given here.
Parameters#
Label |
Name |
Type |
Description |
|---|---|---|---|
COPC lidar files |
|
[folder] |
Folder with COPC lidar files. |
Polygon layer |
|
[vector: polygon] |
Layer with target features where to compute metrics. |
Metrics |
|
[string] |
JSON string containing metrics with parameters. Choice of metrics is made using |
Lidar preprocessing operations |
|
[string] |
JSON string containing preprocessing operations with parameters. Choice of operations is made using |
Strata bounds |
|
[string] |
Strata bounds. Bounds should be separated with |
Voxel X size |
|
[numeric: double] |
Size of voxels on X axis. |
Voxel Y size |
|
[numeric: double] |
Size of voxels on Y axis. |
Voxel Z size |
|
[numeric: double] |
Size of voxels on Z axis. |
Parrallel threads |
|
[numeric: integer] |
Number of parrallel threads. |
Polygon layer |
|
[vector: polygon] |
Output layer. Same as input polygon layer with additionnal fields depending on computed metrics. |
Outputs#
Label |
Name |
Type |
Description |
|---|---|---|---|
Polygon layer |
|
[vector: polygon] |
Polygon layer with lidar metrics fields. |