600, 800
svg font "arial,10"
weeks=4
%Y/%m/%d
Temperatur (℃)
-20, 45
daily
boxwidth / 2
1
Tagesmaximum
data['start'] + timedelta(hours=18)
data['temp_out_max']
3
Nachtminimum
data['start'] + timedelta(hours=6)
data['temp_out_min']
Windgeschwindigkeit (km/h)
0, 30
hourly
4
data['wind_gust'] * 3.6
Boe
3
data['wind_ave'] * 3.6
durchschn.
0, 30
daily
5
data['start'] + timedelta(hours=12)
data['rain']
Tägl. Regenfall (mm)
hourly
2
data['rel_pressure']
Luftdruck (hPa)
960, 1050