Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Normalized Difference Built-up Index (NDBI).
1 | ndbi(x, y)
|
x |
SWIR band. |
y |
NIR band. |
Compute the Normalized Difference Built-up Index (NDBI) employing the surface reflectance SWIR and NIR bands of a satellite image.
NDBI values ranging from -1 to 1.
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.
1 2 3 | ## Not run: # For Landsat 8 bands
ndbiind <- ndbi(B6, B5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.