pywws.YoWindow¶
Generare file XML YoWindow
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
Funzioni
ApplicationLogger(verbose[, logfile]) |
|
apparent_temp(temp, rh, wind) |
Calcola la temperatura apparente (sensazione reale), con formula da |
main([argv]) |
Classi
YoWindow(calib_data) |
Classe YoWindow per scrivere il file XML |
datetime(year, month, day[, hour[, minute[, ...) |
The year, month and day arguments are required. |
timedelta |
Differenza tra due valori datetime. |
-
class
pywws.YoWindow.YoWindow(calib_data)[sorgente]¶ Classe YoWindow per scrivere il file XML. Specifiche per il file per vedere http://yowindow.com/doc/yowindow_pws_format.xml
-
write_file(file_name, data=None)[sorgente]¶
-
-
pywws.YoWindow.main(argv=None)[sorgente]¶