$current_obs_icon
$Extras.records_page_header
Observations are powered by a Personal Weather Station
$current.outTemp
#if $social_html != ""
$social_html
#end if
#include "records.inc"
| Temperature Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Highest Temperature | $year.outTemp.max | $year.outTemp.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outTemp.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outTemp.max |
| Lowest Temperature | $year.outTemp.min | $year.outTemp.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outTemp.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outTemp.min |
| Highest Apparent Temperature | $year.appTemp.max | $year.appTemp.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.appTemp.maxtime.format("%B %-d, %Y at %-I:%M %p") $unit.label.outTemp | $alltime.appTemp.max |
| Lowest Apparent Temperature | $year.appTemp.min | $year.appTemp.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.appTemp.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.appTemp.min |
| Highest Heat Index | $year.heatindex.max | $year.heatindex.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.heatindex.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.heatindex.max |
| Lowest Wind Chill | $year.windchill.min | $year.windchill.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windchill.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windchill.min |
| Largest Daily Temperature Range | $year_temp_range_max[1] $unit.label.outTemp | #echo time.strftime( "%B %d, %Y", time.localtime( $year_temp_range_max[0] ) ) # (Min: $year_temp_range_max[2] $unit.label.outTemp - Max: $year_temp_range_max[3] $unit.label.outTemp ) |
#echo time.strftime( "%B %d, %Y", time.localtime( $at_temp_range_max[0] ) ) # (Min: $at_temp_range_max[2] $unit.label.outTemp - Max: $at_temp_range_max[3] $unit.label.outTemp ) |
$at_temp_range_max[1] $unit.label.outTemp |
| Smallest Daily Temperature Range | $year_temp_range_min[1] $unit.label.outTemp | #echo time.strftime( "%B %d, %Y", time.localtime( $year_temp_range_min[0] ) ) # (Min: $year_temp_range_min[2] $unit.label.outTemp - Max: $year_temp_range_min[3] $unit.label.outTemp ) |
#echo time.strftime( "%B %d, %Y", time.localtime( $at_temp_range_min[0] ) ) # (Min: $at_temp_range_min[2] $unit.label.outTemp - Max: $at_temp_range_min[3] $unit.label.outTemp ) |
$at_temp_range_min[1] $unit.label.outTemp |
| Wind Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Strongest Wind Gust | $year.windGust.max | $year.windGust.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windGust.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windGust.max |
| Highest Daily Wind Run | $year.windrun.max | $year.windrun.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windrun.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.windrun.max |
| Rain Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Highest Daily Rainfall | $rainiest_day[1] $unit.label.rain | #echo time.strftime( "%B %d, %Y", time.localtime( $rainiest_day[0] ) )# | $at_rainiest_day[0] | $at_rainiest_day[1] $unit.label.rain |
| Highest Daily Rainfall Rate | $year.rainRate.max | $year.rainRate.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.rainRate.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.rainRate.max |
| Month with Highest Total Rainfall | $year_rainiest_month[1] $unit.label.rain | $year_rainiest_month[0] | $at_rainiest_month[0] | $at_rainiest_month[1] $unit.label.rain |
| Total Rainfall for | $current.dateTime.format("%Y") | $year.rain.sum | $alltime.rain.maxtime.format("%Y") | $alltime.rain.sum |
| Consecutive Days With Rainfall | $year_days_with_rain[0] days | ending #echo time.strftime( "%B %d, %Y", time.localtime( $year_days_with_rain[1] ) )# | Highest Year | $at_days_with_rain[0] days in #echo time.strftime( "%Y", time.localtime( $at_days_with_rain[1] ) )# |
| Consecutive Days Without Rainfall | $year_days_without_rain[0] days | ending #echo time.strftime( "%B %d, %Y", time.localtime( $year_days_without_rain[1] ) )# | Highest Year | $at_days_without_rain[0] days in #echo time.strftime( "%Y", time.localtime( $at_days_without_rain[1] ) )# |
| Humidity Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Highest Humidity | $year.outHumidity.max | $year.outHumidity.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outHumidity.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outHumidity.max |
| Lowest Humidity | $year.outHumidity.min | $year.outHumidity.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outHumidity.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.outHumidity.min |
| Highest Dewpoint | $year.dewpoint.max | $year.dewpoint.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.dewpoint.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.dewpoint.max |
| Lowest Dewpoint | $year.dewpoint.min | $year.dewpoint.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.dewpoint.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.dewpoint.min |
| Barometer Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Highest Barometer | $year.barometer.max | $year.barometer.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.barometer.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.barometer.max |
| Lowest Barometer | $year.barometer.min | $year.barometer.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.barometer.mintime.format("%B %-d, %Y at %-I:%M %p") | $alltime.barometer.min |
| Sun Records | ||||
| $current.dateTime.format("%Y") | All Time | |||
| Highest Solar Radiation | $year.radiation.max | $year.radiation.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.radiation.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.radiation.max |
| Highest UV | $year.UV.max | $year.UV.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.UV.maxtime.format("%B %-d, %Y at %-I:%M %p") | $alltime.UV.max |