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

Known issue: Section 4/5 cause an error when section 3 is not present #43

Closed RoryPTB closed 5 months ago

RoryPTB commented 9 months ago

If a report contains section 4 or section 5 data, indicated by elements 444 and 555 respectively, but there is no section 3, then a DecodeError will be raised by parse_synop. This error is not raised if the element 333 is added before 444 or 555.