kc_s2_grid {agriwater} | R Documentation |
Crop coefficient (ETa / ET0) using Sentinel-2 images with a grid of agrometeorological data.
Description
Crop coefficient (ETa / ET0) using Sentinel-2 images with a grid of agrometeorological data.
Usage
kc_s2_grid(doy, a, b)
Arguments
doy |
is the Day of Year (DOY) |
a |
is one of the regression coefficients of SAFER algorithm |
b |
is one of the regression coefficients of SAFER algorithm |
Value
It returns in raster format (.tif) the Surface Albedo at 24h scale ("Alb_24"), NDVI, Surface Temperature ("LST"), Crop Coefficient ("kc") and net radiation ("Rn_MJ").
[Package agriwater version 1.0.2 Index]