Skip to content

Commit

Permalink
add md Connect to the Dask cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Nov 2, 2023
1 parent bc4cf48 commit 5ef2bc9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions tutorial/part3/data_exploitability_pangeo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"# How to exploit data on Pangeo\n",
"\n",
"## Snow and Cloud Cover Example\n",
"converted from https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_stac.ipynb"
"The executable content of this notebook is adapted from https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_stac.ipynb"
],
"metadata": {
"collapsed": false
Expand Down Expand Up @@ -44,8 +44,7 @@
{
"cell_type": "markdown",
"source": [
"###\n",
"Important Infos \n",
"## Relevant resources\n",
"\n",
"More information on Pangeo can be found here: https://pangeo.io/\n",
"More information on the STAC specification can be found here: https://stacspec.org/\n"
Expand All @@ -57,7 +56,7 @@
{
"cell_type": "markdown",
"source": [
"#### Import libraries"
"## Import libraries"
],
"metadata": {
"collapsed": false
Expand Down Expand Up @@ -98,6 +97,15 @@
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
"## Connect to the Dask cluster"
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
Expand Down

0 comments on commit 5ef2bc9

Please sign in to comment.