Skip to content

Commit

Permalink
Add Fig 6 title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
whyjz committed Jul 10, 2023
1 parent 7578921 commit 0ec4329
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
1 change: 1 addition & 0 deletions jupyter-book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ parts:
- file: notebooks/2_longitudinal_shear_strain/Fig3
- file: notebooks/5_multiple_metrics/Fig4.ipynb
- file: notebooks/5_multiple_metrics/Fig5.ipynb
- file: notebooks/6_synthetic_offset/feature_tracking_figure6.ipynb
- file: notebooks/5_multiple_metrics/Fig7.ipynb

- caption: Intermediate processing steps
Expand Down
27 changes: 24 additions & 3 deletions notebooks/6_synthetic_offset/feature_tracking_figure6.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "5b2d8468-331f-4b42-bede-3e769e079c3a",
"metadata": {},
"source": [
"# Figure 6 script\n",
"\n",
"This notebook requires additional steps to be reproduced:\n",
"\n",
"1. Make sure you have installed all necessary packages, including vmap and others specified in the cell below.\n",
"2. Update the input file paths so they point to the actual files on your local machine. These files include the source Landsat 8 image (`LC08_L1TP_061018_20180304_20180319_01_T1_B8_s.TIF`, downloadable at https://doi.org/10.17605/OSF.IO/HE7YR) and the RGI glacier outline (`01_rgi60_Alaska.shp`, downloadable at https://doi.org/10.7265/4m1f-gd79)."
]
},
{
"cell_type": "code",
"execution_count": 23,
Expand Down Expand Up @@ -30,7 +43,11 @@
"cell_type": "code",
"execution_count": 3,
"id": "ad26a76d-1a67-4aa8-b7cf-1e5b9ee6d2e7",
"metadata": {},
"metadata": {
"tags": [
"remove-output"
]
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -196,7 +213,11 @@
"cell_type": "code",
"execution_count": 17,
"id": "2a050bee-d318-4c5b-85f2-67d1220a5e16",
"metadata": {},
"metadata": {
"tags": [
"hide-output"
]
},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -660,7 +681,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0ec4329

Please sign in to comment.