1BUFR_LS(1) User Commands BUFR_LS(1)
2
3
4
6 bufr_ls - manual page for bufr_ls
7
9 NAME bufr_ls
10
11 DESCRIPTION
12
13 List content of BUFR files printing values of some header keys.
14 Only scalar keys can be printed. It does not fail when a key is
15 not found.
16
17 USAGE
18
19 bufr_ls [options] bufr_file bufr_file ...
20
21 OPTIONS
22
23 -p key[:{s|d|i}],key[:{s|d|i}],...
24
25 Declaration of keys to print. For each key a string (key:s), a
26 double (key:d) or an integer (key:i) type can be requested. De‐
27 fault type is string.
28
29 -F format
30
31 C style format for floating-point values.
32
33 -P key[:{s|d|i}],key[:{s|d|i}],...
34
35 As -p adding the declared keys to the default list.
36
37 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
38
39 Where clause. Messages are processed only if they match all the
40 key/value constraints. A valid constraint is of type key=value
41 or key!=value. For each key a string (key:s), a double (key:d)
42 or an integer (key:i) type can be specified. Default type is
43 string. In the value you can also use the forward-slash charac‐
44 ter '/' to specify an OR condition (i.e. a logical disjunction)
45 Note: only one -w clause is allowed.
46
47 -j JSON output
48
49 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
50
51 Key/values to set. For each key a string (key:s), a double
52 (key:d) or an integer (key:i) type can be defined. By default
53 the native type is set.
54
55 -n namespace
56
57 All the keys belonging to the given namespace are printed.
58
59 -m Mars keys are printed.
60
61 -V Version.
62
63 -W width
64
65 Minimum width of each column in output. Default is 10.
66
67 -g Copy GTS header.
68
69 -7 Does not fail when the message has wrong length
70
71 SEE ALSO
72
73 Full documentation and examples at: <https://conflu‐
74 ence.ecmwf.int/display/ECC/bufr_ls>
75
76 NAME bufr_ls
77
78 DESCRIPTION
79
80 List content of BUFR files printing values of some header keys.
81 Only scalar keys can be printed. It does not fail when a key is
82 not found.
83
84 USAGE
85
86 bufr_ls [options] bufr_file bufr_file ...
87
88 OPTIONS
89
90 -p key[:{s|d|i}],key[:{s|d|i}],...
91
92 Declaration of keys to print. For each key a string (key:s), a
93 double (key:d) or an integer (key:i) type can be requested. De‐
94 fault type is string.
95
96 -F format
97
98 C style format for floating-point values.
99
100 -P key[:{s|d|i}],key[:{s|d|i}],...
101
102 As -p adding the declared keys to the default list.
103
104 -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
105
106 Where clause. Messages are processed only if they match all the
107 key/value constraints. A valid constraint is of type key=value
108 or key!=value. For each key a string (key:s), a double (key:d)
109 or an integer (key:i) type can be specified. Default type is
110 string. In the value you can also use the forward-slash charac‐
111 ter '/' to specify an OR condition (i.e. a logical disjunction)
112 Note: only one -w clause is allowed.
113
114 -j JSON output
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 -n namespace
123
124 All the keys belonging to the given namespace are printed.
125
126 -m Mars keys are printed.
127
128 -V Version.
129
130 -W width
131
132 Minimum width of each column in output. Default is 10.
133
134 -g Copy GTS header.
135
136 -7 Does not fail when the message has wrong length
137
138 SEE ALSO
139
140 Full documentation and examples at: <https://conflu‐
141 ence.ecmwf.int/display/ECC/bufr_ls>
142
143
144
145bufr_ls November 2023 BUFR_LS(1)