Dump the content of a BUFR file in different formats.
bufr_dump [options] file file ...
JSON mode (JavaScript Object Notation).
Octet mode. WMO documentation style dump.
Debug mode.
Print all data values.
Print only some values.
Print type information.
Print octet content in hexadecimal format.
Dump aliases.
Where clause. Messages are processed only if they match all the key/value constraints. A valid constraint is of type key=value or key!=value. For each key a string (key:s) or a double (key:d) or a long (key:l) type can be specified. Default type is string.
Key/values to set. For each key a string (key:s) or a double (key:d) or a long (key:l) type can be defined. By default the native type is set.
Does not fail when the message has wrong length
Version.
To dump bufr messages into a JSON format.
> bufr_dump -j ../data/bufr/aaen_51.bufr |