Combo Overlay with distance filtering: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{being updated}}
This page describes a use case for implementing a [[Combo Overlay|combo overlay]].
This page describes a use case for implementing a [[Combo Overlay|combo overlay]].


Line 22: Line 24:


==How to==
==How to==
:*WIP!!!
{{Editor steps|title=add a Combo Overlay with masking|Add a rainfall overlay (give it a significant rain event)|Add a Combo Overlay and select the rainfall overlays in slot A|Enter the formula in the Formula field|Enable and adjust a custom legebnd as desired|Select 'Update Now' in case auto-update was disabled}}
{{Editor steps|title=add a Combo Overlay with masking|Add a rainfall overlay (give it a significant rain event)|Add a Combo Overlay and select the rainfall overlays in slot A|Enter the formula in the Formula field|Enable and adjust a custom legebnd as desired|Select 'Update Now' in case auto-update was disabled}}
<gallery>
<gallery>

Latest revision as of 09:10, 23 March 2021

Please note: This page is currently being updated.


This page describes a use case for implementing a combo overlay.

Use Case Description

In an area, the locations for social and normal housing are known. Where does severe rainfall (50cm or higher) have impact on social and normal housing?

For this we need to create two average grid overlays, one for social housing and one for normal housing, by selecting the respective category wieght attributes; SOCIAL_CATEGORY_WEIGHT and NORMAL_CATEGORY_WEIGHT. Give each overlay a cell averaging distance of 30m. We also need to add a rainfall overlay to have as a 'filter' over the combination of the other two overlays.

Formula

Using the operators table, this gives us the following formula:

MUL(OR(GT(A, 0.1), GT(B, 0.1)), C25)

Where C25 is the last time frame of the rainfall overlay.

How to

How to add a Combo Overlay with masking:
  1. Add a rainfall overlay (give it a significant rain event)
  2. Add a Combo Overlay and select the rainfall overlays in slot A
  3. Enter the formula in the Formula field
  4. Enable and adjust a custom legebnd as desired
  5. Select 'Update Now' in case auto-update was disabled