{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"
"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Climate Data Store Tutorial"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook provides you an introduction to the Copernicus Climate Data Store (CDS), an overview of the type of data that can be accessed and gives practical examples how to access and retrieve data from the CDS."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Outline\n",
"* 1 - About\n",
"* 2 - C3S data retrieval\n",
" * 2.1 - Access data interactively via the CDS web interface\n",
" * 2.2 - Access data programmatically with the CDS API\n",
" * 2.3 - Further resources\n",
"* 3 - Example data request"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"
Run the tutorial via free cloud platforms: | \n", "\n",
" | \n",
" \n",
" | \n",
" \n",
" | \n",
"
---|
Your requests
in the main menu, you can monitor the status of your data requests.area
and grid
. Per default, data is retrieved in GRIB
. If you wish to retrieve the data in netCDF
, you have to specify it by using the keyword argument format
.This project is licensed under APACHE License 2.0. | View on GitHub
" ] } ], "metadata": { "celltoolbar": "Edit Metadata", "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.7" } }, "nbformat": 4, "nbformat_minor": 4 }