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.
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).