Watershed Module: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Watershed Module buttons}}
{{Template:Watershed Module buttons}}
[[File:Watershed_Overlay.png|thumb|right|Watershed overlay, with each watershed as]]  
[[File:Watershed_Overlay.png|thumb|right|Watershed overlay showing the calculated watersheds for a rural area. Each watershed is colored uniquely.]]  


The watershed module provides a solution for the following question:<br>
The watershed module determines which waterways raindrops flow into, based on their starting locations and the terrain elevation.
''I want to know into which waterway a set of rain drops will end up based on the terrain elevation and the starting location of the drops.'' <br>
The locations of the drops that all end up in the same waterway can be grouped together to form a region called the '''watershed'''.  
The locations of the drops that all end up in the same waterway can be grouped together to form a region called the '''watershed'''.  


Historically, the calculation of watersheds was mostly done based on the gradient of the terrain. However, when the terrain is near flat, it is not known where the rain water will flow and the direction will be assigned arbitrarily based on the used algorithm. Secondly, the terrain often contains many local minimas, which results in the creation of too many unique watersheds (oversegmentation). To solve this, one would often apply filters on the terrain to remove these local minimas, but this required a lot of user judgement.
===Watersheds applications===
Watersheds can be used for the following:
* For example to show which waterways are the largest and therefore most important in the water system to better manage maintenance and adjustments.
* Resolve disputes regarding the presence or absence of rainfall discharge on specific land parcels..
* Watersheds and their associated waterways can be used in external models to quantify rainfall for large-scale, low-detail systems.
* A client has to solve disputes with landowners complaining about (the lack of) rainfall discharge on their land.


Fortunately, instead of using only the gradient of the terrain directly, we can also simulate rainfall using our [[Rainfall (Overlay)]] and use the Average Direction result to have a better idea of where the rain drops will end up based on momentum. Given that the rainfall is sufficiently large, this will remove local minima and solve most issues of unknown flow direction on flat surfaces.
{{article end
 
|seealso= * [[Watershed Overlay]]
====Discharge Areas====
|api=
In a water system model, the waterways generally catch the rainfall and transport it elsewhere. These waterways can be considered the end point of a rain drops travel overland.
* [[Api session items overlays]]
 
* [[Api session event editor overlay add]]
Expert users often have grouped multiple waterways together to make it easier for analysis and discussion. The {{software}} allows to import these groups as areas, which we conceptually call [[Discharge area (Watershed Overlay)|Discharge areas]]. Each discharge area will then result into a unique watershed.
}}

Latest revision as of 11:22, 15 July 2026

Watershed overlay showing the calculated watersheds for a rural area. Each watershed is colored uniquely.

The watershed module determines which waterways raindrops flow into, based on their starting locations and the terrain elevation. The locations of the drops that all end up in the same waterway can be grouped together to form a region called the watershed.

Watersheds applications

Watersheds can be used for the following:

  • For example to show which waterways are the largest and therefore most important in the water system to better manage maintenance and adjustments.
  • Resolve disputes regarding the presence or absence of rainfall discharge on specific land parcels..
  • Watersheds and their associated waterways can be used in external models to quantify rainfall for large-scale, low-detail systems.
  • A client has to solve disputes with landowners complaining about (the lack of) rainfall discharge on their land.