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

Add wind gusts to parsed METAR output #2076

Merged
merged 1 commit into from
Sep 15, 2021
Merged

Conversation

dopplershift
Copy link
Member

Description Of Changes

Adds wind gusts, which were already part of the grammar to the parsed output. Had to slightly tweak the grammar so that gust became a labelled node in the tree. Otherwise, it was just a matter of wiring it up to end up in the output. As requested in #2074.

Checklist

@dopplershift dopplershift requested a review from a team as a code owner September 1, 2021 02:02
@dopplershift dopplershift added this to the 1.2.0 milestone Sep 1, 2021
@dopplershift dopplershift added Area: IO Pertains to reading data Type: Enhancement Enhancement to existing functionality labels Sep 1, 2021
Copy link
Member

@dcamron dcamron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cruel s returns

src/metpy/io/metar.py Outdated Show resolved Hide resolved
@dcamron dcamron enabled auto-merge September 14, 2021 23:03
@dcamron dcamron merged commit da3bf7d into Unidata:main Sep 15, 2021
@dopplershift dopplershift deleted the gusts branch September 15, 2021 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: IO Pertains to reading data Type: Enhancement Enhancement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add wind gusts to parsed METAR data
2 participants