Combo Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
{{Combo operators|type=row|combo_operator=EQ    | |category=Pair  |type=Boolean  |display=Returns 1.0 if the first argument is equal to second argument, else returns 0.0.}}
{{Combo operators|type=row|combo_operator=EQ    | |category=Pair  |type=Boolean  |display=Returns 1.0 if the first argument is equal to second argument, else returns 0.0.}}
}}
}}
==Timeframes==
* To query a specific timeframe add its number. E.g. A2 queries timeframe 2 from Input Overlay A.
* To query multiple timeframes add start:end numbers. E.g. A1:5 is identical to "A1 A2 A3 A4 A5".


==How-to's==
==How-to's==

Revision as of 17:18, 11 December 2020

A combo overlay, combining a Rainfall Overlay with two average grid overlays (NORMAL and SOCIAL), using only the highest values in the last time frame.

The combo overlay is an overlay which can combine up to three grid overlays with boolean operators and use these overlays as input arguments functions and operators. The list of available functions and operators is given below. Combo overlays can also take other combo overlays as input. Another powerful combination is the use of combo overlays with average overlays (with or without an average distance).

Operators

In the table below are the operators displayed that are supported by the combo overlay. The term argument refers to a grid overlay configured as input, a numerical value or a global name.

Timeframes

  • To query a specific timeframe add its number. E.g. A2 queries timeframe 2 from Input Overlay A.
  • To query multiple timeframes add start:end numbers. E.g. A1:5 is identical to "A1 A2 A3 A4 A5".

How-to's

Examples