1BUFR_GET(1) User Commands BUFR_GET(1)
2
3
4
6 bufr_get - manual page for bufr_get
7
9 NAME bufr_get
10
11 DESCRIPTION
12
13 Get values of some header keys from a BUFR file. It is similar
14 to bufr_ls, but fails returning an error code when an error oc‐
15 curs (e.g. key not found).
16
17 USAGE
18
19 bufr_get [options] file file ...
20
21 OPTIONS
22
23 -f Force. Force the execution not to fail on error.
24
25 -p key[:{s|d|i}],key[:{s|d|i}],...
26
27 Declaration of keys to print. For each key a string (key:s), a
28 double (key:d) or an integer (key:i) type can be requested. De‐
29 fault type is string.
30
31 -F format
32
33 C style format for floating-point values.
34
35 -P key[:{s|d|i}],key[:{s|d|i}],...
36
37 As -p adding the declared keys to the default list.
38
39 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
40
41 Where clause. Messages are processed only if they match all the
42 key/value constraints. A valid constraint is of type key=value
43 or key!=value. For each key a string (key:s), a double (key:d)
44 or an integer (key:i) type can be specified. Default type is
45 string. In the value you can also use the forward-slash charac‐
46 ter '/' to specify an OR condition (i.e. a logical disjunction)
47 Note: only one -w clause is allowed.
48
49 -n namespace
50
51 All the keys belonging to namespace are printed.
52
53 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
54
55 Key/values to set. For each key a string (key:s), a double
56 (key:d) or an integer (key:i) type can be defined. By default
57 the native type is set.
58
59 -V Version.
60
61 -W width
62
63 Minimum width of each column in output. Default is 10.
64
65 -m Mars keys are printed.
66
67 -g Copy GTS header.
68
69 -7 Does not fail when the message has wrong length
70
71 NAME bufr_get
72
73 DESCRIPTION
74
75 Get values of some header keys from a BUFR file. It is similar
76 to bufr_ls, but fails returning an error code when an error oc‐
77 curs (e.g. key not found).
78
79 USAGE
80
81 bufr_get [options] file file ...
82
83 OPTIONS
84
85 -f Force. Force the execution not to fail on error.
86
87 -p key[:{s|d|i}],key[:{s|d|i}],...
88
89 Declaration of keys to print. For each key a string (key:s), a
90 double (key:d) or an integer (key:i) type can be requested. De‐
91 fault type is string.
92
93 -F format
94
95 C style format for floating-point values.
96
97 -P key[:{s|d|i}],key[:{s|d|i}],...
98
99 As -p adding the declared keys to the default list.
100
101 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
102
103 Where clause. Messages are processed only if they match all the
104 key/value constraints. A valid constraint is of type key=value
105 or key!=value. For each key a string (key:s), a double (key:d)
106 or an integer (key:i) type can be specified. Default type is
107 string. In the value you can also use the forward-slash charac‐
108 ter '/' to specify an OR condition (i.e. a logical disjunction)
109 Note: only one -w clause is allowed.
110
111 -n namespace
112
113 All the keys belonging to namespace are printed.
114
115 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
116
117 Key/values to set. For each key a string (key:s), a double
118 (key:d) or an integer (key:i) type can be defined. By default
119 the native type is set.
120
121 -V Version.
122
123 -W width
124
125 Minimum width of each column in output. Default is 10.
126
127 -m Mars keys are printed.
128
129 -g Copy GTS header.
130
131 -7 Does not fail when the message has wrong length
132
133
134
135bufr_get December 2022 BUFR_GET(1)