resebb commited on
Commit
ab0cb40
1 Parent(s): cd5893b

Update README with a dataset card

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Dataset: Low-to-high-resolution weather forecasting using topography
2
 
3
  The dataset is intended and structured for the problem of transforming/interpolating low-resolution weather forecasts into higher resolution using topography data.
@@ -144,4 +153,4 @@ topography_data = xr.open_dataset(
144
  f'/topography_chunk_station_index-{smhi_weather_observation_station_index}.nc'
145
  )
146
  print(topography_data)
147
- ```
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
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.
 
153
  f'/topography_chunk_station_index-{smhi_weather_observation_station_index}.nc'
154
  )
155
  print(topography_data)
156
+ ```