Template
index
Template.py

Create text data file based on a template.
 
usage: python Template.py [options] data_dir template_file output_file
options are:
        --help          display this help
data_dir is the root directory of the weather data
template_file is the template text source file
output_file is the name of the text file to be created

 
Modules
       
DataStore
Localisation
WeatherStation
getopt
os
shlex
sys

 
Functions
       
Template(params, raw_data, hourly_data, daily_data, monthly_data, template_file, output_file, translation=None)
main(argv=None)

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