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 |
||
(2 intermediate revisions by the same user not shown) | |||
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 which is used by [[BlueM.Sim]] and [http://www.talsim.de TALSIM]. | ||
The BIN format consists of a header of 3 integers (4 bytes) that are always <code>3319</code>, <code>0</code> and <code>0</code>. | |||
This is followed by the actual timeseries data arranged in pairs of a timestamp (8 bytes double) and a value (4 bytes single). | |||
The timestamp is defined as hours since 01.01.1601. | |||
[[Category:Wave]] | Error values are stored as <code>-9999.999</code>. | ||
[[Category: | |||
Wave can read and write BIN files. | |||
[[Category:BlueM.Wave]] | |||
[[Category:Timeseries formats]] |
Latest revision as of 01:39, 11 May 2020
Wave | Download | Development
The BIN (SYDRO binary) format is a proprietary binary format for timeseries which is used by BlueM.Sim and TALSIM.
The BIN format consists of a header of 3 integers (4 bytes) that are always 3319
, 0
and 0
.
This is followed by the actual timeseries data arranged in pairs of a timestamp (8 bytes double) and a value (4 bytes single).
The timestamp is defined as hours since 01.01.1601.
Error values are stored as -9999.999
.
Wave can read and write BIN files.