1GRIB_GET_DATA(1)                 User Commands                GRIB_GET_DATA(1)
2
3
4

NAME

6       grib_get_data - manual page for grib_get_data
7

DESCRIPTION

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              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       NAME    grib_get_data
75
76       DESCRIPTION
77
78              Print a latitude, longitude, data values  list.   Note:  Rotated
79              grids are first unrotated
80
81       USAGE
82
83              grib_get_data [options] grib_file grib_file ...
84
85       OPTIONS
86
87       -M     Multi-field support off. Turn off support for multiple fields in
88              single GRIB message.
89
90       -m missingValue
91
92              The missing value is given through this option.  Any  string  is
93              allowed  and  it  is printed in place of the missing values. De‐
94              fault is to skip the missing values.
95
96       -p key[:{s|d|i}],key[:{s|d|i}],...
97
98              Declaration of keys to print.  For each key a string (key:s),  a
99              double  (key:d) or an integer (key:i) type can be requested. De‐
100              fault type is string.
101
102       -F format
103
104              C style format for data values. Default is "%.10e"
105
106       -L format
107
108              C style format for latitudes/longitudes. Default is "%9.3f%9.3f"
109
110       -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
111
112              Where clause.  Messages are processed only if they match all the
113              key/value  constraints.  A valid constraint is of type key=value
114              or key!=value.  For each key a string (key:s), a double  (key:d)
115              or  an  integer  (key:i)  type can be specified. Default type is
116              string.  In the value you can also use the forward-slash charac‐
117              ter  '/' to specify an OR condition (i.e. a logical disjunction)
118              Note: only one -w clause is allowed.
119
120       -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
121
122              Key/values to set.  For each key  a  string  (key:s),  a  double
123              (key:d)  or  an  integer (key:i) type can be defined. By default
124              the native type is set.
125
126       -f     Force. Force the execution not to fail on error.
127
128       -G     GRIBEX compatibility mode.
129
130       -7     Does not fail when the message has wrong length
131
132       -X offset
133
134              Input file offset in bytes. Processing of the  input  file  will
135              start from the given offset.
136
137       -V     Version.
138
139
140
141grib_get_data                    December 2022                GRIB_GET_DATA(1)
Impressum