resebb commited on
Commit
6dfe9c0
1 Parent(s): ab0cb40

Rename title

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-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,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
+ ```