Compute lidar metrics (raster)#
Algorithm ID: hedgetools:lidarrastermetrics
Compute a set of choosen lidar derivated metrics on pixels that overlap 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.
Warning
Some metrics compute a high number of outputs (for example metrics per strata). This can cause some slowdown when writing raster. If you want to compute a lot of metrics we advise to run multiple time the algorithm to reduce the slowdown. If you do so consider to preprocess lidar files once to avoid doing it on stream for each run.
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. |
Raster resolution |
|
[numeric: double] |
Pixels resolution (m). |
Polygon layer |
|
[raster] |
Output raster. |
Outputs#
Label |
Name |
Type |
Description |
|---|---|---|---|
Output raster |
|
[raster] |
Raster with N bands. N is the total number of computed metrics outputs. |