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

Some METAR parts are not parsed #102

Open
fkrauthan opened this issue Sep 16, 2024 · 1 comment
Open

Some METAR parts are not parsed #102

fkrauthan opened this issue Sep 16, 2024 · 1 comment

Comments

@fkrauthan
Copy link

I came recently across an example METAR

METAR CYWG 172000Z 30015G25KT 3/4SM R36/4000FT/D -SN BLSN BKN008 OVC040 M05/M08 A2992 REFZRA WS RWY36 RMK SF5NS3 SLP134

which looks fine. But the following three items are not parsed:

  1. RVR: R36/4000FT/D
  2. Recent freezing rain: REFZRA
  3. Wind sheer WS RWY36

Any idea why that might be?

@fkrauthan
Copy link
Author

I've looked a bit into it and it seems like 1 (the RVR) is because the library can't parse the trend:

  • /D = downward trend
  • /U = upward trend
  • /N = no change

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

1 participant