1GRIB_DUMP(1) User Commands GRIB_DUMP(1)
2
3
4
6 grib_dump - manual page for grib_dump
7
9 NAME grib_dump
10
11 DESCRIPTION
12
13 Dump the content of a GRIB file in different formats.
14
15 USAGE
16
17 grib_dump [options] grib_file grib_file ...
18
19 OPTIONS
20
21 -O Octet mode. WMO documentation style dump.
22
23 -D Debug mode.
24
25 -d Print all data values.
26
27 -j JSON mode (JavaScript Object Notation).
28
29 -t Print type information.
30
31 -H Print octet content in hexadecimal format.
32
33 -a Dump aliases.
34
35 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
36
37 Where clause. Messages are processed only if they match all the
38 key/value constraints. A valid constraint is of type key=value
39 or key!=value. For each key a string (key:s), a double (key:d)
40 or an integer (key:i) type can be specified. Default type is
41 string. In the value you can also use the forward-slash charac‐
42 ter '/' to specify an OR condition (i.e. a logical disjunction)
43 Note: only one -w clause is allowed.
44
45 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
46
47 Key/values to set. For each key a string (key:s), a double
48 (key:d) or an integer (key:i) type can be defined. By default
49 the native type is set.
50
51 -M Multi-field support off. Turn off support for multiple fields in
52 a single GRIB message.
53
54 -T T | B | M | A
55 Message type. T->GTS, B->BUFR, M->METAR (Experimental), A->Any
56 (Experimental). The input file is interpreted according to the
57 message type.
58
59 -7 Does not fail when the message has wrong length
60
61 -V Version.
62
63 -p key1,key2,...
64
65 Declaration of keys to dump. Only those keys are dumped (not the
66 whole message).
67
68 -X offset
69
70 Input file offset in bytes. Processing of the input file will
71 start from the given offset.
72
73 -x Fast parsing option, only headers are loaded.
74
75 SEE ALSO
76
77 Full documentation and examples at: <https://conflu‐
78 ence.ecmwf.int/display/ECC/grib_dump>
79
80 NAME grib_dump
81
82 DESCRIPTION
83
84 Dump the content of a GRIB file in different formats.
85
86 USAGE
87
88 grib_dump [options] grib_file grib_file ...
89
90 OPTIONS
91
92 -O Octet mode. WMO documentation style dump.
93
94 -D Debug mode.
95
96 -d Print all data values.
97
98 -j JSON mode (JavaScript Object Notation).
99
100 -t Print type information.
101
102 -H Print octet content in hexadecimal format.
103
104 -a Dump aliases.
105
106 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
107
108 Where clause. Messages are processed only if they match all the
109 key/value constraints. A valid constraint is of type key=value
110 or key!=value. For each key a string (key:s), a double (key:d)
111 or an integer (key:i) type can be specified. Default type is
112 string. In the value you can also use the forward-slash charac‐
113 ter '/' to specify an OR condition (i.e. a logical disjunction)
114 Note: only one -w clause is allowed.
115
116 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
117
118 Key/values to set. For each key a string (key:s), a double
119 (key:d) or an integer (key:i) type can be defined. By default
120 the native type is set.
121
122 -M Multi-field support off. Turn off support for multiple fields in
123 a single GRIB message.
124
125 -T T | B | M | A
126 Message type. T->GTS, B->BUFR, M->METAR (Experimental), A->Any
127 (Experimental). The input file is interpreted according to the
128 message type.
129
130 -7 Does not fail when the message has wrong length
131
132 -V Version.
133
134 -p key1,key2,...
135
136 Declaration of keys to dump. Only those keys are dumped (not the
137 whole message).
138
139 -X offset
140
141 Input file offset in bytes. Processing of the input file will
142 start from the given offset.
143
144 -x Fast parsing option, only headers are loaded.
145
146 SEE ALSO
147
148 Full documentation and examples at: <https://conflu‐
149 ence.ecmwf.int/display/ECC/grib_dump>
150
151
152
153grib_dump November 2023 GRIB_DUMP(1)