Pulling speed and altitude #134
Unanswered
chanbennet
asked this question in
Q&A
Replies: 1 comment
-
These fields are defined here: https://github.com/Knio/pynmea2/blob/master/pynmea2/types/talker.py#L357 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are the attributes to parse out speed from GPRMC?
Returns
spd=newmsg.spd_over_grnd_kmph
File "/home/pi/.local/lib/python2.7/site-packages/pynmea2/nmea.py", line 155, in getattr
raise AttributeError(name)
AttributeError: spd_over_grnd_kmph
Beta Was this translation helpful? Give feedback.
All reactions