Hourly
index
Hourly.py

Get weather data, process it, prepare graphs & text files and
upload to a web site.
 
Typically run every hour from cron.
Comment out or remove the bits you don't need.
 
usage: python 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 (default /data/weather)

 
Modules
       
DataStore
Localisation
LogData
Process
Template
Upload
getopt
os
sys

 
Functions
       
Hourly(data_dir, verbose=1)
main(argv=None)