BlueM.Wave: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (fix link to svn)
(→‎Features: added UVF-Format)
Line 17: Line 17:
** OUT ([[SWMM]] binary result files)
** OUT ([[SWMM]] binary result files)
** [[TXT-Format | TXT]] ([[SWMM]] Routing interface files)
** [[TXT-Format | TXT]] ([[SWMM]] Routing interface files)
** [[UVF-Format | UVF]] (Universelles Variables Format)
** [[DAT-Format | Q_Strg.dat and Pegel.dat]] ([[HYDRO_AS-2D]] result files)
** [[DAT-Format | Q_Strg.dat and Pegel.dat]] ([[HYDRO_AS-2D]] result files)
** and generic text files (e.g. [[CSV-Format | CSV]])
** and generic text files (e.g. [[CSV-Format | CSV]])

Revision as of 04:01, 20 August 2016

Wave.png Wave | Development

Screenshot
Analysis function months evaluation
Analysis function double sum analysis
Statistical analysis function

Description

Wave is a tool for importing, exporting, analyzing and displaying time series.

Features

Notes

Importing time series

  • WEL and ZRE files have to adhere to the file format: see WEL, ZRE.
  • Number format:
    • Decimal point should be represented by a dot (.) (Bug 351)
    • "NaN", "Infinity" and "-Infinity" in import files are recognized and accepted.
      Unreadable values are converted to NaN.
      Values of NaN or Infinity are removed before displaying or performing analysis functions.
  • Date format
TXT, CSV, ASC and WEL DD.MM.YYYY HH:MM
ZRE YYYYMMDD HH:MM

Development