standardize date and time across messages #79
DiogoGoto
started this conversation in
Ideas and Feature Requests
Replies: 2 comments 1 reply
|
Hi @DiogoGoto I'm not entirely clear what the ask is here? The message definitions are dictated by the NMEA 0183 protocol. pynmeagps renders all non-blank time ('TM') attributes as How, specifically, would you prefer to see the ZDA message parsed? |
0 replies
|
I guess I phrased it poorly, what I mean is that some messages contains similar information, like the both rmc and zda contains date and time information, but zda has the date information in separate fields so why not add date or datetime object, even if not specified in the nmea standard itself. This would make easier to check some common data that is available in multiple messages |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I notice that messages like GNRMC has a date and time attributes, but GNZDA has a time attribute and NO date attribute, so as suggestion, you could standardize the same date and time format for all messages that have this information available.


All reactions