Grid#
Algorithm ID: hedgetools:grid
This tool takes a polygonal grid layer and summarize the hedges in each cell of the grid with various indicator.
The grid layer can be created using QGIS native:creategrid algorithm.
Parameters#
Label |
Name |
Type |
Description |
|---|---|---|---|
Input grid layer |
|
[vector: polygon] |
Polygon vector layer representing the analysis grid. |
Available metrics |
|
[enumeration] |
Metrics to compute. Available metrics are:
|
Arc layer |
|
[vector: line] |
Line vector layer of the median axis. Required for Density (ml/ha) and Total length metrics. |
Node layer |
|
[vector: point] |
Point vector layer of hedge extremities. Required for Sum of*, Icoh, and Icod metrics. |
Polygon layer |
|
[vector: polygon] |
Polygon vector layer of hedges. Required for Density (%) and Icod metrics. |
Node type field |
|
[field: string] |
Field in the node layer describing node type. Required for Sum of metrics. |
Distance to forest field |
|
[field: string] |
Field in the node layer describing the distance to the closest forest. Required for Icoh and Icod metrics. |
Output grid layer |
|
[vector: polygon] |
Output polygon vector layer |
Outputs#
Label |
Name |
Type |
Description |
|---|---|---|---|
Output grid layer |
|
[vector: polygon] |
Grid polygon layer with computed metrics added as new fields. |