| NDISImndwi Algorithm Specification | ![]() |
The NDISImndwi operator algorithm computes the
Normalized Difference
Impervious Surface Index
with MNDWI from a given product.
The NDISImndwi results from the following equation:
NDISImndwi = (T - (((G - S1) / (G + S1)) + N + S1) / 3.0) /
(T + (((G - S1) / (G + S1)) + N + S1) / 3.0)
, where:
The bands are:
- G is the Green band
- N is the NIR band
- S1 is the SWIR 1 band
- T is the Thermal band
Also the processor computes an additional flags band called 'ndisimndwi_flags' with the following bit coding:
| Bit Position | Description |
|---|---|
| Bit 0 | The computed value for NDISImndwi is NAN or is Infinite |
| Bit 1 | The computed value for NDISImndwi is less than -1 (minus one) |
| Bit 2 | The computed value for NDISImndwi is greater than 1 (one) |