Waterwijzer Module: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Line 41: Line 41:
* the highest (average) ground water depth: distance of surface, from geotiff or result overlay.  
* the highest (average) ground water depth: distance of surface, from geotiff or result overlay.  
The climate scenario and weather station are a single value for each grid cell.  
The climate scenario and weather station are a single value for each grid cell.  
Each unique combination of crop, soil, ground water depths, climate scenario and weather station leads to four loss of earning values, one for each category.
 
These categories are:
Each unique combination of crop, soil, ground water depths, climate scenario and weather station leads to four loss of earning values, one for each category, which were described above.
* [[Damage_dry_result_type_(Waterwijzer Overlay)|Dry]]: A low water level (high ground water depth) can limit the amount of water absorbed by plant roots.
To make it more efficient, we send each combination only once. The ground water levels have the most variance. However, the Waterwijzer API interprets the groundwater levels with a precision of 0.1 meter.
* [[Damage_wet_result_type_(Waterwijzer Overlay)|Wet/Oxygen]]: A high water level (low ground water depth) can lead to suffocation of the plant roots.  
 
* [[Damage_indirect_result_type_(Waterwijzer Overlay)|Indirect]]: Indirect causes due to soil type in combination with crop, water levels, climate scenario and weather station's weather patterns.
Currently we round the ground water values to the nearest value based on the 0.1 meter precision. However, in the near future we will replace this with bi-linear interpolation between the 4 combinations of floored and ceiled ground water levels, which is similar to the calculation done by the Waterwijzer's standalone application.
* [[Damage_salt_result_type_(Waterwijzer Overlay)|Salt]]: The damage occurring due to irrigation with salt water.
These four categories are also summed up to a total number, resulting in a [[Damage_total_result_type_(Waterwijzer Overlay)|fifth result type]].

Revision as of 16:29, 9 July 2020

Considerations

The Waterwijzer Overlay communicates with the Waterwijzer API to calculate the loss of earnings for agriculture crops based on the following parameters:

  • A climate scenario;
  • A weather station;
  • Type of soil;
  • Type of crop;
  • Highest and lowest (averaged) ground water levels;
  • The irrigation parameter, which in the Waterwijzer tool is active for a number of the crop types, is currently not taken into account.

Concept

  1. User generates a project for an area in the Netherlands using the Tygron Platform.
    • The Dutch BRP geo-plugin retrieves the known agriculture plots. Each agriculture plot has an identification number for the type of plot, which is stored in the BRP_CODE attribute.
    • The Dutch BRO geo-plugin retrieves the known soil types, stored as underground terrain. The simplified BOFEK_ID is configured by default for each terrain type of these terrain.
  2. User adds a Waterwijzer Overlay and configures:
    1. The climate scenario and weather station are configured using the Waterwijzer Overlay Wizard
    2. The ground water levels can also be configured using the Waterwijzer Overlay Wizard. These ground water levels can be provided as:
  3. User triggers the calculation of the overlay. The Waterwijzer Module sends the data to Waterwijzer API and receives data on loss of earnings.
  4. The Waterwijzer module then stores the grid data under following result type overlays, categorized as:
    • Dry: low water levels cause crops to dry out;
    • Wet: high water levels cause crops' roots to suffocate;
    • Indirect: Indirect causes, related to combinations of crop, soil, weather and water levels
    • Salt: salt water irrigation causes damage to crops;
    • Total: the sum of the previous four categories.
  • Waterwijzer damage dry.jpeg
  • Waterwijzer damage wet.jpeg
  • Waterwijzer damage indirect.jpeg
  • Waterwijzer damage salt.jpeg
  • Waterwijzer damage total.jpeg

Calculation

The Waterwijzer Overlay is a Grid Overlay. The project area is rasterized into grid cells, each containing a value for:

  • the type of crop, identified by their BRP Code.
  • the soil: BOFEK_ID
  • the lowest (average) ground water depth: distance to surface, from geotiff or result overlay.
  • the highest (average) ground water depth: distance of surface, from geotiff or result overlay.

The climate scenario and weather station are a single value for each grid cell.

Each unique combination of crop, soil, ground water depths, climate scenario and weather station leads to four loss of earning values, one for each category, which were described above. To make it more efficient, we send each combination only once. The ground water levels have the most variance. However, the Waterwijzer API interprets the groundwater levels with a precision of 0.1 meter.

Currently we round the ground water values to the nearest value based on the 0.1 meter precision. However, in the near future we will replace this with bi-linear interpolation between the 4 combinations of floored and ceiled ground water levels, which is similar to the calculation done by the Waterwijzer's standalone application.