Skip to content

Commit

Permalink
Merge pull request #52 from openmethane/update-ads-prod-url
Browse files Browse the repository at this point in the history
Replace ads-beta URLs with prod ads URLs
  • Loading branch information
aethr authored Oct 14, 2024
2 parents e661153 + 5b5b6d9 commit e5980b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
python -m pytest -r a -v tests/integration/test_domain_json.py
env:
CDSAPI_KEY: ${{ secrets.CDSAPI_ADS_KEY }}
CDSAPI_URL: https://ads-beta.atmosphere.copernicus.eu/api
CDSAPI_URL: https://ads.atmosphere.copernicus.eu/api

# Tag the latest image if running on the main branch
# TODO: Handle tagged builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make test
env:
CDSAPI_KEY: ${{ secrets.CDSAPI_ADS_KEY }}
CDSAPI_URL: https://ads-beta.atmosphere.copernicus.eu/api
CDSAPI_URL: https://ads.atmosphere.copernicus.eu/api

imports-without-extras:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Copy the `.env.example` file to `.env` and customise the paths as you need.
In order to download the GFAS emissions data, credentials for the Copernicus
Atmospheric Data Store (ADS) API are required. Instructions for registering for
the ADS API and setting up the credentials are provided at
[ADS Docs](https://ads-beta.atmosphere.copernicus.eu/how-to-api).
[ADS Docs](https://ads.atmosphere.copernicus.eu/how-to-api).

Step-by-step:
- Register for an [ECMWF](https://www.ecmwf.int/) account
- While logged in to ECMWF, register your account with [ADS](https://ads-beta.atmosphere.copernicus.eu/)
- While logged in to ECMWF, register your account with [ADS](https://ads.atmosphere.copernicus.eu/)
- Accept the ADS terms and conditions
- Accept the License to use Copernicus products, by visiting the Download tab of the dataset you wish to use and scrolling to the Terms of use section: https://ads-beta.atmosphere.copernicus.eu/datasets/cams-global-fire-emissions-gfas?tab=download
- Accept the License to use Copernicus products, by visiting the Download tab of the dataset you wish to use and scrolling to the Terms of use section: https://ads.atmosphere.copernicus.eu/datasets/cams-global-fire-emissions-gfas?tab=download

Note: the ADS API is different from the CDS (Climate Data Store) API
even though they are both parts of the Copernicus program
Expand Down

0 comments on commit e5980b1

Please sign in to comment.