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: Incorrect error when section 4 cloud height missing #39

Closed RoryPTB closed 5 months ago

RoryPTB commented 11 months ago

When the cloud height hh is set to // in the section 4 groups, synop2bufr will incorrectly return error Missing station height for station {tsi} when the station height is included in the metadata. This has been fixed in the branch rory-s4-fix and will be included in the next release.