Grid legend value attribute: Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
(Created page with "The Grid Legend Operator is used when exporting a Grid Overlay as Legend Polygons, Points or Multi Polygons. The Grid Legend Operator determines the way the value attribute is calculated for the exported features. The available operators are: * Legend Entry: Uses the value of the legend entry set in the Grid Overlay. Each feature is always exported as one of the legend entries of a Grid Overlay. * Avg * Min * Max * Volume * Stdev * Area {{article end |seealso=*Geo Im...")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Grid Legend Operator is used when exporting a Grid Overlay as Legend Polygons, Points or Multi Polygons. The Grid Legend Operator determines the way the value attribute is calculated for the exported features. The available operators are:
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 Entry: Uses the value of the legend entry set in the Grid Overlay. Each feature is always exported as one of the legend entries of a 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
|seealso=*[[Geo Import Wizard]]
|seealso=*[[Geo Data Wizard]]
*  
* [[Grid Overlay]]
}}
}}

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.