Fixed link to the README figure.
Browse files
README.md
CHANGED
|
@@ -4,6 +4,10 @@ license: cc-by-4.0
|
|
| 4 |
|
| 5 |
# PeakWeather 🌦️🌤️⛈️
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
PeakWeather is a high-resolution, quality-controlled dataset of surface weather
|
| 8 |
observations from 302 stations across Switzerland, collected by the Swiss
|
| 9 |
Federal Office for Meteorology and Climatology (MeteoSwiss) over more than
|
|
@@ -11,9 +15,6 @@ eight years. Designed to support research in spatiotemporal modeling, it
|
|
| 11 |
includes dense time series data, topographical features, and numerical weather
|
| 12 |
forecasts from an operational model at MeteoSwiss.
|
| 13 |
|
| 14 |
-
<div style="display: flex; justify-content: center; gap: 20px;">
|
| 15 |
-
<img src="https://raw.githubusercontent.com/MeteoSwiss/PeakWeather/main/figures/stations.png" alt="Description" width="450"/>
|
| 16 |
-
</div>
|
| 17 |
|
| 18 |
## What's Inside
|
| 19 |
|
|
@@ -25,6 +26,11 @@ forecasts from an operational model at MeteoSwiss.
|
|
| 25 |
- Metadata for stations and variables, as well as sensor relocations information;
|
| 26 |
- Missing values and resampling utilities.
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## How to use PeakWeather
|
| 29 |
|
| 30 |
Use the companion [GitHub library](https://github.com/MeteoSwiss/PeakWeather) 📦 to:
|
|
|
|
| 4 |
|
| 5 |
# PeakWeather 🌦️🌤️⛈️
|
| 6 |
|
| 7 |
+
<div style="display: flex; justify-content: left;">
|
| 8 |
+
<img src="https://raw.githubusercontent.com/MeteoSwiss/PeakWeather/main/docs/source/_static/peakweather_logo.png" alt="Logo" width="150"/>
|
| 9 |
+
</div>
|
| 10 |
+
|
| 11 |
PeakWeather is a high-resolution, quality-controlled dataset of surface weather
|
| 12 |
observations from 302 stations across Switzerland, collected by the Swiss
|
| 13 |
Federal Office for Meteorology and Climatology (MeteoSwiss) over more than
|
|
|
|
| 15 |
includes dense time series data, topographical features, and numerical weather
|
| 16 |
forecasts from an operational model at MeteoSwiss.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## What's Inside
|
| 20 |
|
|
|
|
| 26 |
- Metadata for stations and variables, as well as sensor relocations information;
|
| 27 |
- Missing values and resampling utilities.
|
| 28 |
|
| 29 |
+
<div style="display: flex; justify-content: left; gap: 20px;">
|
| 30 |
+
<img src="https://raw.githubusercontent.com/MeteoSwiss/PeakWeather/main/docs/source/_static/stations.png" alt="Stations' map" width="450"/>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
|
| 34 |
## How to use PeakWeather
|
| 35 |
|
| 36 |
Use the companion [GitHub library](https://github.com/MeteoSwiss/PeakWeather) 📦 to:
|