Grid legend value attribute: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
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:
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:


* Legend: Uses the value of the legend entry set in the Grid Overlay.
{| class="wikitable"
* Avg: Average grid value based on the feature's geometry.
!Style
* Min: Min grid value based on the feature's geometry.
!Value
* Max: Max grid value based on the feature's geometry.
!Description
* Volume: Volume (area * avg value) grid value based on the feature's geometry.
| Legend
* Stdev: Standard deviation grid value based on the feature's geometry.
|
* Area: Area grid value based on the feature's geometry.
| 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

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.