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: No reports extracted when GTS bulletin contains more than one space after 'AAXX' #44

Closed RoryPTB closed 5 months ago

RoryPTB commented 9 months ago

If there is more than one space between the initial token AAXX and the group YYGGiw, the reports are not extracted. An update in the regex used by synop2bufr will be needed to account for more than one space.