Min max elevation (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{Overlay attributes|type=row|overlay=Water  
{{Overlay attributes|type=row|overlay=Water  
|attribute=MIN_MAX_ELEVATION
|attribute=MIN_MAX_ELEVATION
|unit={{boolean}}
|unit=Nominal value
|range=0 to 2
|description=Whether to use highest and lowest elevations found for a grid cell for land and water respectively when interpreting the elevation model.  
|description=Whether to use highest and lowest elevations found for a grid cell for land and water respectively when interpreting the elevation model.  
|icon=
|icon=waterwizard_icon_min_max_elevation.png
|defaultvalue=True
|defaultvalue=1
|icon=waterwizard_icon_
}}</onlyinclude>}}
}}</onlyinclude>}}


In situations where the calculation grid size is larger than the elevation model's accuracy, the values for the elevation model are averaged per grid cell to compute a matching elevation model. This setting computes multiple averages to be computed, and the highest value to be used if the grid cell is land, and the lowest value to be used if the grid cell is water. This allows smaller waterways to be preserved better when the interpreted elevation model for the [[Water Overlay]]'s calculations is less accurate.
If the calculation grid size exceeds the elevation model's accuracy, values are averaged per grid cell. This setting computes multiple averages, using the highest value if the grid cell is land and the lowest value if the grid cell is water. This better preserves small waterways when the [[Water Overlay]]'s interpreted elevation model uses larger grid cells.
 
{{nominal list|zeroindex=true
|| '''Never''' : This option is inactive.
|| '''Cell &ge; 2m''': This option is active for cells larger than 2 meters.
|| '''Always''': This option is always active.
}}


{{article end
{{article end
Line 15: Line 21:
|seealso=
|seealso=
* [[Elevation model (Water Overlay)]]
* [[Elevation model (Water Overlay)]]
|api=
* [[Api session event editor overlay set attribute]]
}}
}}


{{WaterOverlay model attribute nav}}
{{WaterOverlay model attribute nav}}

Latest revision as of 14:08, 15 July 2026

If the calculation grid size exceeds the elevation model's accuracy, values are averaged per grid cell. This setting computes multiple averages, using the highest value if the grid cell is land and the lowest value if the grid cell is water. This better preserves small waterways when the Water Overlay's interpreted elevation model uses larger grid cells.

0. Never : This option is inactive.
1. Cell ≥ 2m: This option is active for cells larger than 2 meters.
2. Always: This option is always active.