Skip to content

Latest commit

 

History

History
 
 

ndvi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

MODIS NDVI

Show script or download{:target="_blank"} it.

{% highlight javascript %} {% include_relative script.js %} {% endhighlight %}

Evaluate and visualize

Description

The well known and widely used NDVI is a simple, but effective index for quantifying green vegetation. It normalizes green leaf scattering in Near Infra-red wavelengths with chlorophyll absorption in red wavelengths.

The value range of the NDVI is -1 to 1. Negative values of NDVI (values approaching -1) correspond to water. Values close to zero (-0.1 to 0.1) generally correspond to barren areas of rock, sand, or snow. Low, positive values represent shrub and grassland (approximately 0.2 to 0.4), while high values indicate temperate and tropical rainforests (values approaching 1). It is a good proxy for live green vegetation; see [1] for details.

The normalized difference vegetation index, abbreviated NDVI, is defined as

NDVI = (NIR - RED) / (NIR + RED)

For MODIS, the index looks like this:

NDVI = (B02 - B01) / (B02 + B01)

See also this page.

Description of representative images

MODIS NDVI of Europe. Acquired on 5. Acquired on 2021-08-01, processed by Sentinel Hub.

L8 NDVI