pywws.hourly

Get weather data, process it, prepare graphs & text files and upload to a web site.

Typically run every hour from cron.

usage: python -m pywws.hourly [options] data_dir
options are:
 -h or --help     display this help
 -v or --verbose  increase amount of reassuring messages
data_dir is the root directory of the weather data (e.g. $(HOME)/weather/data)

This script does little more than call other modules in sequence to get data from the weather station, process it, plot some graphs, generate some text files and upload the results to a web site.

For more information on using pywws.hourly, see How to set up ‘hourly’ logging with pywws.

Functions

hourly(data_dir)

main([argv])


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