QGIS TUFLOW Apply Stability Styling: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) No edit summary |
Ellis Symons (talk | contribs) No edit summary |
||
Line 36:
<Br><Br>
* Detailed Description Rule 1: Flag as unstable if the minimum value is less than zero ''(only applied to "Possibly Unstable")''
* Detailed Description Rule 2: Flag as unstable if the minimum and maximum values occur within '''<tt>FORWARD_LOOK_COUNT</tt>''' number of timesteps. This will not be flagged if the minimum value occurs at the first timestep.
[[File: min_max_close_in_time_example.PNG | 450px]]<br>
* Detailed Description Rule 3: The following rule uses a <tt>'''TOLERANCE''</tt> defined as
<pre>'''<tt>DIFF_BETWEEN_MAX_AND_TS</tt>''' x by the time series range (time series max - time series min).</pre>
: Flag as unstable if the max value is different than the time series maximum by '''<tt>TOLERANCE</tt>'''. Or flag as unstable if the time of max is different than the time series time of max by '''<tt>TOLERANCE</tt>''' AND the time series value at the time of max is different than the max by '''<tt>TOLERANCE</tt>'''.
| |||