You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

bufr_dump examples

  1. To dump BUFR messages into a flat JSON format.

    > bufr_dump -jf ../data/bufr/aaen_55.bufr
    


  2. To dump BUFR messages into a structured JSON format.

    > bufr_dump -js ../data/bufr/aaen_55.bufr
    


  3. To dump in a WMO documentation style with hexadecimal octet values (-H).

    > bufr_dump -OH ../data/bufr/syno_1.bufr
    


  4. To add key type information (-t).

    > bufr_dump -OtH ../data/bufr/syno_1.bufr
    


  • No labels