Learn R Programming

VegSpecIndex (version 0.1.0)

NDMI: Normalized Difference Moisture Index

Description

The NDMI is a vegetation index that uses remote sensing data to determine the water content of vegetation. It is used to monitor droughts and fuel levels in areas that are prone to fire. Negative values are the indicator of water stress or non-vegetated areas, the values approaching -1, indicate water stress and values approaching +1, indicate waterlogged area (Vermote et al., 2016).

Usage

NDMI (NIR, SWIR)

Value

Normalized Difference Moisture Index

Arguments

NIR

Near-infra red spectral band

SWIR

Short wave infra-red spectral band

References

Vermote, E., Justice, C., Claverie, M., & Franch, B. (2016). Preliminary analysis of the performance of the Landsat 8/OLI land surface reflectance product. Remote Sensing of Environment, 185, 46–56.

Examples

Run this code
NDMI (0.14628, 0.148425)

Run the code above in your browser using DataLab