NDVI

Luo_Suppe2026-08-15

gma.rsvi.NDVI

function NDVI(red, nir):

Calculate the Normalized Differnce Vegetation Index.

Parameters:

red: array.

Red-infrared band data.

nir: array.

Near-infrared band data.

Returns:

Type: array.


Last Updated 8/15/2026, 8:42:21 AM