TornikeO commited on
Commit
8d6e710
·
verified ·
1 Parent(s): 06aa5ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -32,6 +32,18 @@ Climate modeling and prediction
32
 
33
  This dataset is used as a supporting resource in [Climode-reproducibility](https://github.com/tornikeo/climode-reproducibility) repository, which aims to reproduce and validate the original paper authors' claims.
34
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Dataset Structure
36
 
37
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
32
 
33
  This dataset is used as a supporting resource in [Climode-reproducibility](https://github.com/tornikeo/climode-reproducibility) repository, which aims to reproduce and validate the original paper authors' claims.
34
 
35
+ You can download the dataset like so:
36
+
37
+ ```py
38
+ from huggingface_hub import snapshot_download
39
+
40
+ if __name__ == '__main__':
41
+ snapshot_download(repo_id="TornikeO/era5-5.625deg",
42
+ repo_type='dataset',
43
+ local_dir='climode/ClimODE/era5_data',
44
+ allow_patterns="*")
45
+ ```
46
+
47
  ## Dataset Structure
48
 
49
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->