BIN-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
mNo edit summary
(Wave 1.6.1: error values are no longer replaced with NaN during import)
Line 5: Line 5:
Wave is able to import time series in bin format by calling methods exposed by the assembly <code>SydroZreNet.dll</code>, which in turn accesses methods exposed by <code>SyroZreI.dll</code>.
Wave is able to import time series in bin format by calling methods exposed by the assembly <code>SydroZreNet.dll</code>, which in turn accesses methods exposed by <code>SyroZreI.dll</code>.


The bin format contains a sequence of dates and values. Error values are stored as <code>-9999.999</code> and converted to <code>NaN</code> by Wave during the import (which means they are not displayed in the chart).
The bin format contains a sequence of dates and values. Error values are stored as <code>-9999.999</code>.


==Notes==
==Notes==

Revision as of 07:51, 7 February 2017

Wave.png Wave | Development

The BIN (SYDRO binary) format is a proprietary binary format for time series developed by SYDRO Consult GmbH, which is used e.g. by the TALSIM model.

Wave is able to import time series in bin format by calling methods exposed by the assembly SydroZreNet.dll, which in turn accesses methods exposed by SyroZreI.dll.

The bin format contains a sequence of dates and values. Error values are stored as -9999.999.

Notes

Importing BIN files currently only works in the x86 version of Wave