Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<statisticalFunctions>
               <statisticalFunction function="boxPlot">
                              <timeStep id="daily"/>
                              <timeStep id="weekly"/>
                              <timeStep id="monthly"/>
                              <timeStep id="seasons"/>
               </statisticalFunction>
</statisticalFunctions>

Calendar aggregation

...

 

Config example:

Code Block
xml
xml
<statisticalFunction function="doubleMassCurve">
	<dateFormat>yyyy-MM-dd hh:mm</dateFormat>
</statisticalFunction>/>

 

Duration curve

A convenient way to show the variation of hydrological quantities through time may be done by means of duration curves. For the selected time period the values of the selected quantity are sorted descending (durationExceedence) or ascending (durationNonExceedence). When the duration curve is plotted in the timeseries display, the x-axis will show the entire length in time of the selected view period. Percentages are shown as duration with respect to the entire chosen view period.

...