From 485b66c2c9c8d5ce7ff82f8db9c378ebf75a79f8 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 3 Oct 2019 12:38:59 +0200 Subject: [PATCH] add cdsapi installation instructions --- scripts/build_cutout.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/build_cutout.py b/scripts/build_cutout.py index 0dee18ba..02a69df4 100644 --- a/scripts/build_cutout.py +++ b/scripts/build_cutout.py @@ -1,6 +1,15 @@ """ Create cutouts with `atlite `_. +For this rule to work you must have + +- installed the `Copernicus Climate Data Store `_ ``cdsapi`` package (`install with `pip``) and +- registered and setup your CDS API key as described `on their website `_. + +.. seealso:: + For details on the weather data read the `atlite documentation `_. + If you need help specifically for creating cutouts `the corresponding section in the atlite documentation `_ should be helpful. + Relevant Settings ----------------- @@ -73,9 +82,6 @@ A **SARAH-2 cutout** can be used to amend the fields ``temperature``, ``influx_t .. image:: ../img/sarah.png :scale: 40 % -.. seealso:: - For details on the weather data read the `atlite documentation `_. - Description -----------