OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
40 stars 21 forks source link

Direction code error in record_parser_formats #305

Closed davidpablocohn closed 2 years ago

davidpablocohn commented 2 years ago

From Jasmine:

Just passing along a bug I came across today.

/opt/openrvdas/logger/utils/record_parser_formats.py

Change:

if dir in ['E', 'S']:

to:

if dir in ['W', 'S']:

Jas.