{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# An extensive walk through `DownClim`" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "```{note}\n", "Although all the described methods and functions describe below are fully functional, this is not the recommended way to use the library, as you don't fully take advantage of the workflow and abstractions provided. Take a look at other notebooks from the `examples` section to see how to use `DownClim` in a more efficient way.\n", "\n", "However, maybe at some point you'll find yourself your own way to use `DownClim` !\n", "```" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Definition of the workflow\n", "\n", "In this intentiionaly simplified example, we will use the `DownClim` library to:\n", "- download `CHELSA` data for the baseline period 1980-1981\n", "- download `CHIRPS` and `GSHTD` data for the evaluation period 2005-2006\n", "- download `CORDEX` and `CMIP6` data for the baseline, evaluation and projection periods" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Authentication\n", "\n", "First, we need to authenticate to Earth Engine to retrieve data from `GSHTD`, `CHIRPS` and `CMIP6`.\n", "\n", "Although we also need to authenticate to `ESGF` for `CORDEX` data, login information can be provided in a separate file." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
To authorize access needed by Earth Engine, open the following\n", " URL in a web browser and follow the instructions:
\n", " \n", "The authorization workflow will generate a code, which you should paste in the box below.
\n", " " ], "text/plain": [ "