Skip to content

Commit 05cc0eb

Browse files
committed
Update: New logos - fixing text - removing previous outputs - fixing links
1 parent b05a83e commit 05cc0eb

5 files changed

Lines changed: 16 additions & 52 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"id": "75c83ed2",
265265
"metadata": {},
266266
"source": [
267-
"The following cell uses the GEOtiled library to visualize the two terrain parameters: elevation, and hillshading.\n",
267+
"The following cell uses the GEOtiled library to visualize the four terrain parameters: elevation, and hillshading.\n",
268268
"\n",
269269
"***Note:** This cell can take up to 5 mins to visualize the data.* "
270270
]
@@ -324,7 +324,7 @@
324324
" ztype=\"Slope\",\n",
325325
" crop_shp=True,\n",
326326
")\n",
327-
"print(\"You have successfully visualized the 2 terrain parameters using GEOtiled\")"
327+
"print(\"You have successfully visualized the 4 terrain parameters using GEOtiled\")"
328328
]
329329
},
330330
{
@@ -383,7 +383,7 @@
383383
"id": "8eeb8a50",
384384
"metadata": {},
385385
"source": [
386-
"The following cell uses the GEOtiled library to verify the download step and visualize the two terrain parameters: elevation, and hillshading. \n",
386+
"The following cell uses the GEOtiled library to verify the download step and visualize the four terrain parameters: elevation, and hillshading. \n",
387387
"***Note:** This cell can take up to 5 mins to visualize the data.* "
388388
]
389389
},

