BIN-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Format description)
mNo edit summary
 
Line 13: Line 13:
Wave can read and write BIN files.
Wave can read and write BIN files.


[[Category:Wave]]
[[Category:BlueM.Wave]]
[[Category:Timeseries formats]]
[[Category:Timeseries formats]]

Latest revision as of 02:39, 11 May 2020

Wave.png Wave | 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.