1GRIB_GET_DATA(1) User Commands GRIB_GET_DATA(1)
2
3
4
6 grib_get_data - manual page for grib_get_data
7
9 NAME grib_get_data
10
11 DESCRIPTION
12
13 Print a latitude, longitude, data values list. Note: Rotated
14 grids are first unrotated
15
16 USAGE
17
18 grib_get_data [options] grib_file grib_file ...
19
20 OPTIONS
21
22 -M Multi-field support off. Turn off support for multiple fields in
23 a single GRIB message.
24
25 -m missingValue
26
27 The missing value is given through this option. Any string is
28 allowed and it is printed in place of the missing values. De‐
29 fault is to skip the missing values.
30
31 -p key[:{s|d|i}],key[:{s|d|i}],...
32
33 Declaration of keys to print. For each key a string (key:s), a
34 double (key:d) or an integer (key:i) type can be requested. De‐
35 fault type is string.
36
37 -F format
38
39 C style format for data values. Default is "%.10e"
40
41 -L format
42
43 C style format for latitudes/longitudes. Default is "%9.3f%9.3f"
44
45 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
46
47 Where clause. Messages are processed only if they match all the
48 key/value constraints. A valid constraint is of type key=value
49 or key!=value. For each key a string (key:s), a double (key:d)
50 or an integer (key:i) type can be specified. Default type is
51 string. In the value you can also use the forward-slash charac‐
52 ter '/' to specify an OR condition (i.e. a logical disjunction)
53 Note: only one -w clause is allowed.
54
55 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
56
57 Key/values to set. For each key a string (key:s), a double
58 (key:d) or an integer (key:i) type can be defined. By default
59 the native type is set.
60
61 -f Force. Force the execution not to fail on error.
62
63 -G GRIBEX compatibility mode.
64
65 -7 Does not fail when the message has wrong length
66
67 -X offset
68
69 Input file offset in bytes. Processing of the input file will
70 start from the given offset.
71
72 -V Version.
73
74 SEE ALSO
75
76 Full documentation and examples at: <https://conflu‐
77 ence.ecmwf.int/display/ECC/grib_get_data>
78
79 NAME grib_get_data
80
81 DESCRIPTION
82
83 Print a latitude, longitude, data values list. Note: Rotated
84 grids are first unrotated
85
86 USAGE
87
88 grib_get_data [options] grib_file grib_file ...
89
90 OPTIONS
91
92 -M Multi-field support off. Turn off support for multiple fields in
93 a single GRIB message.
94
95 -m missingValue
96
97 The missing value is given through this option. Any string is
98 allowed and it is printed in place of the missing values. De‐
99 fault is to skip the missing values.
100
101 -p key[:{s|d|i}],key[:{s|d|i}],...
102
103 Declaration of keys to print. For each key a string (key:s), a
104 double (key:d) or an integer (key:i) type can be requested. De‐
105 fault type is string.
106
107 -F format
108
109 C style format for data values. Default is "%.10e"
110
111 -L format
112
113 C style format for latitudes/longitudes. Default is "%9.3f%9.3f"
114
115 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
116
117 Where clause. Messages are processed only if they match all the
118 key/value constraints. A valid constraint is of type key=value
119 or key!=value. For each key a string (key:s), a double (key:d)
120 or an integer (key:i) type can be specified. Default type is
121 string. In the value you can also use the forward-slash charac‐
122 ter '/' to specify an OR condition (i.e. a logical disjunction)
123 Note: only one -w clause is allowed.
124
125 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
126
127 Key/values to set. For each key a string (key:s), a double
128 (key:d) or an integer (key:i) type can be defined. By default
129 the native type is set.
130
131 -f Force. Force the execution not to fail on error.
132
133 -G GRIBEX compatibility mode.
134
135 -7 Does not fail when the message has wrong length
136
137 -X offset
138
139 Input file offset in bytes. Processing of the input file will
140 start from the given offset.
141
142 -V Version.
143
144 SEE ALSO
145
146 Full documentation and examples at: <https://conflu‐
147 ence.ecmwf.int/display/ECC/grib_get_data>
148
149
150
151grib_get_data November 2023 GRIB_GET_DATA(1)