QGIS TUFLOW Apply Stability Styling: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 40:
* Detailed Description Rule 3: The following rule uses a <tt>'''TOLERANCE'''</tt> defined as
<pre>TOLERANCE = PERC_DIFF_BETWEEN_MAX_AND_TS multiplied by the time series range (time series max - time series min).</pre>
: Flag as unstable if the max value is differentoutside thanof the time series maximum by '''<tt>TOLERANCE</tt>''' (outside means either not close to any of the data points or an interpolated value if the time of max falls between data points)
: ''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>'''.