Provided by:
weather-util_1.2-1ubuntu2_all 
NAME
weatherrc - configuration file format for the weather(1) utility
DESCRIPTION
The weatherrc file format is intended to specify a set of macros by
which to group a METAR station ID for current conditions data with a
city/state combination for a forecast, but many of the other
command-line options and flags for the weather utility can be specified
as well. The file is organized as an INI-format config, with the alias
name in [] brackets and the associated parameter/value pairs on
following lines. Parameters and their values as separated by = or :
characters. Multi-word values do not need quoting.
PARAMETERS
These parameters are supported...
city the city name (ex: Raleigh Durham)
forecast
include a local forecast (possible values are False and True or
0 and 1)
id the METAR station ID (ex: KRDU)
conditions
output current conditions (possible values are False and True or
0 and 1)
st the state abbreviation (ex: NC)
verbose
show full decoded feeds (possible values are False and True or 0
and 1)
EXAMPLES
Following is an example ~/.weatherrc defining the default settings to
be used when running the utility with no aliases specified, and a
couple definitions for aliases named home and work...
[default]
City = Asheville
Forecast = True
ID = KAVL
St = NC
[home]
City = Raleigh Durham
ID = KRDU
St = NC
[work]
City = Greensboro
ID = KGSO
St = NC
SEE ALSO
weather(1)
AUTHOR
Specification and manual written by Jeremy Stanley <fungi@yuggoth.org>.
March 26, 2006 WEATHERRC(5)