Skip to content
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

Wind speed/direction parsing broken with aprs-python 0.7.2 #29

Open
shackrat opened this issue Sep 23, 2022 · 1 comment
Open

Wind speed/direction parsing broken with aprs-python 0.7.2 #29

shackrat opened this issue Sep 23, 2022 · 1 comment

Comments

@shackrat
Copy link
Contributor

shackrat commented Sep 23, 2022

The aprs-python devs made a tweak to weather parsing in 0.7.2 released in July that appears to be specifically targeted to CWOP stations using the underscore (_) symbol. In aprs-python 0.7.2 parsing returns a packet with packet.weather.windSpeed and packet.weather.windDirection set as null, instead wind speed is parsed to packet.speed and wind direction to packet.course.

This behavior appears to only impact CWOP stations.

Reverting to aprs-python 0.7.1 fixes the issue and wind speed/direction are parsed correctly.

@hemna
Copy link

hemna commented Aug 11, 2023

fwiw, I believe my PR here might be related to fixing this issue.

rossengeorgiev/aprs-python#81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants