Generate tree cover#
Algorithm ID: hedgetools:generatetreecoverlidar
This tool generates a tree cover raster and vector layer using a classified point cloud layer. The vector layer is generated from the sieved raster if a sieve operation is performed.
Parameters#
Label |
Name |
Type |
Description |
|---|---|---|---|
Input point cloud layer |
|
[point cloud] |
Classified point cloud layer |
Vegetation category to use |
|
[enumeration] |
Vegetation category to use:
|
Extent of the study area |
|
[extent] |
Input extent from a layer, canvas, or other source to clip the rasters. |
Compute sieved tree cover mask |
|
[boolean] |
If enabled, the tree cover mask is sieved to remove small holes. Recommended to reduce noise in vegetation layers. |
Threshold sieve value (pixel number) |
|
[numeric: integer] |
Minimum number of pixels for a feature to be kept in the sieved mask. |
Output resolution (meters) |
|
[numeric: double] |
Change the output raster resolution to the desired value. |
Output tree cover raster |
|
[raster] |
Output raster. |
Output sieve tree cover raster |
|
[raster] |
Output raster. |
Output vector tree cover |
|
[vector: polygon] |
Polygon vector layer. |
Outputs#
Label |
Name |
Type |
Description |
|---|---|---|---|
Output tree cover raster |
|
[raster] |
Tree cover raster representing the selected vegetation categeories. |
Output sieve tree cover raster |
|
[raster] |
Tree cover raster with small holes removed based on the sieve threshold. |
Output vector tree cover |
|
[vector: polygon] |
Vectorized tree cover used in subsequent algorithms. |