pywws.YoWindow

Génére un fichier 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

Fonctions

ApplicationLogger(verbose[, logfile])

apparent_temp(temp, hr, vent)

Calcule la température apparente (sensation réelle), en utilisant la formule de

main([argv])

Classes

YoWindow(calib_data)

Classe pour écrire un fichier XML YoWindow.

datetime(year, month, day[, hour[, minute[, ...) The year, month and day arguments are required.
timedelta

Différence entre deux valeurs de datetime.

class pywws.YoWindow.YoWindow(calib_data)[source]

Classe pour écrire un fichier XML YoWindow. Pour voir les spécifications du fichier http://yowindow.com/doc/yowindow_pws_format.xml

write_file(file_name, data=None)[source]
pywws.YoWindow.main(argv=None)[source]