Skip to content

Commit 66a5be9

Browse files
author
Jonas Viehweger
committed
Fixed NDMI text in modis page. Fixes #335
1 parent 5de3c9d commit 66a5be9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

modis/ndmi/README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ nav_exclude: true
1313

1414
## Description
1515

16-
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.
17-
18-
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.
19-
20-
The normalized difference vegetation index, abbreviated NDVI, is calculated using near infrared and red wavelengths.
16+
The NDMI is a normalized difference moisture index, that uses NIR and SWIR bands to display moisture.
17+
The SWIR band reflects changes in both the vegetation water content and the spongy mesophyll structure in vegetation canopies,
18+
while the NIR reflectance is affected by leaf internal structure and leaf dry matter content but not by water content.
19+
The combination of the NIR with the SWIR removes variations induced by leaf internal structure and leaf dry matter content, improving the accuracy in retrieving the vegetation water content.
20+
The amount of water available in the internal leaf structure largely controls the spectral reflectance in the SWIR interval of the electromagnetic spectrum.
21+
SWIR reflectance is therefore negatively related to leaf water content. In short, NDMI is used to monitor changes in water content of leaves, and was [proposed by Gao.](https://www.sciencedirect.com/science/article/abs/pii/S0034425796000673){:target="_blank"}
22+
NDMI is computed using the near infrared (NIR) and the short wave infrared (SWIR) reflectances:
2123

2224
**NDMI = (NIR - SWIR) / (NIR + SWIR)**
2325

2426
For MODIS, the NDMI is calculated using NIR band 2 and SWIR band 6:
2527

2628
**NDMI = (B02 - B06) / (B02 + B06)**
2729

30+
{: .note}
31+
32+
NDWI index is often used synonymously with the NDMI index, often using NIR-SWIR combination as one of the two options. Gao, referenced above, also called the index NDWI. NDMI seems to be consistently described using NIR-SWIR combination. As the indices with these two combinations work very differently, with NIR-SWIR highlighting differences in water content of leaves, and GREEN-NIR highlighting differences in water content of water bodies, we have decided to separate the indices on our repository as NDMI using NIR-SWIR, and NDWI using GREEN-NIR.
33+
2834
## Description of representative images
2935

3036
MODIS NDMI of Europe. Acquired on 5. february of 2020, processed by Sentinel Hub.

0 commit comments

Comments
 (0)