Skip to content

Commit d01b606

Browse files
author
JessicaS11
committed
added note about shared data unavailability
1 parent 1b4ddc0 commit d01b606

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

notebooks/Science Data Generation.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
"\n",
1414
"In this tutorial we will present an easy processing flow to generate gridded altimetry time series of elevation change based on the captoolkit software. We will then use these results to produce estimates mass balance for Pine Island Glacier. Its should be noted that this processing flow works equally well for other altimetry missions as well, both space- and airborne.\n",
1515
"\n",
16-
"## Tutorial preparation\n",
16+
"## Tutorial preparation (during the live event)\n",
1717
"\n",
1818
"1. Log on to the event Jupyterhub: https://icesat-2.hackweek.io\n",
1919
"2. Open a terminal in Jupyterlab\n",
2020
"3. Clone repo: git clone https://github.com/ICESAT-2HackWeek/ScienceDataGeneration.git\n",
2121
"4. Enter the directory and open the notebook\n",
2222
"\n",
23+
"## Tutorial preparation and running (after the event)\n",
24+
"This tutorial originally used data that was provided to workshop participants on a shared drive which is no longer available. Thus, in order to run this tutorial notebook you will need to obtain data and modify the paths within this notebook to point at wherever you have stored that data. An easy way to download data would be to use the [icepyx](https://icepyx.readthedocs.io/en/latest/) Python library, as demonstrated in the [data access tutorials](https://github.com/ICESAT-2HackWeek/data-access), with the data parameters described below.\n",
25+
"\n",
2326
"## Introduction\n",
2427
"\n",
2528
"In many aspects of Earth Science gridded datasets plays an important role for understanding and extracting geophysical signals in both space and time. \n",
@@ -40,7 +43,7 @@
4043
"- Tuneing of parameters obtain good results \n",
4144
"- Gridding and filtering off different geophysical entities\n",
4245
"\n",
43-
"![is_dhdt.jpeg](is_dhdt.jpeg \"Figure of Eleavtion Change from ICESat\")\n",
46+
"![is_dhdt.jpeg](is_dhdt.jpeg \"Figure of Elevation Change from ICESat\")\n",
4447
"[ Image credit: Johan Nilsson (JPL) ]\n",
4548
"\n",
4649
"## Data products and general approach\n",
@@ -1313,9 +1316,9 @@
13131316
"name": "python",
13141317
"nbconvert_exporter": "python",
13151318
"pygments_lexer": "ipython3",
1316-
"version": "3.7.4"
1319+
"version": "3.7.6"
13171320
}
13181321
},
13191322
"nbformat": 4,
1320-
"nbformat_minor": 2
1323+
"nbformat_minor": 4
13211324
}

0 commit comments

Comments
 (0)