#errorCatcher Echo ## ## Specifying an encoding of UTF-8 is usually safe, but if your text is ## actually in Latin-1, then you should replace the string "UTF-8" with "latin-1" ## If you do this, you should also change the 'Content-Type' metadata below. #encoding UTF-8 ## ## This choice should match the #encoding directive above $station.location All-time record summary #set $max_rain = 0 #set $max_rain_year = None #for $y in $alltime.years #set $year_no = $y.start #set $year_rain = $y.rain.sum #if $year_rain.raw > $max_rain #set $max_rain = $year_rain.raw #set $max_rain_vh = $year_rain #set $max_rain_year = $year_no #end if #end for

$station.location

All-time record summary

$current.dateTime

All-time records
#if $year.UV.has_data #end if #if $year.ET.has_data and $year.ET.sum.raw >0.0 #end if #if $year.radiation.has_data #end if
High Temperature
Low Temperature
$alltime.outTemp.max at $alltime.outTemp.maxtime
$alltime.outTemp.min at $alltime.outTemp.mintime
High Heat Index $alltime.heatindex.max at $alltime.heatindex.maxtime
Low Wind Chill $alltime.windchill.min at $alltime.windchill.mintime
High Humidity
Low Humidity
$alltime.outHumidity.max $alltime.outHumidity.maxtime
$alltime.outHumidity.min $alltime.outHumidity.mintime
High Barometer
Low Barometer
$alltime.barometer.max at $alltime.barometer.maxtime
$alltime.barometer.min at $alltime.barometer.mintime
Max Rain Year $max_rain_vh.mm at $max_rain_year
High Rain Rate $alltime.rainRate.max at $alltime.rainRate.maxtime
Max Rain Day $alltime.rain.maxsum at $alltime.rain.maxsumtime
High Wind Speed $alltime.wind.max from $alltime.wind.gustdir at $alltime.wind.maxtime
High UV
Low UV
$year.UV.max at $year.UV.maxtime
$year.UV.min at $year.UV.mintime
High ET
Low ET
$year.ET.max at $year.ET.maxtime
$year.ET.min at $year.ET.mintime
High Radiation
Low Radiation
$year.radiation.max at $year.radiation.maxtime
$year.radiation.min at $year.radiation.mintime

 

Rain Record For This Year (1-$station.rain_year_str start)
Total Rain Year To Date $year.rain.maxsum
Max Rain Rate This Year $alltime.rainRate.max at $alltime.rainRate.maxtime
## Include the Google Analytics code if the user has supplied an ID: #if $Extras.has_key('googleAnalyticsId') #end if