EWtoPy
index
EWtoPy.py

Convert EasyWeather.dat data to pywws format.
 
usage: python EWtoPy.py [options] EasyWeather_file data_dir
options are:
        -h or --help            display this help
EasyWeather_file is the input data file, e.g. EasyWeather.dat
data_dir is the root directory of the weather data
 
This program assumes that EasyWeather used your local time, and
converts time stamps to UTC. This can create ambiguities when the
clocks go back in October, which the program attempts to detect and
correct.

 
Modules
       
DataStore
TimeZone
getopt
os
sys

 
Functions
       
main(argv=None)