|
13 | 13 | "\n", |
14 | 14 | "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", |
15 | 15 | "\n", |
16 | | - "## Tutorial preparation\n", |
| 16 | + "## Tutorial preparation (during the live event)\n", |
17 | 17 | "\n", |
18 | 18 | "1. Log on to the event Jupyterhub: https://icesat-2.hackweek.io\n", |
19 | 19 | "2. Open a terminal in Jupyterlab\n", |
20 | 20 | "3. Clone repo: git clone https://github.com/ICESAT-2HackWeek/ScienceDataGeneration.git\n", |
21 | 21 | "4. Enter the directory and open the notebook\n", |
22 | 22 | "\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", |
23 | 26 | "## Introduction\n", |
24 | 27 | "\n", |
25 | 28 | "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 | 43 | "- Tuneing of parameters obtain good results \n", |
41 | 44 | "- Gridding and filtering off different geophysical entities\n", |
42 | 45 | "\n", |
43 | | - "\n", |
| 46 | + "\n", |
44 | 47 | "[ Image credit: Johan Nilsson (JPL) ]\n", |
45 | 48 | "\n", |
46 | 49 | "## Data products and general approach\n", |
|
1313 | 1316 | "name": "python", |
1314 | 1317 | "nbconvert_exporter": "python", |
1315 | 1318 | "pygments_lexer": "ipython3", |
1316 | | - "version": "3.7.4" |
| 1319 | + "version": "3.7.6" |
1317 | 1320 | } |
1318 | 1321 | }, |
1319 | 1322 | "nbformat": 4, |
1320 | | - "nbformat_minor": 2 |
| 1323 | + "nbformat_minor": 4 |
1321 | 1324 | } |
0 commit comments