Dump the content of a grib file in different formats.
grib_dump [options] grib_file grib_file ...
Octet mode. WMO documentation style dump.
Debug mode.
Print all data values.
JSON mode (JavaScript Object Notation).
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.
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.
Multi-field support off. Turn off support for multiple fields in single grib message.
Message type. T->GTS, B->BUFR, A->Any (Experimental). The input file is interpreted according to the message type.
Does not fail when the message has wrong length
Version.
Input file offset in bytes. Processing of the input file will start from "offset".
Fast parsing option, only headers are loaded.