Skip to content

fix parsing of runway identifier in windshear group#151

Merged
akrherz merged 1 commit into
python-metar:masterfrom
sfo:fix_windshear
Dec 13, 2021
Merged

fix parsing of runway identifier in windshear group#151
akrherz merged 1 commit into
python-metar:masterfrom
sfo:fix_windshear

Conversation

@sfo

@sfo sfo commented Oct 4, 2021

Copy link
Copy Markdown
Contributor

According to the Manual on Code (15.13.3), the windshear group looks like WS ALL RWY or WS Rxx. Currently, the parser only allows WS ALL RWY or WS RWYxx. While the last one is unspecified, I decided to leave it as is to not break compatibility, since there seem to be a lot of reports around that use RWY instead of just R to prepend the runway designator.

This fixes #24

@akrherz akrherz left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thank you!

@akrherz akrherz merged commit f0af09e into python-metar:master Dec 13, 2021
@sfo sfo deleted the fix_windshear branch December 14, 2021 05:40
@akrherz akrherz added this to the 1.9 milestone Dec 31, 2021
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

Successfully merging this pull request may close these issues.

Unparsed groups in body: 'WS R23'

3 participants