sen2nbar.brdf.brdf

sen2nbar.brdf.brdf(sun_zenith: Any, view_zenith: Any, relative_azimuth: Any) Any[source]

Computes the Ross-Thick/Li-Sparse Reciprocal Bidirectional Reflectance Distribution Function (BRDF) Model.

The mathematical formulation of the BRDF Model can be found in Equation 1 of Roy et al., 2008 [1] and Equation 1 of Roy et al., 2016 [2].

Parameters:
  • sun_zenith (Any) – Sun Zenith angles in degrees.

  • view_zenith (Any) – Sensor Zenith angles in degrees.

  • relative_azimuth (Any) – Relative Azimuth angles in degrees.

Returns:

BRDF.

Return type:

Any

References