Skip to content

Commit 6d58b4b

Browse files
author
Sara Safavi
committed
small update to NDVI exercise for uniformity
1 parent 40d912f commit 6d58b4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jupyter-notebooks/in-class-exercises/band-math-generate-ndvi/generate-ndvi-exercise.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cell_type": "markdown",
4040
"metadata": {},
4141
"source": [
42-
"To create this vegetation index, we're going to use PlanetScope's SR _(Surface Reflectance)_ data product. You can learn [more about Surface Reflectance (SR) and Planet data here](https://support.planet.com/hc/en-us/sections/115003720348-Surface-Reflectance), but for the purposes of this exercise, all you need to know is: SR data is satellite data that has been algorithmically corrected to remove atmospheric interference."
42+
"To create this vegetation index, we're going to use PlanetScope's SR _(Surface Reflectance)_ data product. You can learn [more about Surface Reflectance (SR) and Planet data here](https://support.planet.com/hc/en-us/sections/115003720348-Surface-Reflectance), but for the purposes of this exercise, all you need to know is: SR data is satellite data that has been algorithmically corrected to remove atmospheric interference. If you'd like to learn much more about reflectance conversions and atmospheric interference, see [this in-class exercise](../convert-radiance-to-reflectance/convert-radiance-to-reflectance-key.ipynb)."
4343
]
4444
},
4545
{
@@ -198,9 +198,8 @@
198198
"source": [
199199
"import rasterio\n",
200200
"\n",
201-
"filename = \"data/_____\"\n",
202-
"\n",
203-
"# < update the filename above to reflect your actual raster image >\n",
201+
"filename = None\n",
202+
"# < update above with your own code >\n",
204203
"\n",
205204
"\n",
206205
"# Load red and NIR bands - note all PlanetScope 4-band images have band order BGRN\n",

0 commit comments

Comments
 (0)