comparison README.md @ 0:b768e517a7d0 draft default tip

"planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/cads commit 778688ee8d14e22b00b648858ad9bd1c2f46b1e0"
author climate
date Sat, 19 Jun 2021 18:35:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b768e517a7d0
1
2 # Copernicus Atmosphere Data Store (ADS)
3
4 This tool allows you to retrieve [Copernicus Atmosphere Data Store (ADS)](https://ads.atmosphere.copernicus.eu/cdsapp#!/home).
5
6 - Any user willing to use this tool needs to [create a new account](https://ads.atmosphere.copernicus.eu/user/register?destination=/).
7 - Compose your request directly on ADS and copy/paste it in the input field "Request"
8 - 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).
9 - 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.
10
11 ## Set up user credentials on Galaxy
12
13 To enable users to set their credentials and provide their ADS API Key for this tool,
14 make sure the file `config/user_preferences_extra.yml` has the following section:
15
16 ```
17 cads_account:
18 description: Your Copernicus ADS API Key (Copernicus Atmosphere Data Store API Key)
19 inputs:
20 - name: cads_apikey
21 label: Copernicus ADS API Key
22 type: password
23 required: True
24 ```
25