joeyates/metar-parser

Unexpected parse error with raw METAR

Closed this issue · 1 comments

I don't have permission to reopen #15, but its not fixed, given this METAR:

EKRK 301620Z AUTO 20008KT 9999NDV FEW038/// SCT055/// BKN090/// 17/11 Q1012

Metar::ParseError (Expecting temperature/dew point, found 'FEW038///' in EKRK 301620Z AUTO 20008KT 9999NDV FEW038/// SCT055/// BKN090/// 17/11 Q1012):

This is corrected by 70c7168

'///' can appear as height and also cloud type in sky conditions. I removed the second option in a31003f, which is why this METAR was no longer getting parser correctly.