Skip to content

Commit 3e2d0ac

Browse files
committed
Update README.md
1 parent 680a0ec commit 3e2d0ac

File tree

1 file changed

+1
-1
lines changed
  • Assignments/Coding_Challenges/Challenge_10

1 file changed

+1
-1
lines changed

Assignments/Coding_Challenges/Challenge_10/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Task 1 - Use what you have learned to process the Landsat files provided, this t
66

77
Before you start, here is a suggested workflow:
88

9-
1) Extract the Step_3_data.zip file into a known location.
9+
1) Extract the Landsat_data_lfs.zip file into a known location.
1010
2) For each month provided, you want to calculate the NVDI, using the equation: nvdi = (nir - vis) / (nir + vis) https://en.wikipedia.org/wiki/Normalized_difference_vegetation_index. Consider using the Raster Calculator Tool in ArcMap and using "Copy as Python Snippet" for the first calculation.
1111

1212
The only rule is, you should run your script once, and generate the NVDI for ALL MONTHS provided. As part of your code submission, you should also provide a visualization document (e.g. an ArcMap layout in PDF format), showing the patterns for an area of RI that you find interesting.

0 commit comments

Comments
 (0)