Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to CDS (or Login to ADS)
  2. Copy a 2 line code, which shows a url and your own uid:API key details as follows:
    1. For CDS users, Go to this page and copy the 2 line code displayed in the black box in the "Install the CDS API key" section.
    2. For ADS users, Go to this page and copy the 2 line code displayed in the black box in the "Install the CDS API key" section.
  3. Create your key file in your home directory in your Terminal window as follows:

    Code Block
    touch ~/.cdsapirc


  4. Edit your key file and paste the two lines you copied in Step 2 above to your .cdsapirc key file.
  5. Install the CDS API client using pip, by running the following command in your Terminal window:

    Code Block
    pip install cdsapi


  6. Once the CDS API client is installed, it can be used to request data from the datasets listed in the CDS and ADS catalogues. It is necessary to agree to the Terms of Use of every datasets that you intend to download. Attached to each dataset download form, the 'Show API request' button displays the python code to be used.

...