kdb.plugins.weather module

Weather

This plugin provides weather information from metar stations around the world to the user.

class kdb.plugins.weather.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'commands'
weather(source, target, args)

Display weather for the given station

This looks up the weather information from http://weather.noaa.gov/ by using metar codes. For a list of station codes see http://www.nws.noaa.gov/tg/siteloc.shtml The default station is YBBN, Brisbane airport, Australia.

Syntax: WEATHER [<station>]

class kdb.plugins.weather.Weather(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

Weather plugin

Provides weather information retrieved from METAR sources. The METAR codes are available from:

See: help weather

init(*args, **kwargs)

This Page