Skip to content

Commit e34b5ee

Browse files
committed
template changes
1 parent b8cb808 commit e34b5ee

File tree

1 file changed

+19
-26
lines changed

1 file changed

+19
-26
lines changed

greenhouse-gases-level3-products.ipynb

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,26 @@
2424
"# How to access, read and use satellite XCO2 and XCH4 Level 3 data products"
2525
]
2626
},
27+
{
28+
"cell_type": "markdown",
29+
"id": "87917493",
30+
"metadata": {},
31+
"source": [
32+
"**This notebook can be run on free online platforms, such as Binder, Kaggle and Colab, or they can be accessed from GitHub. The links to run this notebook in these environments are provided here, but please note they are not supported by ECMWF.** \n",
33+
"\n",
34+
"[![binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ecmwf-training/c3s-training-submodule-sat-obs-atmos-comp/develop?labpath=greenhouse-gases-level3-products.ipynb)\n",
35+
"[![kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-comp/blob/develop/greenhouse-gases-level3-products.ipynb)\n",
36+
"[![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ecmwf-training/c3s-training-submodule-sat-obs-atmos-comp/blob/develop/greenhouse-gases-level3-products.ipynb)\n",
37+
"[![github](https://img.shields.io/badge/Open%20in-GitHub-black?logo=github)](https://github.com/ecmwf-training/c3s-training-submodule-sat-obs-atmos-comp/blob/develop/greenhouse-gases-level3-products.ipynb)"
38+
]
39+
},
2740
{
2841
"cell_type": "markdown",
2942
"id": "51ae6850",
3043
"metadata": {},
3144
"source": [
45+
"## Learning objectives 🎯\n",
46+
"\n",
3247
"This is a Jupyter Notebook (JN) illustrating how to access, read and use Greenhouse Gas (GHG) atmospheric carbon dioxide (CO2) and methane (CH4) data products as generated in the framework of the Copernicus Climate Change Service (C3S).\n",
3348
"\n",
3449
"The C3S GHG data products used here are retrieved from satellite radiance measurement using dedicated retrieval algorithms. Most of these algorithms have been developed in the past within the Climate Change Initiative (CCI) of the European Space Agency (ESA). These algorithms are now used to operationally generate the corresponding data products within the European Union (EU) C3S project. The data products are freely available for all interested users from the Copernicus Climate Data Store (CDS,\n",
@@ -47,37 +62,15 @@
4762
"The L3 XCO2 data product used here has product identifier (ID) XCO2_OBS4MIPS and the L3 XCH4 product ID is XCH4_OBS4MIPS. The code has been tested using version 4.5 of these products, which covers the period from beginning of 2003 to end of 2022."
4863
]
4964
},
50-
{
51-
"cell_type": "markdown",
52-
"id": "d24467d3",
53-
"metadata": {},
54-
"source": [
55-
"## How to read and process the satellite data with Python"
56-
]
57-
},
58-
{
59-
"cell_type": "markdown",
60-
"id": "d16056d2",
61-
"metadata": {},
62-
"source": [
63-
"In the following, Phython 3 code is provided to read and process the satellite data. \n",
64-
"\n",
65-
"It is assumed that Python and Jupyter Notebook (JN) is installed on your computer, e.g., using the Anaconda distribution (https://www.anaconda.com/products/distribution)."
66-
]
67-
},
6865
{
6966
"cell_type": "markdown",
7067
"id": "31276916",
7168
"metadata": {},
7269
"source": [
73-
"## Imports"
74-
]
75-
},
76-
{
77-
"cell_type": "markdown",
78-
"id": "3a63e257",
79-
"metadata": {},
80-
"source": [
70+
"## Prepare your environment\n",
71+
"\n",
72+
"### (Install and) Import libraries\n",
73+
"\n",
8174
"First we have to import some modules:"
8275
]
8376
},

0 commit comments

Comments
 (0)