You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: