ish_parser icon indicating copy to clipboard operation
ish_parser copied to clipboard

MESOW error?

Open haydenth opened this issue 1 year ago • 0 comments

Traceback (most recent call last):
  File "/data2/noaa/parse_noaa_wind.py", line 67, in <module>
    if 'METAR' not in str(report.report_type) and 'SYNOP' not in str(report.report_type):
  File "/home/tom/.local/lib/python3.10/site-packages/ish_parser/ReportType.py", line 45, in __str__
    return self.MAP[self._obs_value]
KeyError: 'MESOW'

haydenth avatar Jul 17 '24 04:07 haydenth