wadda / gps3

Python 2.7 - 3.5 interface to gpsd
MIT License
76 stars 32 forks source link

Altitude attribute no longer works with gpsd 3.19 #23

Open ghostop14 opened 4 years ago

ghostop14 commented 4 years ago

It appears gpsd deprecated their alt attribute in favor of altHAE. When gps3 is used with gpsd 3.17, the altitude attribute is fine. When it's used with gpsd 3.19, altitude is always 0. (I suspect it's only reading the now-deprecated alt value that's always set to 0 or NaN).