Description Usage Arguments Details Value References Examples
View source: R/landsat_processing.R
Compute the Urban Index (UI).
1 | urbi(x, y)
|
x |
SWIR band. |
y |
NIR band. |
Compute the Urban Index (UI) employing the surface reflectance SWIR and NIR bands of a satellite image.
UI values ranging from -1 to 1.
Kawamura, M., Jayamana, S. and Tsujiko, Y. (1996). Relation between social and environmental conditions in Colombo Sri Lanka and the urban index estimated by satellite remote sensing data. Int. Arch. Photogramm. Remote Sens. 31(Part B7), 321-326.
1 2 3 | ## Not run: # For Landsat 8 bands
urbind <- urbi (B7, B5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.