1METAR(1) FlightGear man pages METAR(1)
2
3
4
6 metar - demo METAR utility for FlightGear
7
9 metar -h | --help | [-v | --verbose] [-e elevation | --elevation eleva‐
10 tion] [-r | --report | -c | --command-line] <list of ICAO airport IDs
11 or METAR strings>
12
14 metar is a demo utility for FlightGear that retrieves a METAR (encoded
15 weather information) for one or more given airports from the Internet
16 and displays it in a user-readable form. Optionally, it can also print
17 the command-line arguments required to start fgfs(1) at the current
18 time and with the weather conditions in effect.
19
21 -h, --help
22 Display usage information and exit.
23
24 -v, --verbose
25 Display debugging information while performing the required
26 operation.
27
28 -e elevation, --elevation elevation
29 Set the airport elevation to elevation meters.
30
31 -r, --report
32 Print the weather information on the screen in a user-readable
33 form.
34
35 -c, --command-line
36 Print the command-line arguments required to start FlightGear at
37 the current time and with the weather conditions in effect.
38
40 metar exits with 0 on success, with 1 if the syntax of the command-line
41 arguments is wrong or an error occurs.
42
44 HTTP_PROXY
45 Specifies the HTTP proxy to use. Must be in the form
46 http://host:port/.
47
49 Print the current weather information for KSFO and KOAK:
50
51 $ metar KSFO KOAK
52
53 Print the current weather information for KSFO, as well as the command
54 line arguments required to start FlightGear with the weather conditions
55 in effect:
56
57 $ metar -c KSFO -r KSFO
58
59 Print the given METAR string as a user-readable weather report:
60
61 $ metar "LOWL 161500Z 19004KT 160V240 9999 FEW035 SCT300 29/23
62 Q1006 NOSIG"
63
65 fgfs(1), the FlightGear wiki "Weather reports" page ⟨http://
66 wiki.flightgear.org/Weather_reports⟩
67
68
69
70FlightGear 2017-06-25 METAR(1)