metar_dump - Man Page

manual page for metar_dump

Description

NAME    metar_dump

DESCRIPTION

Dump the content of a METAR file in different formats.

USAGE

metar_dump [options] file file ...

OPTIONS

-O

Octet mode. WMO documentation style dump.

-D

Debug mode.

-d

Print all data values.

-t

Print type information.

-j

JSON mode (JavaScript Object Notation).

-H

Print octet content in hexadecimal format.

-a

Dump aliases.

-w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...        

Where clause. Messages are processed only if they match all the key/value constraints. A valid constraint is of type key=value or key!=value. For each key a string (key:s), a double (key:d) or an integer (key:i) type can be specified. Default type is string. In the value you can also use the forward-slash character '/' to specify an OR condition (i.e. a logical disjunction) Note: only one -w clause is allowed.

-7

Does not fail when the message has wrong length

-V

Version.

-x

Fast parsing option, only headers are loaded.

NAME    metar_dump

DESCRIPTION

Dump the content of a METAR file in different formats.

USAGE

metar_dump [options] file file ...

OPTIONS

-O

Octet mode. WMO documentation style dump.

-D

Debug mode.

-d

Print all data values.

-t

Print type information.

-j

JSON mode (JavaScript Object Notation).

-H

Print octet content in hexadecimal format.

-a

Dump aliases.

-w key[:{s|d|i}]{=|!=}value,key[:{s|d|i}]{=|!=}value,...        

Where clause. Messages are processed only if they match all the key/value constraints. A valid constraint is of type key=value or key!=value. For each key a string (key:s), a double (key:d) or an integer (key:i) type can be specified. Default type is string. In the value you can also use the forward-slash character '/' to specify an OR condition (i.e. a logical disjunction) Note: only one -w clause is allowed.

-7

Does not fail when the message has wrong length

-V

Version.

-x

Fast parsing option, only headers are loaded.

Info

February 2024