Rename title
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ language:
|
|
5 |
- sv
|
6 |
tags:
|
7 |
- climate
|
8 |
-
pretty_name: Low-to-High Resolution Weather using Topography
|
9 |
---
|
10 |
-
# Dataset: Low-to-
|
11 |
|
12 |
The dataset is intended and structured for the problem of transforming/interpolating low-resolution weather forecasts into higher resolution using topography data.
|
13 |
|
@@ -153,4 +153,4 @@ topography_data = xr.open_dataset(
|
|
153 |
f'/topography_chunk_station_index-{smhi_weather_observation_station_index}.nc'
|
154 |
)
|
155 |
print(topography_data)
|
156 |
-
```
|
|
|
5 |
- sv
|
6 |
tags:
|
7 |
- climate
|
8 |
+
pretty_name: Low-to-High Resolution Weather Forecasting using Topography
|
9 |
---
|
10 |
+
# Dataset: Low-to-High-Resolution Weather Forecasting using Topography
|
11 |
|
12 |
The dataset is intended and structured for the problem of transforming/interpolating low-resolution weather forecasts into higher resolution using topography data.
|
13 |
|
|
|
153 |
f'/topography_chunk_station_index-{smhi_weather_observation_station_index}.nc'
|
154 |
)
|
155 |
print(topography_data)
|
156 |
+
```
|