WasuratS commited on
Commit
93b0870
1 Parent(s): 44c6bf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -23,6 +23,7 @@ For more details of data, you can refer to [ERA5-Land hourly data from 1950 to p
23
 
24
  # Data Creation
25
  Below is an example of how to make data query using Python via [CDS API](https://cds.climate.copernicus.eu/api-how-to) in monthly requests. <br/>
 
26
 
27
  ``` python
28
  import cdsapi
 
23
 
24
  # Data Creation
25
  Below is an example of how to make data query using Python via [CDS API](https://cds.climate.copernicus.eu/api-how-to) in monthly requests. <br/>
26
+ Script can be found [here](https://huggingface.co/datasets/WasuratS/ECMWF_Thailand_Land_Air_Temperatures/blob/main/cds_api_requestor_example.py)
27
 
28
  ``` python
29
  import cdsapi