COR not successfully parsed
Brought to you by:
wtpollard
If a "COR" segment appears within a METAR message, then the parsing fails.
Example:
>>> Metar.Metar("METAR COR LKMT 150800Z 35007KT 320V020 3500 -RA BR OVC005 08/08 Q1009 TEMPO 2500 RA BR")
File "metar/Metar.py", line 418, in __init__
raise ParserError("Unparsed groups in body: "+code)
metar.Metar.ParserError: Unparsed groups in body: LKMT 150800Z
Regards
Jan