ywangd / pybufrkit

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

Decoding EUMETSAT AMV Bufr file #22

Closed willcheng00 closed 1 year ago

willcheng00 commented 1 year ago

I used the command pybufrkit decode -j BUFR_FILE to decode an EUMETSAT AMV Bufr file.

The command works but the json files that comes out does not have a proper header.

I have a sample file here:

https://drive.google.com/file/d/1xf47kBRex-52AIvjah4azFOvptdOeLwb/view?usp=sharing

Thank you for any advice you can offer.

Clipboard01

ywangd commented 1 year ago

I think you may want try pybufrkit decode -ja BUFR_FILE. Note the usage of a in the CLI options.

willcheng00 commented 1 year ago

Thank you ywandgd! I get a more meaningful output

Clipboard01