timetric / python-metar

Mirror of metar: "a python package that parses coded METAR weather reports."
http://homepage.mac.com/wtpollard/Software/FileSharing4.html
30 stars 6 forks source link

Can't parse visibility with prefix "P" #1

Open advers222 opened 15 years ago

advers222 commented 15 years ago

METAR: USNN 010600Z 28009MPS P6000 FEW023 M05/M14 Q1016 NOSIG RMK QFE757 SC065

Traceback (most recent call last): File "../tests/metar-1.3.0/sample.py", line 90, in obs = Metar.Metar(code) File "../tests/metar-1.3.0/metar/Metar.py", line 402, in init raise ParserError("Unparsed groups in body: "+code) metar.Metar.ParserError: Unparsed groups in body: P6000

tomp commented 15 years ago

I've corrected this now in my repository, tomp/python-metar

Tom