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

Template refactor: removal of originating centre and sub centre #47

Closed RoryPTB closed 6 months ago

RoryPTB commented 6 months ago

The BUFR header centre and subcentre lines have been removed from the mapping files, meaning their values are null unless manually added back into the mapping file by the user. At a future point these could be automatically set by an environment variable. This addresses wis2box issue #536.

tomkralidis commented 6 months ago

Can we add the support for the environment variable and explain in the synop2bufr docs?