-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ `autoget.pyp`: update url to the new CDS-beta url and API token + README: update instructions on 1) how to setup the API with the new personal access token, 2) where to find my token, and 3) where to accept the terms of use + dependency: add cdsapi>=0.7.0 version constraint on pyproject.toml and requirements.txt files + tests/test_dload.py: update print out website link --------- Co-authored-by: Zhang Yunjun <[email protected]>
- Loading branch information
1 parent
007ff97
commit 7d596cc
Showing
6 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,19 +3,19 @@ | |
#Get it from https://retostauffer.org/code/Download-ERA5/ | ||
#for ERA5 | ||
[CDS] | ||
key = your-uid:your-api-key | ||
key = your-personal-access-token | ||
|
||
#####The key to the new server for ECMWF | ||
#Get it from https://software.ecmwf.int/wiki/display/WEBAPI/Accessing+ECMWF+data+servers+in+batch | ||
#Get it from https://software.ecmwf.int/wiki/display/WEBAPI/Accessing+ECMWF+data+servers+in+batch | ||
#for ERA-Interim [outdated] | ||
[ECMWF] | ||
email = [email protected] | ||
key = | ||
key = | ||
|
||
#####Passwd and key for download from ucar | ||
[ERA] | ||
email = [email protected] | ||
key = | ||
key = | ||
|
||
#####No username/password is required for NARR | ||
[NARR] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters