Skip to content

Commit 91da71b

Browse files
committed
change 4-band in comment to 3-band
1 parent ba2194d commit 91da71b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"import numpy as np\n",
8181
"from matplotlib import pyplot as plt\n",
8282
"\n",
83-
"# This notebook explores a single 4-band (blue, green, red, NIR) PlanetScope scene in a UTM projection.\n",
83+
"# This notebook explores a single 3-band (blue, green, red) PlanetScope scene in a UTM projection.\n",
8484
"image_file = \"/content/20170831_172754_101c_3B_AnalyticMS.tif\"\n",
8585
"\n",
8686
"# Use Rasterio to open the image.\n",
@@ -144,7 +144,6 @@
144144
]
145145
},
146146
{
147-
"attachments": {},
148147
"cell_type": "markdown",
149148
"id": "b70c572d",
150149
"metadata": {},
@@ -169,7 +168,7 @@
169168
"name": "python",
170169
"nbconvert_exporter": "python",
171170
"pygments_lexer": "ipython3",
172-
"version": "3.9.6"
171+
"version": "3.8.13"
173172
}
174173
},
175174
"nbformat": 4,

0 commit comments

Comments
 (0)