Skip to content

Commit

Permalink
update cdsapi key file link
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Nov 1, 2024
1 parent 36ee7c2 commit 0a15590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def install_api_key():

# create CDS API key file
cds_key = input('Enter Your CDS API Key: ')
cds_url = 'https://cds.climate.copernicus.eu/api/v2'
cds_url = "https://cds.climate.copernicus.eu/api"
cds_config_content = 'url: {} \nkey: {}'.format(cds_url, cds_key)
cds_config_path = os.path.join(home_dir, '.cdsapirc')

Expand Down

0 comments on commit 0a15590

Please sign in to comment.