Urban Heat Island Mapping with ArcGIS and Remote Sensing

Added:

Setup
Extraction
Calc UHI
Line Setup
Profile
Export

Setup

0:00
Playing Section
  • 1

    Introduces urban heat island concept, causes, and calculation equation.

  • 2

    Explains required data: land surface temperature, mean, and standard deviation.

  • 3

    Highlights the tutorial goal: create UHI map and stack profile.

Fundamental concepts of Geographic Information Systems (GIS), including raster data structures, coordinate reference systems, and spatial analysis workflows in ArcGIS.
Basic principles of remote sensing, specifically how satellite sensors capture electromagnetic radiation, the role of thermal infrared (TIR) bands, and image preprocessing.
An understanding of Land Surface Temperature (LST) as a physical variable, and how it differs conceptually from ambient air temperature measured by weather stations.
Familiarity with the Landsat satellite program, including its band designations and the process of sourcing open-access imagery from repositories like USGS EarthExplorer.
Analyzing the statistical relationship between LST and surface characteristics using spectral indices like the Normalized Difference Vegetation Index (NDVI) and the Normalized Difference Built-Up Index (NDBI).
Developing Urban Heat Vulnerability Indices (UHVI) by integrating socioeconomic demographic data with physical heat mapping in GIS.
Conducting multi-temporal and seasonal thermal analysis to track how rapid urban sprawl and land-use change affect microclimates over decades.
Evaluating the cooling effects and spatial influence of urban green infrastructure and high-albedo materials through microclimate modeling tools.
37.9K views690likes10:40@GISRSSolutionOriginal Release: 2023-05-19

This tutorial demonstrates how to assess urban heat islands using remotely sensed land surface temperature (LST) data and GIS technology. The process involves calculating the UHI index using the formula UHI = (LST - LSTM) / LSD, where LST is the land surface temperature, LSTM is the mean temperature of the study area, and LSD is the standard deviation of temperature. The workflow includes extracting LST data for a specific area using the Extract by Mask tool, calculating statistical parameters from raster properties, applying the UHI formula through the Raster Calculator, and creating a stack profile using the Stack Profile tool to visualize temperature variations across urban landscapes.