Datasets:

License:
MicheleCattaneo commited on
Commit
bd711c6
·
verified ·
1 Parent(s): e27b749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # PeakWeather 🌦️🌤️⛈️
6
+
7
+ PeakWeather is a dataset of surface weather measurements for spatiotemporal deep learning
8
+ with data collected every 10 minutes over the course of more than 8 years, from January 2017 until March 2025.
9
+ It includes a diverse set of meteorological variables obtained from of SwissMetNet,
10
+ the network of automatic weather stations operated by
11
+ the Swiss Federal Office of Meteorology and Climatology (MeteoSwiss). The network counts over 300 station locations
12
+ distributed across Switzerland's complex terrain.
13
+ To provide geographical context, it is enriched with topographical features derived from a digital elevation model.
14
+ Additionally, ensemble forecasts from the currently operational high-resolution NWP model ICON-CH1-EPS are included
15
+ as a baseline for evaluating new forecasting approaches.
16
+
17
+ <div style="display: flex; justify-content: center; gap: 20px;">
18
+ <img src="https://raw.githubusercontent.com/MeteoSwiss/PeakWeather/main/figures/stations.png" alt="Description" width="450"/>
19
+ </div>
20
+
21
+ ## How to use PeakWeather
22
+
23
+ To load the data, refer to the dataset implementation and instructions provided [on GitHub](https://github.com/MeteoSwiss/PeakWeather) 📦.
24
+
25
+ The dataset is distributed as a lightweight, framework-agnostic Python library that exposes the data in a way that can
26
+ easily integrate with modern deep learning frameworks while keeping dependencies to a minimum.
27
+
28
+ **License**: CC-BY-4.0
29
+
30
+ **Source**: MeteoSwiss