BlueM.Wave: Difference between revisions

From BlueM
Jump to navigation Jump to search
Line 19: Line 19:
* [[TXT-Format | TXT]] ([[SWMM]] routing interface files)
* [[TXT-Format | TXT]] ([[SWMM]] routing interface files)
* [[UVF-Format | UVF]] (Universelles Variables Format)
* [[UVF-Format | UVF]] (Universelles Variables Format)
* [[DAT-Format | Q_Strg.dat and Pegel.dat]] ([[HYDRO_AS-2D]] result files)
* [[DAT-Format | HYDRO_AS-2D]] result files
* [[BIN-Format | BIN]] (SYDRO binary format)
* [[BIN-Format | BIN]] (SYDRO binary format)
* [[ZRXP-Format | ZRXP]] (ZXRP format)
* [[ZRXP-Format | ZRXP]] (ZXRP format)

Revision as of 01:34, 5 April 2018

Wave.png Wave | Development

Screenshot
Analysis function Monthly statistics
Analysis function Double mass curve
Analysis function Histogram

Description

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

Features

Supported formats

Use a Wave project file (*.wvp) to quickly import multiple series from multiple files at once.

Drag&Drop files onto Wave to import them quickly.

It is also possible to manually input time series, or use copy & paste from Excel.

Visualization & Navigation

Display time series in a highly customizable diagram (provided by TeeChart)

  • Overview: An overview chart shows you the full extent of the time series and the period currently displayed in the main diagram.
  • Axes: When importing time series, series are automatically assigned to different axes depending on their unit.
  • Zoom & pan: Use the mouse to zoom or pan.
  • Navigation bar: Use the navigation bar to set a custom display period and to navigate by a fixed time period.
  • Quickly switch time series on and off using the check boxes in the legend.

Save & Export

Save diagrams to the native TeeChart format (TEN-File) to preserve all data and formatting.

Export diagrams as image files (PNG, JPG, BMP)

Export time series to the following formats:

Edit & Analyze

Editing functions:

  • Cut time series to a specified time perios or to another series' extent
  • Remove error values from a time series

Analysis functions:

API

The API is used by BlueM.Opt and BlueM.Win.

See the documentation.

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