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
Zambretti(params, hourly_data) | |
ZambrettiCode(params, hourly_data) | |
main([argv]) |
Classes
datetime | datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) |
timedelta | Difference between two datetime values. |