logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

metar - A METAR downloader/decoder

Author

       Kees Leune <kees@leune.org>

metar 20061030.1                                   2005-04-08                                           METAR(1)

Description

       METAR  reports  are meteorological weather reports for aviation. metar is a small program which downloads
       weather reports for user-specified stations and optionally decodes them into a human-readable format.

       Aviation weather stations are commonly referred to by ICAO designator.  The  ICAO  is  the  International
       Civil  Aviation  Organization,  a international standardization body for civil organization. For example,
       KJFK is the ICAO identifier for John F. Kennedy  Airport  in  New  York,  New  York,  EHAM  is  the  ICAO
       identifier for Amsterdam Schiphol Airport, The Netherlands, etc.

Environment

       If the environment variable METARURL is set, metar will attempt to download the weather report from  that
       location,  rather than from the default (the NOAA web site). The value of METARURL will be postfixed with
       the capitalized station ID, followed by the .TXT extension.

       For example, if you have METAR reports in your home directory, setting METARURL to $HOME and  asking  for
       the weather report of ehgr will result in the file $HOME/EHGR.TXT to be read.

Name

       metar - A METAR downloader/decoder

Options

metar  requires  at  least  one  station identifier to run. A full list of ICAO stations is available for
       download at ttps://tgftp.nws.noaa.gov/data/nsd_bbsss.txt.

       metar supports three additional options:

       -d Decode the retrieved weather reports into a human-readable format.
       -v Be verbose while retrieving a report.
       -h Show a short help summary

Synopsis

metar [-dvh] stations

See Also