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

Further `Error: _meta` fixes #38

Closed RoryPTB closed 11 months ago

RoryPTB commented 11 months ago

I have found some extra parts of the transform method where no object with the _meta key is returned. I've structured the code a little more carefully with conditionals based upon conversion_success[tsi]. This should prevent these errors for good.