1METAR_COPY(1) User Commands METAR_COPY(1)
2
3
4
6 metar_copy - manual page for metar_copy
7
9 NAME metar_copy
10
11 DESCRIPTION
12
13 Copies the content of METAR files printing values of some keys.
14
15 USAGE
16
17 metar_copy [options] file file ... output_file
18
19 OPTIONS
20
21 -f Force. Force the execution not to fail on error.
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 -P key[:{s|d|i}],key[:{s|d|i}],...
30
31 As -p adding the declared keys to the default list.
32
33 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
34
35 Where clause. Only messages matching the key/value constraints
36 are copied to the output_grib_file. For each key a string
37 (key:s), a double (key:d) or an integer (key:i) type can be de‐
38 fined. Default type is string.
39
40 -B 'order by' directive
41
42 Order by. The output will be ordered according to the 'order by'
43 directive. Example: "step:i asc, centre desc" (step numeric as‐
44 cending and centre descending) Default sort mode is 'asc'
45
46 -V Version.
47
48 -W width
49
50 Minimum width of each column in output. Default is 10.
51
52 -g Copy GTS header.
53
54 -7 Does not fail when the message has wrong length
55
56 -v Verbose.
57
58 NAME metar_copy
59
60 DESCRIPTION
61
62 Copies the content of METAR files printing values of some keys.
63
64 USAGE
65
66 metar_copy [options] file file ... output_file
67
68 OPTIONS
69
70 -f Force. Force the execution not to fail on error.
71
72 -p key[:{s|d|i}],key[:{s|d|i}],...
73
74 Declaration of keys to print. For each key a string (key:s), a
75 double (key:d) or an integer (key:i) type can be requested. De‐
76 fault type is string.
77
78 -P key[:{s|d|i}],key[:{s|d|i}],...
79
80 As -p adding the declared keys to the default list.
81
82 -w key[:{s|d|i}]=value,key[:{s|d|i}]=value,...
83
84 Where clause. Only messages matching the key/value constraints
85 are copied to the output_grib_file. For each key a string
86 (key:s), a double (key:d) or an integer (key:i) type can be de‐
87 fined. Default type is string.
88
89 -B 'order by' directive
90
91 Order by. The output will be ordered according to the 'order by'
92 directive. Example: "step:i asc, centre desc" (step numeric as‐
93 cending and centre descending) Default sort mode is 'asc'
94
95 -V Version.
96
97 -W width
98
99 Minimum width of each column in output. Default is 10.
100
101 -g Copy GTS header.
102
103 -7 Does not fail when the message has wrong length
104
105 -v Verbose.
106
107
108
109metar_copy December 2022 METAR_COPY(1)