pywws.Forecast

Prédit le temps futur en utilisant les données récentes.

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

Fonctions

Zambretti(params, hourly_data)
ZambrettiCode(params, hourly_data)
main([argv])

Classes

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