Course: GIS Algorithms and Programming
George Mason University
Geospatial Workflows to analyze Urban Heat Island
Cities alter local climate through urban heat and rainfall anomalies. To study this effect, I needed a reliable way to distinguish urban cores from surrounding suburban and rural areas.
Defined Local Climate Zones (LCZs) for Richmond, VA, by delineating an urban core and generating concentric suburban (R1) and rural (R2) buffers using ArcGIS Pro and Python (arcpy)
Reprojected rasters for CRS alignment, clipped rasters to metro boundary.
Reclassified built-up intensity into 3 categories (urban core, suburban/transition, rural) using percentile thresholds.
Converted binary raster to polygon features for spatial analysis.
Combined arcpy scripting with GUI selection for precise delineation.
Produced concentric buffers R1(immediate suburban) and R2(rural buffer) around the urban core polygon (U) to compare urban impact on local climate across zones.
Produced three concentric zones: Urban (U), Suburban (R1), Rural (R2)
Method enables comparative climate analysis of heat and rainfall patterns between urban and non-urban areas