Skip to content

Commit

Permalink
add a placeholder for hidden code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 25, 2024
1 parent 424d198 commit 6ffdabc
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 4 deletions.
35 changes: 33 additions & 2 deletions lessons/landlab/landlab/02-data.a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"How do the above two answers change if you select a different DEM type (`\"SRTMGL1\"`, say)?"
]
Expand All @@ -396,6 +402,25 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"# Get a DEM of a different type"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"solution"
]
Expand Down Expand Up @@ -478,7 +503,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"In this tutorial we looked at how we can add data to *Landlab* grid *nodes*. In the next tutorial we'll have a look at some of the other grid elements (*links* and *cells*).\n",
"\n",
Expand Down
35 changes: 33 additions & 2 deletions lessons/landlab/landlab/02-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,39 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"How do the above two answers change if you select a different DEM type (`\"SRTMGL1\"`, say)?"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"# Get a DEM of a different type"
]
},
{
"cell_type": "markdown",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"solution"
]
Expand Down Expand Up @@ -490,7 +515,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"In this tutorial we looked at how we can add data to *Landlab* grid *nodes*. In the next tutorial we'll have a look at some of the other grid elements (*links* and *cells*).\n",
"\n",
Expand Down

0 comments on commit 6ffdabc

Please sign in to comment.