Update README.md
Browse files
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
|