hands-on/session II/2.Explore_Data.ipynb

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,12 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 1,
25+
"execution_count": null,
2626
"id": "250ef129-c335-4f6c-97ea-afc865ca2fda",
2727
"metadata": {
2828
"tags": []
2929
},
30-
"outputs": [
31-
{
32-
"name": "stdout",
33-
"output_type": "stream",
34-
"text": [
35-
"You have successfully prepared your environment.\n"
36-
]
37-
}
38-
],
30+
"outputs": [],
3931
"source": [
4032
"import os\n",
4133
"import numpy as np\n",
@@ -55,20 +47,12 @@
5547
},
5648
{
5749
"cell_type": "code",
58-
"execution_count": 2,
50+
"execution_count": null,
5951
"id": "f1fa2a34-486d-46fa-b370-4ddcf2572f02",
6052
"metadata": {
6153
"tags": []
6254
},
63-
"outputs": [
64-
{
65-
"name": "stdout",
66-
"output_type": "stream",
67-
"text": [
68-
"You have successfully upladed your file.\n"
69-
]
70-
}
71-
],
55+
"outputs": [],
7256
"source": [
7357
"# Change the name of data file with the name of your downloaded subregion\n",
7458
"data_file = \"enter_the_name.here\"\n"
@@ -86,20 +70,12 @@
8670
},
8771
{
8872
"cell_type": "code",
89-
"execution_count": 3,
73+
"execution_count": null,
9074
"id": "860bbfe3-fe43-4a7a-b937-e801b3fd437e",
9175
"metadata": {
9276
"tags": []
9377
},
94-
"outputs": [
95-
{
96-
"name": "stdout",
97-
"output_type": "stream",
98-
"text": [
99-
"You have successfully loaded your data and metadata.\n"
100-
]
101-
}
102-
],
78+
"outputs": [],
10379
"source": [
10480
"try:\n",
10581
" # Attempt to load the .npz data file\n",
@@ -367,14 +343,6 @@
367343
" # Handle any errors that occur during data loading or processing\n",
368344
" print(f\"Error: Failed to load or process data from '{data_file}'. {str(e)}\")\n"
369345
]
370-
},
371-
{
372-
"cell_type": "code",
373-
"execution_count": null,
374-
"id": "ab58bc8b",
375-
"metadata": {},
376-
"outputs": [],
377-
"source": []
378346
}
379347
],
380348
"metadata": {
-1.44 MB
Loading
-4.65 MB
Loading

hands-on/session II/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can download the introductory slides [here](https://zenodo.org/records/10794
4343

4444
## Table of contents
4545

46-
1. [Running the Tutorial] (#running-the-tutorial)
46+
1. [Running the Tutorial](#running-the-tutorial)
4747
2. [Option 1: GitHub Codespaces (Recommended)](#option-1-GitHub-codespaces-recommended)
4848
3. [Option 2: Docker](#0ption-2-docker)
4949
4. [APPENDIX: Prerequities for Docker](#appendix-prerequities-for-docker)
@@ -101,8 +101,8 @@ You can choose one of the two options below based on your preferred setup.
101101
</li>
102102
<li>Open Docker Desktop before continuing.</li>
103103
<li>Open terminal and run:
104-
<pre><code>git clone https://github.com/nsdf-fabric/Tutorial_2024_IEEE_VIS.git
105-
cd Tutorial_2024_IEEE_VIS/session\ II/Materials/
104+
<pre><code>git clone https://github.com/TauferLab/NSDF-Tutorial-2025.git
105+
cd NSDF-Tutorial-2025/session\ II/Materials/
106106
docker-compose up -d</code></pre>
107107
</li>
108108
<li>Open <a href="http://127.0.0.1:5000/lab/tree/Tutorial.ipynb">http://127.0.0.1:5000/lab/tree/Tutorial.ipynb</a> in a browser.</li>
@@ -185,13 +185,11 @@ jupyter notebook Tutorial.ipynb</code></pre>
185185
</li>
186186
</ol>
187187

188-
<h2 id="community">Community and Resources</h2>
188+
## Community and Resources:
189189

190190
NSDF and SOMOSPIE are open-source projects. Questions, discussions, and contributions are welcome. Contributions can include new packages, bug fixes, documentation, or even new core features.
191191

192192

193-
## Community and Resources:
194-
195193
NSDF Resources:
196194

197195
- **Slack workspace**: [nsdf-workspace](https://nsdf-workspace.slack.com/).
@@ -212,8 +210,8 @@ SOMOSPIE Resources:
212210

213211
GEOtiled Resources:
214212

215-
- **GitHub:** [GEOtiled software](https://github.com/TauferLab/GEOtiled))
216-
- **Webpage:** [GEOtiled overview](https://github.com/TauferLab/GEOtiled))
213+
- **GitHub:** [GEOtiled software](https://github.com/TauferLab/GEOtiled)
214+
- **Webpage:** [GEOtiled overview](https://github.com/TauferLab/GEOtiled)
217215
- **Questions:** Michela Taufer [mtaufer@utk.edu](email:mtaufer@utk.edu)
218216

219217

@@ -251,7 +249,6 @@ The authors of this tutorial would like to express their gratitude to:
251249

252250
- NSF through the awards 2138811, 2103845, 2334945, 2138296, and 2331152.
253251
- The Dataverse team [link](https://dataverse.org/about)
254-
- The Seal Storage team [link](https://www.sealstorage.io/home/#team)
255252
- Vargas Lab led by Dr. Rodrigo Vargas [link](https://www.udel.edu/academics/colleges/canr/departments/plant-and-soil-sciences/faculty-staff/rodrigo-vargas/)
256253

257254
Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
@@ -281,7 +278,7 @@ Any opinions, findings, conclusions, or recommendations expressed in this materi
281278
282279
<h2 id="acknowledgments">Acknowledgments</h2>
283280
<p>Supported by NSF grants 2138811, 2103845, 2334945, 2138296, and 2331152.<br>
284-
Thanks to Dataverse, Seal Storage, and the Vargas Lab.</p>
281+
Thanks to Dataverse, Wasabi, and the Vargas Lab.</p>
285282
-->
286283

287284
<!--
@@ -557,7 +554,6 @@ The authors of this tutorial would like to express their gratitude to:
557554
558555
- NSF through the awards 2138811, 2103845, 2334945, 2138296, and 2331152.
559556
- The Dataverse team [link](https://dataverse.org/about)
560-
- The Seal Storage team [link](https://www.sealstorage.io/home/#team)
561557
- Vargas Lab led by Dr. Rodrigo Vargas [link](https://www.udel.edu/academics/colleges/canr/departments/plant-and-soil-sciences/faculty-staff/rodrigo-vargas/)
562558
563559
Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

0 commit comments

Comments
 (0)