Combo Overlay with average overlays: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 5: Line 5:
In an area, the locations for a clinic, a school and a sports center are known. Which area is for all three locations within a one kilometer range?
In an area, the locations for a clinic, a school and a sports center are known. Which area is for all three locations within a one kilometer range?


For this we would need to combine three [[Average Overlay|average grid overlays]], one for each location. then we would need to combine these three ranges in a new combo overlay, linking all three AVG overlays with a formula.
For this we need to create three [[Average Overlay|average grid overlays]], one for each location. Each location needs to have an identifying attribute assigned to it. Then we need to combine these three overlays in a new combo overlay, linking all three average overlays with a logical formula.


<gallery>
<gallery>
Line 11: Line 11:
Image:BAR-attr-avg-1.jpg|Average Overlay School
Image:BAR-attr-avg-1.jpg|Average Overlay School
Image:BOO-attr-avg-1.jpg|Average Overlay Sports center
Image:BOO-attr-avg-1.jpg|Average Overlay Sports center
Image:Combo_Overlay_with_features1.jpg|Combo Overlay with features
Image:Combo_Overlay_with_features1.jpg|Combo Overlay with average overlays.
</gallery>
</gallery>


==Formula==
==Formula==


The formula for the use case, based on the [[Combo Overlay#Operators|operators table]] on the combo overlay page, would look like this:
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 [[Combo Overlay#Operators|operators table]] on the combo overlay page, looks like this:


<code>MUL(MIN(A, B, C), 10)</code>
<code>MIN(A, B, C)</code>


Where A, B and C are the average grid overlays.
Where A, B and C are the average grid overlays.
Line 24: Line 24:
==How to==
==How to==


{{Editor steps|title=add a Combo Overlay with features|||}}
{{Editor steps|title=add a Combo Overlay with features|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|Enable and adjust the custom legend|Select 'Update Now' in case auto-update was disabled}}
<gallery>
<gallery>
Image:Select_the_overlay.jpg|Select Distance Sight Overlay
Image:Add_Attr-1.jpg|Give each building or area you want to include a specific attribute
Image:Legend_bar.jpg|Select Legend tab
Image:Create_Avg_Overlay1.jpg|Create three Average Overlays, set the cell averaging distance to the desired range
Image:Has_custom_legend.jpg|Select "Has Custom Legend"
Image:Select_AVG_overlays_in_slot1.jpg|Add a Combo Overlay and select the Average overlays in each slot
Image:Add_new_entry.jpg|Add new entry
Image:Enter_formula_in_field1.jpg|Enter the formula in the Formula field
Image:New_entry.jpg|Edit the name, value and color of the entry
image:Custom_legend_combo_with_features1.jpg|Adjust a custom legend
Image:Select_Update_Now1.jpg|Select 'Update Now'
</gallery>
</gallery>
{{clear}}
 
[[Category:How-to's]]

Latest revision as of 13:30, 30 January 2024

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

Use Case Description

In an area, the locations for a clinic, a school and a sports center are known. Which area is for all three locations within a one kilometer range?

For this we need to create three average grid overlays, one for each location. Each location needs to have an identifying attribute assigned to it. Then we need to combine these three overlays in a new combo overlay, linking all three average overlays with a logical formula.

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

How to add a Combo Overlay with features:
  1. Give each building or area you want to include a specific attribute (ex: 'FOO', 'BAR', 'BOO',...)
  2. Create three Average Overlays, set the cell averaging distance to the desired range
  3. Add a Combo Overlay and select the Average overlays in each slot (A,B and C)
  4. Enter the formula in the Formula field
  5. Enable and adjust the custom legend
  6. Select 'Update Now' in case auto-update was disabled