Get weather data, process it, prepare graphs & text files, upload to a web site and various weather services.
Typically run every hour from cron.
usage: pywws-hourly.py [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 program 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 the Internet.
For more information see How to set up ‘hourly’ logging with pywws.