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 -----------