{% extends "base.html.j2" %} {% block title %}{{ page_title }}{% endblock %} {% block description %}{{ page_description }}{% endblock %} {% block canonical_path %}{{ canonical_path }}{% endblock %} {% block content %}

{{ display }} weather records

All-time record highs and lows for {{ display }}, and the dates they occurred, across {{ year_range[0] }}–{{ year_range[1] }} of daily climate history.

{% for r in rows %} {% endfor %}
MetricRecord highOnRecord lowOn
{{ r.label }} {{ r.high }}{{ r.high_date }} {{ r.low }}{{ r.low_date }}

Rainfall has no meaningful record low, so its “record low” column shows the longest run of consecutive days without measurable rain and the date that dry spell began.

Grade {{ name }}'s weather now →

‹ Back to {{ name }} climate

{% endblock %}