BlueM.Wave: Difference between revisions

From BlueM
Jump to navigation Jump to search
(→‎Features: CSV export)
(→‎Notes: updated the notes)
Line 44: Line 44:
==Notes==
==Notes==
===Importing time series===
===Importing time series===
* WEL and ZRE files have to adhere to the file format: see [[WEL-Format|WEL]], [[ZRE-Format|ZRE]].
* "NaN", "Infinity" and "-Infinity" in import files are recognized and accepted.<br/> Unreadable values are converted to NaN.<br/>Values of NaN or +-Infinity are removed before display in the chart and when performing analysis functions.
* '''Number format:'''
** Decimal point should be represented by a dot (<code>.</code>) (Bug 351)
** "NaN", "Infinity" and "-Infinity" in import files are recognized and accepted.<br/> Unreadable values are converted to NaN.<br/>Values of NaN or Infinity are removed before displaying or performing analysis functions.
* '''Date format'''
:{| border="0" cellpadding="5" cellspacing="0"
| TXT, CSV, ASC and WEL || &rarr; || <code>DD.MM.YYYY HH:MM</code>
|-
| ZRE || &rarr; || <code>YYYYMMDD HH:MM</code>
|}


==Downloads==
==Downloads==

Revision as of 09:22, 23 February 2017

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

  • "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 display in the chart and when performing analysis functions.

Downloads

Please refer to the Download page.

Development