geetools.algorithms.Landsat.brdfCorrect#

static geetools.algorithms.Landsat.brdfCorrect(image, red='red', green='green', blue='blue', nir='nir', swir1='swir1', swir2='swir2')#

Correct Landsat data for BRDF effects using a c-factor.

D.P. Roy, H.K. Zhang, J. Ju, J.L. Gomez-Dans, P.E. Lewis, C.B. Schaaf, Q. Sun, J. Li, H. Huang, V. Kovalskyy, A general method to normalize Landsat reflectance data to nadir BRDF adjusted reflectance, Remote Sensing of Environment, Volume 176, April 2016, Pages 255-271

Interpreted and coded here by Daniel Wiell and Erik Lindquist of the United Nations Food and Agriculture Organization

Transcipted to GEE Python API by Rodrigo E. Principe

If the band names of the passed image are ‘blue’, ‘green’, etc, those will be used, if not, relations must be indicated in params.

Return type:

ee.Image