Skip to main content Link Menu Expand (external link) Document Search Copy Copied

OTCI - OLCI terrestrial chlorophyll index

// Sentinel-3 OTCI - OLCI terrestrial chlorophyll index
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],
      ]);

Evaluate and Visualize

Description

OTCI, the Terrestrial Chlorophyll Index, can be used to assess chlorophyll content over land to 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..

Blue colors 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.

Description of representative images

OTCI in Europe, acquired on 30.6.2019. OTCI in Europe

Contributors:

Monja Sebela