Grid legend value attribute: Difference between revisions
Jump to navigation
Jump to search
m Maxim@tygron.com moved page Grid Legend Value Attribute to Grid legend value attribute |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The | The Value Attribute option is used when exporting a [[Grid Overlay]] as Legend Polygons, Points or Multi Polygons. It specifies how the VALUE attribute is calculated for each exported feature. Available options are: | ||
{| class="wikitable" | |||
!Style | |||
!Value | |||
!Description | |||
|- | |||
* Stdev | | 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 12:34, 25 March 2025
The Value Attribute option is used when exporting a Grid Overlay as Legend Polygons, Points or Multi Polygons. It specifies how the VALUE attribute is calculated for each exported feature. Available options are:
Style | Value | Description |
---|---|---|
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. |