E_VandeGriend | R Documentation |
This function calculates Land Surface Emissivity according to Van de Griend and Owe 1993
E_VandeGriend(NDVI)
NDVI |
SpatRaster object, NDVI calculated from remote sensing imagery |
SpatRaster
Van de Griend, A.A. and Owe, M., 1993. On the relationship between thermal emissivity and the normalized difference vegetation index for natural surfaces. International Journal of remote sensing, 14(6), pp.1119-1131.
NDVI <- terra::rast(ncol=100, nrow=100)
set.seed(2)
terra::values(NDVI) = runif(10000, min=0.02, max=0.8)
E_VandeGriend(NDVI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.