Description Usage Arguments Details Value References Examples
View source: R/UHI_indicators.R
Computes the Heat Island Area (HIA) indicator based on a LST raster layer.
1 |
x |
LST raster layer. |
y |
Optional. Shapefile polygon of the city extent. |
Computes the Hot Island Area (HIA) indicator in hectares. If y is supplied, it must have the same projection as x. When y is not defined, it is assumed that the LST raster is already cropped to the city extent.
A list with the LST raster layer representing the areas with values higher than the HIA threshold, LST mean, LST sd, HIA threshold and HIA in hectares.
Zhang, J. Q., and Wang, Y. P. (2008). Study of the relationships between the spatial extent of surface urban heat islands and urban characteristic factors based on Landsat ETM plus data. Sensors, 8(11), 7453-7468.
1 2 3 | ## Not run: # Specifying city polygon
HIA.City <- hia(Llstl8, citypol)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.