Skip to contents

Reads the header of a SeaSonde file (Version 1) based on the provided specifications. Transforms the date-time fields and returns the results.

Usage

seasonder_readSeaSondeCSFileHeaderV1(
  specs,
  connection,
  endian = "big",
  prev_data = NULL
)

Arguments

specs

A list containing specifications for reading the file.

connection

Connection object to the file.

endian

Character string specifying the endianness. Default is "big".

prev_data

previous header data

Value

A list with the read and transformed results.