urbi: urbi

Description Usage Arguments Details Value References Examples

View source: R/landsat_processing.R

Description

Compute the Urban Index (UI).

Usage

1
urbi(x, y)

Arguments

x

SWIR band.

y

NIR band.

Details

Compute the Urban Index (UI) employing the surface reflectance SWIR and NIR bands of a satellite image.

Value

UI values ranging from -1 to 1.

References

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.

Examples

1
2
3
## Not run: # For Landsat 8 bands
urbind <- urbi (B7, B5)
## End(Not run)

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