{% extends 'base.html' %} {% block head %} {% endblock %} {% block header %}

{{ station.name }}

{% endblock %} {% block content %}
{% if station.climate_date_old() %} {% endif %}

Klicken um die Karte freizuschalten

Latitude

{{ station.lat }}°

Longitude

{{ station.lon}}°

Höhe über nn

{{ station.sea_level }}m

Bundesland

{{ station.state }}

DWD ID

{{ station.dwd_id }}

Exportieren
Meta
Aktueller Source vom DWD
Bereich Messdaten: {{ station.climate_date_range()["min"] }} - {{ station.climate_date_range()["max"] }}
Letztes Update: {{ station.dwd_last_update }}
{% endblock %} {% block foot %} {% endblock %}