1BUFR_COPY(1) User Commands BUFR_COPY(1)
2
3
4
6 bufr_copy - manual page for bufr_copy
7
9 NAME bufr_copy
10
11 DESCRIPTION
12
13 Copies the content of BUFR files printing values of some keys.
14 If the name of the output_bufr_file contains a key enclosed in
15 square brackets, its value will be used.
16
17 USAGE
18
19 bufr_copy [options] bufr_file bufr_file ... output_bufr_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 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
32
33 Key/values to set. For each key a string (key:s), a double
34 (key:d) or an integer (key:i) type can be defined. By default
35 the native type is set.
36
37 -P key[:{s|d|i}],key[:{s|d|i}],...
38
39 As -p adding the declared keys to the default list.
40
41 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
42
43 Where clause. Only BUFR messages matching the key/value con‐
44 straints are copied to the output_bufr_file. For each key a
45 string (key:s), a double (key:d) or an integer (key:i) type can
46 be defined. Default type is string. Note: only one -w clause is
47 allowed.
48
49 -V Version.
50
51 -W width
52
53 Minimum width of each column in output. Default is 10.
54
55 -g Copy GTS header.
56
57 -7 Does not fail when the message has wrong length
58
59 -X offset
60
61 Input file offset in bytes. Processing of the input file will
62 start from the given offset.
63
64 -v Verbose.
65
66 SEE ALSO
67
68 Full documentation and examples at: <https://conflu‐
69 ence.ecmwf.int/display/ECC/bufr_copy>
70
71 NAME bufr_copy
72
73 DESCRIPTION
74
75 Copies the content of BUFR files printing values of some keys.
76 If the name of the output_bufr_file contains a key enclosed in
77 square brackets, its value will be used.
78
79 USAGE
80
81 bufr_copy [options] bufr_file bufr_file ... output_bufr_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 -s key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
94
95 Key/values to set. For each key a string (key:s), a double
96 (key:d) or an integer (key:i) type can be defined. By default
97 the native type is set.
98
99 -P key[:{s|d|i}],key[:{s|d|i}],...
100
101 As -p adding the declared keys to the default list.
102
103 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
104
105 Where clause. Only BUFR messages matching the key/value con‐
106 straints are copied to the output_bufr_file. For each key a
107 string (key:s), a double (key:d) or an integer (key:i) type can
108 be defined. Default type is string. Note: only one -w clause is
109 allowed.
110
111 -V Version.
112
113 -W width
114
115 Minimum width of each column in output. Default is 10.
116
117 -g Copy GTS header.
118
119 -7 Does not fail when the message has wrong length
120
121 -X offset
122
123 Input file offset in bytes. Processing of the input file will
124 start from the given offset.
125
126 -v Verbose.
127
128 SEE ALSO
129
130 Full documentation and examples at: <https://conflu‐
131 ence.ecmwf.int/display/ECC/bufr_copy>
132
133
134
135bufr_copy November 2023 BUFR_COPY(1)