Generate YoWindow XML file
usage: python -m pywws.YoWindow [options] data_dir output_file
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
output_file is the YoWindow XML file to be written
Functions
ApplicationLogger(verbose[, logfile]) | |
apparent_temp(temp, rh, wind) | Compute apparent temperature (real feel), using formula from |
main([argv]) |
Classes
YoWindow(calib_data) | Class to write YoWindow XML file. |
datetime | datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) |
timedelta | Difference between two datetime values. |
Class to write YoWindow XML file. For file spec see http://yowindow.com/doc/yowindow_pws_format.xml
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.