-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for generating observations for non depth variables #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for generating observations for non depth variables #21
Conversation
…ump logger file packets to ASCII for debugging purposes
…well as ZDA sentences
…ns() to handle non-depth variables; Add initial support for reporting water temperature
brian-r-calder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I would prefer the "todo" work in observations.py be in a separate file, but otherwise this should be good.
How about I create a directory called |
That'll work, I think. |
Implements initial support for non-depth variables, currently, water temperature. Support for other NMEA0138 and NMEA2000 variable can be added in the future. This PR also adds a
vbicommand line tool that features adumpcommand to write ASCII versions of logger data files supported by OpenVBI to the screen or to a file. This is useful for debugging (I used it to help develop non-depth variable support).