Get weather data, store it, and process it.
Run this continuously, having set what tasks are to be done. This script can also be run with the pywws-livelog command.
usage: python -m pywws.LiveLog [options] data_dir
options are:
-h or --help display this help
-l file or --log file write log information to file
-v or --verbose increase amount of reassuring messages
data_dir is the root directory of the weather data (e.g. ~/weather/data)
For more information on using LiveLog.py, see How to set up ‘live’ logging with pywws.
Functions
ApplicationLogger(verbose[, logfile]) | |
LiveLog(data_dir) | |
main([argv]) |
Classes
DataLogger(params, status, raw_data) | |
datetime | datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) |
timedelta | Difference between two datetime values. |
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.