seabirdfilehandler.geomar_ctd_file_parser module

Inheritance diagram of seabirdfilehandler.geomar_ctd_file_parser
class seabirdfilehandler.geomar_ctd_file_parser.GEOMARCTDFile(path_to_file, only_header=False, create_dataframe=True)[source]

Bases: object

A parser to read .ctd files created by the GEOMAR processing software.

Goes through the file line by line and sorts the individual lines in corresponding lists. That way, data and different types of metadata are structured on a basic level. In general, this parser is meant to stick close to the way the Seabird- Parsers are written.

read_file()[source]
create_dataframe()[source]