Skip to content

Commit 1822069

Browse files
committed
Added outputs.
1 parent e156834 commit 1822069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-notebooks/coastal-erosion-example/5_plotting_a_histogram.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"from matplotlib import pyplot as plt\n",
8282
"\n",
8383
"# This notebook explores a single 4-band (blue, green, red, near-infrared) PlanetScope scene in a UTM projection.\n",
84-
"image_file = \"20170831_172754_101c_3B_AnalyticMS.tif\"\n",
84+
"image_file = \"/content/20170831_172754_101c_3B_AnalyticMS.tif\"\n",
8585
"\n",
8686
"# Use Rasterio to open the image.\n",
8787
"satdat = rasterio.open(image_file)"

0 commit comments

Comments
 (0)