climatefarmers / vegetation-health

Creative Commons Zero v1.0 Universal
1 stars 2 forks source link

EVI Meeting Notes (Martin + Victoria) #1

Open vyelnats opened 2 years ago

vyelnats commented 2 years ago

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:

Strategy

1 year vegetation index time series computing the monthly mean.....

Steps

  1. Extract script from raster dataset
  2. Calculate buffer program
  3. EVI calculation script
  4. Data cleaning/handling/viz

Ideas

vyelnats commented 2 years ago

Meeting Mon 07.02.2022

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.

Todo:

vyelnats commented 2 years ago

Open Questions:

Data prep

Data analysis and viz