You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Assignments/Coding_Challenges/Challenge_10/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Task 1 - Use what you have learned to process the Landsat files provided, this t
6
6
7
7
Before you start, here is a suggested workflow:
8
8
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.
10
10
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.
11
11
12
12
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