Versions Compared

Key

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

...

  • Manipulation of one or more series using a standard library of arithmetic operators/functions (enumerated);
  • Addition, subtraction, division, multiplication
  • Power function, exponential function
  • Hydro-meteorological functions like:
  • Deriving discharges from stages
  • Compute potential evaporation
  • Calculating weighted catchment average rainfall
  • Shifting series in time
  • Time interval conversion:
  • Aggregation
  • Dis-aggregation
  • Converting non-equidistant to equidistant series
  • Handling of typical profiles
  • Data hierarchy
  • Selection of (tidal) peaks
  • statistics

When available as configuration on the file system, the name of the XML file for configuring an instance of the interpolation module called for example TransformHBV_Inputs may be:

...

Root element for defining one of the available hydro-meteorological transformations.

  Statistics

Image Added
 
The statistics option provides the following funtions:

  • max
  • min
  • sum
  • count
  • mean
  • median
  • standardDeviation
  • percentileExceedance
  • percentileNonExceedance
  • quartile
  • skewness
  • kurtosis
  • variance
  • rsquared

 

outputVariable

Definition of the output variables to be written following transformation. See the inputVariable for the attributes and structure. The output variable can only be a TimeSeriesSet (typical profiles are only used as inputs). The OutputVariable is assigned an ID. This ID must be defined as the result of the transformation.

...