pywws.LiveLog

Ottenere dati meteo, memorizzarli ed elaborarli.

Eseguire questo continuamente, avendo impostato quali sono i compiti da fare.

usage: python -m pywws.LiveLog [options] data_dir
options are:
 -h      or --help      display this help
 -l file or --log file  write log information to file
 -v      or --verbose   increase amount of reassuring messages
data_dir is the root directory of the weather data (e.g. /data/weather)

Per ulteriori informazioni sull’utilizzo di LiveLog.py, see Come impostare una registrazione ‘live’ con pywws.

Funzioni

ApplicationLogger(verbose[, logfile])
LiveLog(data_dir)
main([argv])

Classi

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

Differenza tra due valori datetime.

pywws.LiveLog.LiveLog(data_dir)[sorgente]
pywws.LiveLog.main(argv=None)[sorgente]