Skip to content

Commit 1ac25ef

Browse files
committed
bug fix
1 parent 7fad91e commit 1ac25ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyter-notebooks/coastal-erosion-example/1_rasterio_firstlook.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
]
106106
},
107107
{
108+
"attachments": {},
108109
"cell_type": "markdown",
109110
"metadata": {},
110111
"source": [
111112
"**Prerequisites**\n",
112113
"- Install: [rasterio](https://pypi.org/project/rasterio) library\n",
113-
"- Download example data: [20170831_172754_101c_3B_AnalyticMS.tif](https://storage.googleapis.com/pdd-stac/disasters/hurricane-harvey/0831/20170831_172754_101c_3B_AnalyticMS.tif) & [20170831_172754_101c_3b_Visual.tif](https://storage.googleapis.com/pdd-stac/disasters/hurricane-harvey/0831/20170831_172754_101c_3b_Visual.tif)\n",
114-
"- Download tutorial data: [Tutorial Data](http://go.planet.com/scipy2022repo)"
114+
"- Download example data: [20170831_172754_101c_3b_Visual.tif](https://storage.googleapis.com/pdd-stac/disasters/hurricane-harvey/0831/20170831_172754_101c_3b_Visual.tif)"
115115
]
116116
},
117117
{
@@ -138,7 +138,7 @@
138138
"outputs": [],
139139
"source": [
140140
"# This notebook explores a single 4 band (blue, green, red, NIR) PlanetScope scene in a UTM projection.\n",
141-
"image_file = \"20170831_172754_101c_3b_Visual.tif\""
141+
"image_file = \"/content/20170831_172754_101c_3b_Visual.tif\""
142142
]
143143
},
144144
{

0 commit comments

Comments
 (0)