Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Index based built-up Index (IBI).
1 | ibi(x, y, r, g)
|
x |
SWIR band. |
y |
NIR band. |
r |
Red band. |
g |
Green band. |
Compute the Index based built-up Index (IBI) employing the surface reflectance SWIR, NIR, Red and Green bands of a satellite image.
IBI values ranging from -1 to 1.
Xu, H. (2008). A new index for delineating built-up land features in satellite imagery. Int. J. Remote Sens. 29, 4269-4276.
1 2 3 | ## Not run: # For Landsat 8 bands
ibiind <- ibi(B6, B5, B4, B3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.