Skip to content

Command-line tool and Go library for parsing SeaFlow instrument v1 log files

License

Notifications You must be signed in to change notification settings

seaflow-uw/seaflog

Repository files navigation

seaflog

This package provides a command-line tool to parse SeaFlow v1 instrument log files as TSDATA format files.

Download binaries

Binaries for Linux and MacOS on x86_64 platforms are available from the releases page of this GitHub repo.

Build

This code requires Go 1.16 to build.

Using go install in Go 1.16+

go install github.com/seaflog-uw/seaflog@latest

From a local copy of this repo:

go build -o seaflog cmd/seaflog/main.go

Usage

seaflog \
    --filetype SeaFlowV1InstrumentLog \
    --project SeaFlow_740 --description "SeaFlow V1 Instrument Log events" \
    --logfile SFlog_740.txt \
    --outfile SFlog_740.tsv

See the output of seaflog --help for full usage.

About

Command-line tool and Go library for parsing SeaFlow instrument v1 log files

Resources

License

Stars

Watchers

Forks

Packages

No packages published