S2REP Algorithm Specification

S2REP

The Sentinel-2 Red-Edge Position Index algorithm is based on linear interpolation, as presented by Guyot and Baret (1988).

Red edge, as the inflection point of the strong red absorption to near infrared reflectance, includes the information of both crop (chlorophyll content) N and growth status.

The reflectance at the inflexion point is estimated and in turn, the REP is retrieved through interpolation of S-2 band 5 and 6 which are positioned on the RE slope. This linear interpolation method has been previously applied to MERIS data by Clevers et al. (2000).
It was found to be more robust than the Lagrangian method (Dawson and Curran, 1998), with the benefit of requiring a limited number of spectral bands making it suitable for spaceborne sensors (Clevers et al., 2002).

Sentinel-2 has a key benefit compared to MERIS for the application of the linear interpolation method.
The S-2 band 6 (740 nm) measures the reflectance situated at the top of the linear part of the RE slope, whereas MERIS band 10 (753.75 nm) measures reflectance slightly above the linearp art of the RE, where the gradient in decreasing as it reaches the NIR plateau.
In theory, this means that S2REP should provide better characterisation of the RE slope compared to application of the method using the MERIS or the future Sentinel-3 sensors.

The S2REP results from the following (Sensor-dependent) equation:

S2REP = 705 + 35 * ( (red1_factor * red1 + IR_factor * near_IR)/2) - red2_factor * red2 ) / (red3_factor * red3 - red2_factor * red2) )

For Sentinel-2 the formula is:

705 + 35 * ((B4 + B7)/2 - B5) / (B6 - B5), where (Central wavelength/Bandwidth): B7 = 783 nm (15 nm), B6 = 740 nm (15 nm), B5 = 705 nm (15 nm), B4 = 665 nm (30 nm)

S2REP-Flags

Also the processor computes an additional flags band called 's2rep_flags' with the following bit coding:

Bit PositionDescription
Bit 0The computed value for S2REP is NAN or is Infinite
Bit 1The computed value for S2REP is less than 690 (six hundred and ninety)
Bit 2The computed value for S2REP is greater than 740 (seven hundred and fourty)