diff README.md @ 0:5c0ab9932311 draft

planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/essential_climate_variables commit 49926d09bb7d28f07b24050d25c40f2ae875d6f7
author climate
date Fri, 03 May 2019 15:11:01 -0400
parents
children b9d9fe0c2ce7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Fri May 03 15:11:01 2019 -0400
@@ -0,0 +1,17 @@
+
+# Copernicus Essential Climate Variables for assessing climate variability
+
+This tool allows you to retrieve Copernicus **Essential Climate Variables** for assessing climate variability from the [Copernicus Climate Data Store](https://cds.climate.copernicus.eu/#!/home).
+
+Copernicus ECV for assessing climate variability is available from the Copernicus portal at https://cds.climate.copernicus.eu/cdsapp#!/dataset/ecv-for-climate-change?tab=overview
+
+To be able to retrieve data, you would need to register and get your [CDS API key](https://cds.climate.copernicus.eu/api-how-to).
+
+The CDS API Key needs to be:
+  - located in a file called `.cdsapirc`in the HOME area 
+    (as defined the `HOME` environment variable).
+  - or passed in an enviroment variable called `GALAXY_COPERNICUS_CDSAPIRC`. 
+    When passed in `GALAXY_COPERNICUS_CDSAPIRC`, make sure the key does not contain
+    the string `key: ` but the key itself only (starting with a number). The file
+    `.cdsapirc` will then be created and placed in the HOME area (using HOME
+    environment variable).