Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Aarhus Weather Dashboard
emoji: 📊
colorFrom: indigo
colorTo: red
sdk: gradio
sdk_version: 5.47.2
python_version: '3.10'
suggested_hardware: cpu-basic
startup_duration_timeout: 15m
app_file: app.py
license: apache-2.0
Aarhus Weather Dashboard
Read-only Gradio dashboard for forecast inspection and model evaluation in Aarhus. Maintained by Ciroc0.
What this Space does
- loads training data and model bundles from
Ciroc0/dmi-aarhus-weather-data - loads live predictions from
Ciroc0/dmi-aarhus-predictions - rebuilds a 7-day historical backtest locally
- visualizes temperature, wind, rain and performance
Runtime behaviour
- no scheduler
- cache TTL:
300seconds - history window:
7days - future window:
48hours
File loading order
Predictions dataset
predictions_latest.parquetpredictions.parquetas legacy fallback
Weather dataset
training_matrix.parquetdata.parquetas legacy fallback
Tabs
- Temperature
- Wind
- Rain
- Performance
Notes
- This Space is separate from the public Vercel frontend in the root repo.
- The Vercel frontend prefers
frontend_snapshot.json, while this Gradio Space computes its own view from parquet/model files.
License
Source code in this Space is released under Apache-2.0. Preserve attribution to Ciroc0 and keep applicable notice/license files when redistributing the code.