ywangd / pybufrkit

Pure Python toolkit to work with WMO BUFR messages
http://pybufrkit.readthedocs.io/
MIT License
72 stars 28 forks source link

Override table related information when decoding #12

Open ywangd opened 4 years ago

ywangd commented 4 years ago

Not all messages declare table related information (table version, local table version etc.) correctly. When it happens, the message in question cannot be decoded with its declared tables. It would be useful if we can override these information from outside of the messages when decoding.