{% extends "base.html" %} {% block title %}Station Overview{% endblock %} {% block head %} {% if ui and ui == 'm' -%} {%- endif %} {% endblock %} {% block content %} {% if page_data["no_content"] %}
There is no recent data available from this weather station at this time. Historical data remains available for the following years: {% set i = 0 -%} {%- for year in data.years -%} {%- set i = i + 1 -%} {{ year }}{% if i < data.years|length %}, {% endif %} {%- endfor %}
{% else %}Sensor | Value |
---|---|
Relative Humidity | |
Temperature | |
Apparent Temperature | |
Wind Chill | |
Dew Point | |
Absolute Pressure | |
Gust Wind Speed | |
Average Wind Speed | |
Wind Direction |
Time:
Data is a 30-minute average over the past seven days.
{% include 'day-charts-7day.html' %}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 %}