wmo-im/pywis-pubsub

Traceback error when attempting to publish SYNOP data bu using command line

Closed this issue · 0 comments

When I attempt to publish SYNOP data (bufr format) by using command like:
wis2box data ingest --topic-hierarchy chn.babj.data.core.weather.surface-based-observations.synop --path /data/wis2box/observations/china/SURF/
I get the following traceback error:
40b974f1d8d066c10f1a5da846d22b8
Then we go througn the code, we found that when header="unexpandedDescriptors", codes_get(bufr_in, header) get errors.
I am wondering whether "unexpandedDescriptors" should be removed from HEADERS?
Many thanks.