grib_dump - Man Page

manual page for grib_dump

Description

NAME    grib_dump

DESCRIPTION

Dump the content of a GRIB file in different formats.

USAGE

grib_dump [options] grib_file grib_file ...

OPTIONS

-O

Octet mode. WMO documentation style dump.

-D

Debug mode.

-d

Print all data values.

-j

JSON mode (JavaScript Object Notation).

-t

Print type information.

-H

Print octet content in hexadecimal format.

-a

Dump aliases.

-w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...        

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), a double (key:d) or an integer (key:i) type can be specified. Default type is string. In the value you can also use the forward-slash character '/' to specify an OR condition (i.e. a logical disjunction) Note: only one -w clause is allowed.

-s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...  

Key/values to set. For each key a string (key:s), a double (key:d) or an integer (key:i) type can be defined. By default the native type is set.

-M

Multi-field support off. Turn off support for multiple fields in a single GRIB message.

-T T | B | M | A

Message type. T->GTS, B->BUFR, M->METAR (Experimental), A->Any (Experimental). The input file is interpreted according to the message type.

-7

Does not fail when the message has wrong length

-V

Version.

-p key1,key2,...        

Declaration of keys to dump. Only those keys are dumped (not the whole message).

-X offset      

Input file offset in bytes. Processing of the input file will start from the given offset.

-x

Fast parsing option, only headers are loaded.

-h

Display this help text and exit.

SEE ALSO

Full documentation and examples at: <https://confluence.ecmwf.int/display/ECC/grib_dump>

NAME    grib_dump

DESCRIPTION

Dump the content of a GRIB file in different formats.

USAGE

grib_dump [options] grib_file grib_file ...

OPTIONS

-O

Octet mode. WMO documentation style dump.

-D

Debug mode.

-d

Print all data values.

-j

JSON mode (JavaScript Object Notation).

-t

Print type information.

-H

Print octet content in hexadecimal format.

-a

Dump aliases.

-w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...        

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), a double (key:d) or an integer (key:i) type can be specified. Default type is string. In the value you can also use the forward-slash character '/' to specify an OR condition (i.e. a logical disjunction) Note: only one -w clause is allowed.

-s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...  

Key/values to set. For each key a string (key:s), a double (key:d) or an integer (key:i) type can be defined. By default the native type is set.

-M

Multi-field support off. Turn off support for multiple fields in a single GRIB message.

-T T | B | M | A

Message type. T->GTS, B->BUFR, M->METAR (Experimental), A->Any (Experimental). The input file is interpreted according to the message type.

-7

Does not fail when the message has wrong length

-V

Version.

-p key1,key2,...        

Declaration of keys to dump. Only those keys are dumped (not the whole message).

-X offset      

Input file offset in bytes. Processing of the input file will start from the given offset.

-x

Fast parsing option, only headers are loaded.

-h

Display this help text and exit.

SEE ALSO

Full documentation and examples at: <https://confluence.ecmwf.int/display/ECC/grib_dump>

Info

February 2024