pywws.forecast

Predict future weather using recent data

usage: python -m pywws.forecast [options] data_dir
options are:
 -h | --help  display this help
data_dir is the root directory of the weather data

Functions

main([argv])
zambretti(params, hourly_data)
zambretti_code(params, hourly_data) Simple implementation of Zambretti forecaster algorithm.
pywws.forecast.zambretti_code(params, hourly_data)[source]

Simple implementation of Zambretti forecaster algorithm. Inspired by beteljuice.com Java algorithm, as converted to Python by honeysucklecottage.me.uk, and further information from http://www.meteormetrics.com/zambretti.htm

pywws.forecast.zambretti(params, hourly_data)[source]
pywws.forecast.main(argv=None)[source]

Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.