Skip to content

Commit 19030b3

Browse files
committed
Updating to four terrain parameters
1 parent ee0c48a commit 19030b3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

hands-on/session II/1.Tutorial.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"\n",
102102
"### -- Option A: Generating Data Using the SOMOSPIE Application Module\n",
103103
"\n",
104-
"We use the [SOMOSPIE](https://github.com/TauferLab/SOMOSPIE) application, specifically its GEOtiled module, to generate a high-resolution dataset of terrain parameters. This process involves using Digital Elevation Models (DEMs) from the USGS 3D Elevation Program as input. The GEOtiled module processes this data to produce two key terrain parameters: elevation, and hillshading, all at a 30 m resolution specifically for the state of Tennessee. The output consists of four TIFF format image files, each representing the calculated elevation, and hillshading."
104+
"We use the [SOMOSPIE](https://github.com/TauferLab/SOMOSPIE) application, specifically its GEOtiled module, to generate a high-resolution dataset of terrain parameters. This process involves using Digital Elevation Models (DEMs) from the USGS 3D Elevation Program as input. The GEOtiled module processes this data to produce two key terrain parameters: aspect, slope, elevation, and hillshading, all at a 30 m resolution specifically for the state of Tennessee. The output consists of four TIFF format image files, each representing the calculated aspect, slope, elevation, and hillshading."
105105
]
106106
},
107107
{
@@ -228,9 +228,9 @@
228228
"id": "c7a45c22",
229229
"metadata": {},
230230
"source": [
231-
"The following cell takes the processed DEMs and calculates the other terrain parameter (hillshading). \n",
231+
"The following cell takes the processed DEMs and calculates the other terrain parameter (aspect, slope, and hillshading). \n",
232232
"\n",
233-
"***Note:** This cell is compute-heavy because we are calculating the hillshading from the elevation. Therefore, it can take up to 10 mins.* "
233+
"***Note:** This cell is compute-heavy because we are calculating the other three terrain parameters from the elevation. Therefore, it can take up to 10 mins.* "
234234
]
235235
},
236236
{
@@ -268,7 +268,7 @@
268268
"id": "75c83ed2",
269269
"metadata": {},
270270
"source": [
271-
"The following cell uses the GEOtiled library to visualize the four terrain parameters: elevation, and hillshading.\n",
271+
"The following cell uses the GEOtiled library to visualize the four terrain parameters: aspect, slope, elevation, and hillshading.\n",
272272
"\n",
273273
"***Note:** This cell can take up to 5 mins to visualize the data.* "
274274
]
@@ -338,7 +338,7 @@
338338
"source": [
339339
"### -> Option B. Accessing Data from Dataverse Public Commons\n",
340340
"\n",
341-
"High-resolution data for elevation and hillshading at a 30m resolution for Tennessee might already exist in public storage repositories. If available, you can directly download this data to proceed to Step 2 without the need for initial data generation."
341+
"High-resolution data for elevation, aspect, slope and hillshading at a 30m resolution for Tennessee might already exist in public storage repositories. If available, you can directly download this data to proceed to Step 2 without the need for initial data generation."
342342
]
343343
},
344344
{
@@ -387,7 +387,8 @@
387387
"id": "8eeb8a50",
388388
"metadata": {},
389389
"source": [
390-
"The following cell uses the GEOtiled library to verify the download step and visualize the four terrain parameters: elevation, and hillshading. \n",
390+
"The following cell uses the GEOtiled library to verify the download step and visualize the four terrain parameters: aspect, slope, elevation, and hillshading. \n",
391+
"\n",
391392
"***Note:** This cell can take up to 5 mins to visualize the data.* "
392393
]
393394
},
@@ -582,7 +583,7 @@
582583
"source": [
583584
"### - Option A: Loading the Dataset from Local Storage\n",
584585
"\n",
585-
"This option involves importing the dataset into the dashboard directly from local storage contained within the Docker image."
586+
"This option involves importing the dataset into the dashboard directly from local storage contained within the Codespace."
586587
]
587588
},
588589
{

0 commit comments

Comments
 (0)