Skip to content

Commit 9e4246f

Browse files
committed
Updated data link for new dataset, including 2023.
1 parent a036fae commit 9e4246f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jupyter-notebooks/coastal-erosion-example/0_download_data.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
78
"Download a zip file of all the data you will need here: \n",
8-
"https://hello.planet.com/data/s/Y2wFKNFNTwHxot8"
9+
"https://hello.planet.com/data/s/bWPN5P64wPD9cMc"
910
]
1011
},
1112
{

jupyter-notebooks/coastal-erosion-example/coastline_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"metadata": {},
3636
"outputs": [],
3737
"source": [
38-
"#!wget -q -O tmp.zip https://hello.planet.com/data/s/Y2wFKNFNTwHxot8/download/coastal_erosion_workshop_data.zip && unzip tmp.zip && rm tmp.zip"
38+
"!wget -q -O tmp.zip https://hello.planet.com/data/s/bWPN5P64wPD9cMc/download/coastal_erosion_workshop_data.zip && unzip tmp.zip && rm tmp.zip"
3939
]
4040
},
4141
{

0 commit comments

Comments
 (0)