Combo Overlay with masking: Difference between revisions
(Created page with "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...") |
No edit summary |
||
Line 5: | Line 5: | ||
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? | 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 | For this we need to create two [[Average Overlay|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. We will also need a [[Rainfall Overlay|rainfall overlay]] to have as a 'mask' over the combination of the other two overlays. | ||
<gallery> | <gallery> | ||
Image: | Image:AVG_Social1.jpg|Average Overlay SOCIAL housing | ||
Image: | Image:AVG_Normal1.jpg|Average Overlay NORMAL housing | ||
Image: | Image:Rainfall_Overlay1.jpg|Rainfall overlay | ||
Image:Combo_Overlay_with_features1.jpg|Combo Overlay with features | Image:Combo_Overlay_with_features1.jpg|Combo Overlay with features | ||
</gallery> | </gallery> |
Revision as of 15:31, 8 December 2020
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. We will also need a rainfall overlay to have as a 'mask' over the combination of the other two overlays.
Formula
As we want to indicate the and combine the area that is within the range of all three buildings, the formula for the use case, based on the operators table on the combo overlay page, looks like this:
MIN(A, B, C)
Where A, B and C are the average grid overlays.
How to
- Give each building or area you want to include a specific attribute (ex: 'FOO', 'BAR', 'BOO',...)
- Create three Average Overlays, set the cell averaging distance to the desired range
- Add a Combo Overlay and select the Average overlays in each slot (A,B and C)
- Enter the formula in the Formula field
- Select 'Update Now' in case auto-update was disabled