#errorCatcher Echo #encoding UTF-8 #set global $page = "records" #import datetime #from datetime import timedelta #include "header.html.tmpl"
#include "page-header.inc"
#if os.path.exists("records.inc") #include "records.inc" #end if
#if $Extras.has_key('show_apptemp') and $Extras.show_apptemp == '1' #end if #if $Extras.has_key('show_windrun') and $Extras.show_windrun == '1' #end if
Enregistrements de Temperature
$current.dateTime.format("%Y") All Time
Temperature Max $year.outTemp.max $alltime.outTemp.max
Temperature Min $year.outTemp.min $alltime.outTemp.min
Highest Apparent Temperature $year.appTemp.max $alltime.appTemp.max
Lowest Apparent Temperature $year.appTemp.min $alltime.appTemp.min
Indice de Chaleur Max $year.heatindex.max $alltime.heatindex.max
Air Ressenti Min $year.windchill.min $alltime.windchill.min
Largest Daily Temperature Range $year_outTemp_range_max[1] $unit.label.outTemp
(Min: $year_outTemp_range_max[2] $unit.label.outTemp - Max: $year_outTemp_range_max[3] $unit.label.outTemp )

(Min: $at_outTemp_range_max[2] $unit.label.outTemp - Max: $at_outTemp_range_max[3] $unit.label.outTemp )
$at_outTemp_range_max[1] $unit.label.outTemp
Smallest Daily Temperature Range $year_outTemp_range_min[1] $unit.label.outTemp
(Min: $year_outTemp_range_min[2] $unit.label.outTemp - Max: $year_outTemp_range_min[3] $unit.label.outTemp )

(Min: $at_outTemp_range_min[2] $unit.label.outTemp - Max: $at_outTemp_range_min[3] $unit.label.outTemp )
$at_outTemp_range_min[1] $unit.label.outTemp
Enregistrements du Vent
$current.dateTime.format("%Y") All Time
Rafale de Vent la plus Forte $year.windGust.max $alltime.windGust.max
Highest Daily Wind Run $year.windrun.max $alltime.windrun.max
Enregistrements des Précipitations
$current.dateTime.format("%Y") All Time
Pluie quotidienne la plus élevée $rainiest_day[1] $unit.label.rain $at_rainiest_day[1] $unit.label.rain
Taux de précipitations journalier le plus élevé $year.rainRate.max $alltime.rainRate.max
Mois avec les précipitations totales les plus élevées $year_rainiest_month[1] $unit.label.rain $year_rainiest_month[0] $at_rainiest_month[0] $at_rainiest_month[1] $unit.label.rain
Total des précipitations pour $current.dateTime.format("%Y") $year.rain.sum $at_rain_highest_year[0] $at_rain_highest_year[1] $unit.label.rain
Jours consécutifs avec précipitations $year_days_with_rain[0] days ending $at_days_with_rain[0] days
Jours consécutifs sans précipitations $year_days_without_rain[0] days ending $at_days_without_rain[0] days
Enregistrements Humidité
$current.dateTime.format("%Y") All Time
Humidité Max $year.outHumidity.max $alltime.outHumidity.max
Humidité Min $year.outHumidity.min $alltime.outHumidity.min
Point de Rosée Max $year.dewpoint.max $alltime.dewpoint.max
Point de Rosée Min $year.dewpoint.min $alltime.dewpoint.min
Enregistrements Pression Atmosphérique
$current.dateTime.format("%Y") All Time
Pression Atmosphérique Max $year.pressure.max $alltime.pressure.max
Pression atmosphérique Min $year.pressure.min $alltime.pressure.min
Enregistrements Température du Sol
$current.dateTime.format("%Y") All Time
Température du Sol Max $year.soilTemp1.max $alltime.soilTemp1.max
Température du Sol Min $year.soilTemp1.min $alltime.soilTemp1.min
#include "footer.html.tmpl"