wmo-im / synop2bufr

Python package to transform SYNOP data into the WMO BUFR format.
https://synop2bufr.readthedocs.io
Apache License 2.0
6 stars 2 forks source link

Restructure of return objects #37

Closed RoryPTB closed 11 months ago

RoryPTB commented 11 months ago

The return objects now always have the same structue for the _meta key, which prevents the bug Error: '_meta' when stations can't be found in the metadata or a report can't be parsed. This now means the warning and error messages have been moved to result["_meta"]["result"].