Grid legend value attribute: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* Legend: Uses the value of the legend entry set in the Grid Overlay. | * Legend: Uses the value of the legend entry set in the Grid Overlay. | ||
* Avg | * Avg: Average grid value based on the feature's geometry. | ||
* Min | * Min: Min grid value based on the feature's geometry. | ||
* Max | * Max: Max grid value based on the feature's geometry. | ||
* Volume | * Volume: Volume (area * avg value) grid value based on the feature's geometry. | ||
* Stdev | * Stdev: Standard deviation grid value based on the feature's geometry. | ||
* Area | * Area: Area grid value based on the feature's geometry. | ||
{{article end | {{article end |
Latest revision as of 18:03, 21 October 2024
The Grid Legend Value Attribute is used when exporting a Grid Overlay as Legend Polygons, Points or Multi Polygons. This specifies how the VALUE attribute is calculated for each exported feature. Available options are:
- Legend: Uses the value of the legend entry set in the Grid Overlay.
- Avg: Average grid value based on the feature's geometry.
- Min: Min grid value based on the feature's geometry.
- Max: Max grid value based on the feature's geometry.
- Volume: Volume (area * avg value) grid value based on the feature's geometry.
- Stdev: Standard deviation grid value based on the feature's geometry.
- Area: Area grid value based on the feature's geometry.