Open vyelnats opened 2 years ago
What bands do we want to use for the calculation? As far as we know, no empirical study has tried to adjust these parameters for the specific spectral response of the Sentinel-2 MSI bands, but they're "usable" like this.
EVI - Notes:
Background:
Values between -1 -> 1, like NDVI, and 0.2-0.8 -> healthy vegetation
Data:
Satellite: Sentinel 2 Level 2A Bands: NIR = B8A, B04, B02
Calculation:
3-band EVI
EVI = G*(B8A-B04)/(B8A + C1/B04 - C2/B02 +1) where: G = 2.5, C1 = 6, C2 = 7.5 and L = 1
Note: B8A chosen over B08 for the following reason:
B08 NIR centre wavelength = 842 nm
B8A NIR centre wavelength = 865 nm
MODIS (original EVI) NIR sensor centre wavelength = 858 nm
[ ] needs citation
Strategy
1 year vegetation index time series computing the monthly mean.....
Steps
Ideas