Skip to content

Commit

Permalink
Update notebooks (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Mar 27, 2024
1 parent 13dbbd2 commit db52ca2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"earthkit-data",
"https://earthkit-data.readthedocs.io/en/latest/",
),
"earthkit-maps": (
"earthkit-maps",
"https://earthkit-maps.readthedocs.io/en/latest/",
),
"fieldlist": (
"fieldlist",
"https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html",
Expand Down
15 changes: 11 additions & 4 deletions docs/examples/healpix_fieldlist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
]
},
{
"cell_type": "markdown",
"id": "051dbbd7-58d3-44e7-ba51-73d273b731d3",
"cell_type": "raw",
"id": "4cf645d5-c3bb-46a3-afd9-60446adf40ba",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
Expand All @@ -21,13 +22,19 @@
"source": [
"This example shows how to interpolate GRIB data defined on a HEALPix nested grid. We will also see how to inspect and plot the resulting data and how to convert it to xarray.\n",
"\n",
"To make this notebook work **earthkit.data** and **earthkit.maps** have to be installed. The data will be represented as an [earthkit-data GRIB FieldList](https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html)."
"To make this notebook work :xref:`earthkit-data` (version >= 0.6.0) and :xref:`earthkit-maps` have to be installed. The data will be represented as an `earthkit-data GRIB FieldList <https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html>`_."
]
},
{
"cell_type": "markdown",
"id": "68d978ff-0c55-47d5-983b-829467675af0",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"#### Interpolation"
]
Expand Down
23 changes: 18 additions & 5 deletions docs/examples/octahedral_fieldlist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,23 @@
{
"cell_type": "markdown",
"id": "27b6be13-d0a5-41e1-9479-f1028b01610f",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"## Interpolating octahedral GRIB data"
]
},
{
"cell_type": "markdown",
"id": "051dbbd7-58d3-44e7-ba51-73d273b731d3",
"cell_type": "raw",
"id": "1f8af122-f127-437b-bf14-e867acdce44d",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
Expand All @@ -21,13 +28,19 @@
"source": [
"This example shows how to interpolate GRIB data defined on an octahedral reduced Gaussian grid. We will also see how to inspect and plot the resulting data and how to convert it to xarray.\n",
"\n",
"To make this notebook work **earthkit.data** and **earthkit.maps** have to be installed. The data will be represented as an [earthkit-data GRIB FieldList](https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html)."
"To make this notebook work :xref:`earthkit-data` (version >= 0.6.0) and :xref:`earthkit-maps` have to be installed. The data will be represented as an `earthkit-data GRIB FieldList <https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html>`_."
]
},
{
"cell_type": "markdown",
"id": "630902ad-c821-47b4-9140-f04cc9a53976",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"#### Interpolation"
]
Expand Down

0 comments on commit db52ca2

Please sign in to comment.