BIN-Format: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Wave_nav}} The BIN (SYDRO binary) format is a proprietary binary format for time series developed by [http://www.sydro.de SYDRO Consult GmbH], which is used e.g. by the [ht...") |
(added a note regarding limitation) |
||
Line 6: | Line 6: | ||
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. | 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. | ||
==Notes== | |||
Importing BIN files currently only works in the x86 version of Wave | |||
[[Category:Wave]] | [[Category:Wave]] | ||
[[Category:Zeitreihenformate]] | [[Category:Zeitreihenformate]] |
Revision as of 00:33, 19 October 2016
Wave | Download | 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
and converted to NaN
by Wave during the import.
Notes
Importing BIN files currently only works in the x86 version of Wave