BIN-Format: Difference between revisions
Jump to navigation
Jump to search
(Wave 1.6.1: error values are no longer replaced with NaN during import) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Wave_nav}} | {{Wave_nav}} | ||
The BIN (SYDRO binary) format is a proprietary binary format for | The BIN (SYDRO binary) format is a proprietary binary format for timeseries developed by [http://www.sydro.de SYDRO Consult GmbH], which is used e.g. by the [http://www.talsim.de TALSIM] model. | ||
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>. | ||
Line 11: | Line 11: | ||
[[Category:Wave]] | [[Category:Wave]] | ||
[[Category: | [[Category:Timeseries formats]] |
Revision as of 06:59, 18 November 2017
Wave | Download | Development
The BIN (SYDRO binary) format is a proprietary binary format for timeseries 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