Dump the content of a grib 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.
C code mode. A C code program generating the grib message is dumped.
Print type information.
Print octet content in hexadecimal format.
Dump aliases.
Where clause. Grib 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.
Multi-field support off. Turn off support for multiple fields in single grib message.
Does not fail when the message has wrong length
Version.
Fast parsing option, only headers are loaded.
To dump bufr messages into a JSON format.
> bufr_dump -j ../data/bufr/aaen_51.bufr |