ndbi: ndbi

Description Usage Arguments Details Value References Examples

View source: R/landsat_processing.R

Description

Compute the Normalized Difference Built-up Index (NDBI).

Usage

1
ndbi(x, y)

Arguments

x

SWIR band.

y

NIR band.

Details

Compute the Normalized Difference Built-up Index (NDBI) employing the surface reflectance SWIR and NIR bands of a satellite image.

Value

NDBI values ranging from -1 to 1.

References

ZHA, Y., GAO, Y. and NI, S. (2003). Use of normalized difference built-up index in automatically mapping urban areas from TM imagery. International Journal of Remote Sensing, 24, pp. 583-594.

Examples

1
2
3
## Not run: # For Landsat 8 bands
ndbiind <- ndbi(B6, B5)
## End(Not run)

RichardLemoine/LSTtools documentation built on Oct. 19, 2020, 12:50 a.m.