{% extends "base.html" %}
{% block title %}Station Overview{% endblock %}
{% block head %}
{% if ui and ui == 'm' -%}
{%- endif %}
{% endblock %}
{% block content %}
Time: Data is a 30-minute average over the past seven days. Full weather data is available at the day, month and year levels.
You can start browsing by year:
{% set i = 0 -%}
{%- for year in data.years -%}
{%- set i = i + 1 -%}
{{ year }} {% if i < data.years|length %}|{% endif %}
{%- endfor %}
Current Conditions
{# This table is populated from day_live.js -#}
Sensor
Value
Relative Humidity
Temperature
Apparent Temperature
Wind Chill
Dew Point
Absolute Pressure
Gust Wind Speed
Average Wind Speed
Wind Direction
Todays Records
{% include 'day-records-table.html' %}
Today
{% include 'day-charts.html' %}
Last 7 days
Weather History