{{.Display}} weather records
Record high and low temperatures for {{.Display}}, by month, by season, and all-time, with the dates they occurred, across {{index .YearRange 0}}–{{index .YearRange 1}} of daily climate history.{{if and .AllTime.Tmax .AllTime.Tmin}} Its hottest day on record reached {{.Fmt.Temp .AllTime.Tmax.Max}} on {{.AllTime.Tmax.MaxDate}}; its coldest fell to {{.Fmt.Temp .AllTime.Tmin.Min}} on {{.AllTime.Tmin.MinDate}}.{{end}}
Records by month
The warmest (▲) and coldest (▼) both the daytime high and the overnight low have ever been in each calendar month, so each column shows its record high and its record low. Tap a month for its full averages and typical range.
| Month | Daytime high | Overnight low |
|---|---|---|
| {{.Name}} | {{template "extremes" .High}} | {{template "extremes" .Low}} |
Records by season
The warmest (▲) and coldest (▼) both the daytime high and the overnight low have reached in each meteorological season ({{.Hemisphere}} Hemisphere, each a three-month span).
| Season | Daytime high | Overnight low |
|---|---|---|
| {{.Name}} ({{.Span}}) | {{template "extremes" .High}} | {{template "extremes" .Low}} |
All-time records
The most extreme value {{.Name}} has recorded for each metric across its entire history.
{{.Label}}
For rainfall, the “driest” figure is the longest run of consecutive days without measurable rain, dated to when that dry spell began.