Increased resolution (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Maxim@tygron.com (talk | contribs)
No edit summary
 
Line 8: Line 8:
}}</onlyinclude>}}
}}</onlyinclude>}}


Loading the DEM at a higher resolution allows the skipping of an interpolation step, so the interpreted [[Elevation model (Water Overlay)|elevation model]] becomes more accurate. This improves flow throughput in very small channels and reduces grid flow artifacts, at the cost of additional calculation time.
Loading the DEM at a higher resolution skips an interpolation step, making the interpreted [[Elevation model (Water Overlay)|elevation model]] more accurate. This improves flow throughput in very small channels and reduces grid flow artifacts, at the cost of additional calculation time.


{{article end
{{article end
|notes=
|notes=
* This attribute only works for a [[Grid_Overlay#Grid_size|grid cell size]] <= 0.5m.
* This attribute only works for a [[Grid_Overlay#Grid_size|grid cell size]] <= 0.5m.
* This attribute is by default set to False which means increased DEM resolution is not used.
* This attribute is False by default.
* In the advanced settings step of the [[Water Overlay Wizard]], this attribute can also be (de)activated.  
* In the advanced settings step of the [[Water Overlay Wizard]], this attribute can also be (de)activated.  


Line 19: Line 19:
|howtos=
|howtos=
* [[How to add and remove an Attribute]]
* [[How to add and remove an Attribute]]
|api=
* [[Api session event editor overlay set attributes]]
}}
}}


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

Latest revision as of 10:58, 15 July 2026

Loading the DEM at a higher resolution skips an interpolation step, making the interpreted elevation model more accurate. This improves flow throughput in very small channels and reduces grid flow artifacts, at the cost of additional calculation time.

Notes

  • This attribute only works for a grid cell size <= 0.5m.
  • This attribute is False by default.
  • In the advanced settings step of the Water Overlay Wizard, this attribute can also be (de)activated.

How-to's

API Endpoints