File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ Create a colab notebook named with your initials followed by `_nmeo_2022_ee_assn
2525- Use the cloud masking functions to mask the collection, and crop them to the AOI.
2626- Map a VI band onto each cloudmasked collection. Previously we calculated NDVI. This time calculate EVI instead.
2727- Create a smoothed EVI time series for the AOI from each image collection. To do the smoothing, the following functions are required:
28- - `add_time_band`
29- - `smoother`
30- - `reduce_fits`
31- And a separate smoother should be applied to each collection. When applying the smooth, use a 10 day window size
28+ - `construct_band_names`
29+ - `mask_clouds`
30+ - `add_evi` (see `add_ndvi`)
31+ - `add_dependents`
32+ - `add_harmonics`
33+ And a smoother to the collection. When applying the smooth, use a 10 day window size
3234- Create median composites of:
3335 - The Sentinel-2 NDVI series
3436 - The smoothed Sentinel-2 NDVI time series
Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ Create a colab notebook named with your initials followed by
4141- Create a smoothed EVI time series for the AOI from each image
4242 collection. To do the smoothing, the following functions are required:
4343
44- - ` add_time_band `
45- - ` smoother `
46- - ` reduce_fits ` And a separate smoother should be applied to each
47- collection. When applying the smooth, use a 10 day window size
44+ - ` construct_band_names `
45+ - ` mask_clouds `
46+ - ` add_evi ` (see ` add_ndvi ` )
47+ - ` add_dependents `
48+ - ` add_harmonics ` And a smoother to the collection. When applying the
49+ smooth, use a 10 day window size
4850
4951- Create median composites of:
5052
You can’t perform that action at this time.
0 commit comments