Improved visualization of the Terrestrial Chlorophyll Index (OTCI) within EO Browser

The visualization of the OTCI index within the EO Browser has been improved.

OTCI, the Terrestrial Chlorophyll Index, can be used to assess chlorophyll content over land and monitor vegetation condition and health. It is produced globally at 300m spatial resolution from OLCI data on the Sentinel 3 mission. The theoretical basis document on OTCI is available here. The visualization is made using the following colorBlend function:

var OTCI = (B12 - B11) / (B11 - B10);
return colorBlend
(OTCI,
[ 0, 1, 1.8, 2.5, 4, 4.5, 5],
[
[0, 0, 0.5],
[0, 0.3, 0.8],
[1, 0.2, 0.2],
[1, 0.9, 0],
[0, 0.8, 0.1],
[0, 0.6,0.2],
[1, 1, 1],
]);

Blue colours display extremely low OTCI values. They usually signify water, sand or snow. Extremely high values, displayed with white, usually suggest the absence of chlorophyll as well. They generally represent either bare ground, rock or clouds. The chlorophyll values in between range from red (low chlorophyll values) to dark green (high chlorophyll values) and can be used to determine vegetation health.

Result representation: OTCI in Europe