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

NAME

6       metar_dump - manual page for metar_dump
7

DESCRIPTION

9       NAME    metar_dump
10
11       DESCRIPTION
12
13              Dump the content of a METAR file in different formats.
14
15       USAGE
16
17              metar_dump [options] file file ...
18
19       OPTIONS
20
21       -O     Octet mode. WMO documentation style dump.
22
23       -D     Debug mode.
24
25       -d     Print all data values.
26
27       -t     Print type information.
28
29       -j     JSON mode (JavaScript Object Notation).
30
31       -H     Print octet content in hexadecimal format.
32
33       -a     Dump aliases.
34
35       -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
36
37              Where clause.  Messages are processed only if they match all the
38              key/value constraints.  A valid constraint is of type  key=value
39              or  key!=value.  For each key a string (key:s), a double (key:d)
40              or an integer (key:i) type can be  specified.  Default  type  is
41              string.  In the value you can also use the forward-slash charac‐
42              ter '/' to specify an OR condition (i.e. a logical  disjunction)
43              Note: only one -w clause is allowed.
44
45       -7     Does not fail when the message has wrong length
46
47       -V     Version.
48
49       -x     Fast parsing option, only headers are loaded.
50
51       NAME    metar_dump
52
53       DESCRIPTION
54
55              Dump the content of a METAR file in different formats.
56
57       USAGE
58
59              metar_dump [options] file file ...
60
61       OPTIONS
62
63       -O     Octet mode. WMO documentation style dump.
64
65       -D     Debug mode.
66
67       -d     Print all data values.
68
69       -t     Print type information.
70
71       -j     JSON mode (JavaScript Object Notation).
72
73       -H     Print octet content in hexadecimal format.
74
75       -a     Dump aliases.
76
77       -w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...
78
79              Where clause.  Messages are processed only if they match all the
80              key/value constraints.  A valid constraint is of type  key=value
81              or  key!=value.  For each key a string (key:s), a double (key:d)
82              or an integer (key:i) type can be  specified.  Default  type  is
83              string.  In the value you can also use the forward-slash charac‐
84              ter '/' to specify an OR condition (i.e. a logical  disjunction)
85              Note: only one -w clause is allowed.
86
87       -7     Does not fail when the message has wrong length
88
89       -V     Version.
90
91       -x     Fast parsing option, only headers are loaded.
92
93
94
95metar_dump                       December 2022                   METAR_DUMP(1)
Impressum