LogData
index
LogData.py

Save weather station history to file.
 
usage: python LogData.py [options] data_dir
options are:
        --help                  display this help
data_dir is the root directory of the weather data

 
Modules
       
DataStore
WeatherStation
getopt
os
sys
time

 
Functions
       
LogData(params, raw_data, verbose=1)
main(argv=None)

 
Data
        Local = <TimeZone.LocalTimezone object at 0x4073c070>