BIN-Format

From BlueM
Revision as of 01:57, 11 May 2020 by Froehlich (talk | contribs) (Format description)
Jump to navigation Jump to search

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.