pywws.Forecast

Predict future weather using recent data

usage: python RunModule.py Forecast [options] data_dir
options are:
 -h | --help  display this help
data_dir is the root directory of the weather data

Functions

Zambretti(params, hourly_data)
main([argv])
pywws.Forecast.ZambrettiCode(params, hourly_data)[source]
pywws.Forecast.Zambretti(params, hourly_data)[source]
pywws.Forecast.main(argv=None)[source]

Previous topic

pywws.Template

Next topic

pywws.ZambrettiCore