Earth Data Community - Docs: https://earth-data-community.github.io/docs-website/docs/ - EOSC Node Data Terra: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/ - Architecture: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/ - AAI: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/aai/ - Resource catalogue: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/resource-catalogue/ - Registry services: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/registry-services/ - Helpdesk: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/helpdesk/ - Service monitoring: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/monitoring/ - Service and Research Product Accounting: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/accounting/ - Service management system: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/architecture/sms/ - Policies: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/policies/ - User Access: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/policies/user-access/ - API Documentations: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/api/ - Onboarding procedure: https://earth-data-community.github.io/docs-website/docs/eosc-node-data-terra/onboarding_procedure/ - Galaxy Tools: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/ - Copernicus Climate Data Store (C3S): https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/c3s/readme/ - How to Contribute New Tool: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/how-to-contribute-new-tool/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/cads/readme/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/mean-per-zone/readme/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/psy-maps/readme/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/shift-longitudes/readme/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/smithsonian-volcanoes/readme/ - Readme: https://earth-data-community.github.io/docs-website/docs/galaxy-tools/tools/wrf/readme/ # Copernicus Atmosphere Data Store (ADS) This tool allows you to retrieve [Copernicus Atmosphere Data Store (ADS)](https://ads.atmosphere.copernicus.eu/cdsapp#!/home). - Any user willing to use this tool needs to [create a new account](https://ads.atmosphere.copernicus.eu/user/register?destination=/). - Compose your request directly on ADS and copy/paste it in the input field "Request" - Users need to add their ADS API Key to Galaxy (see below). Documentation on where to get the ADS API key can be found [here](https://ads.atmosphere.copernicus.eu/api-how-to). - Be aware that for being able to download dataset from ADS, users also need to agree to their term of use (Licence to use Copernicus Products) on the ADS website. ## Set up user credentials on Galaxy To enable users to set their credentials and provide their ADS API Key for this tool, make sure the file `config/user_preferences_extra.yml` has the following section: ``` cads_account: description: Your Copernicus ADS API Key (Copernicus Atmosphere Data Store API Key) inputs: - name: cads_apikey label: Copernicus ADS API Key type: password required: True ```