Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Enhanced Vegetation Index (EVI) employing the surface reflectance NIR, Red and Blue bands of a satellite image.
1 | evi(x, y, b)
|
x |
NIR band. |
y |
Red band. |
b |
Blue band. |
Compute the Enhanced Vegetation Index (EVI) employing the surface reflectance NIR, Red and Blue bands of a satellite image.
EVI values ranging from -1 to 1.
Liu H.Q., Huete A.R. A. (1995). A feedback based modification of the NDV I to minimize canopy background and atmospheric noise. IEEE Transactions on Geoscience and Remote Sensing 33:457-465.
Huete A.R., Liu, H.Q., Batchily, K., van Leeuwen, W. (1997). A comparison of vegetation indices global set of TM images for EOS-MODIS. Remote Sensing of Environment, 59:440-451.
Huete,A., K. Didan, T. Miura, E.P. Rodriguez, X. Gao and L.G. Ferreira. (2002). Overview of the radiometric and biophysical performance of the MODIS vegetation indices. Remote Sensing of Environment 83:195-213.
1 2 3 | ## Not run: # For Landsat 8 bands
eviind <- evi(B5, B4, B2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.