How to Setup DDS API client to Retrieve Data

Once you register, an API key will be generated. You can check your API key in the profile section.

Create a config file $HOME/.ddsapirc as following:

url: https://ddshub.cmcc.it/api/v2
key: <api-key>

Install the DDS API Client using conda or pip.

conda

$ conda install -c fondazione-cmcc ddsapi 

pip

$ pip install ddsapi