Geospatial Chicago Crash Analysis

Problem

Visualize high congestion/problematic zones within Chicago using crash data.

Data

Publicly available Chicago traffic crash dataset via Chicago Data Portal.

Methods

Crash location data for Chicago was analyzed using spatial analysis techniques with GeoPandas and Shapely. Circular buffers were generated around each crash point using a fixed Euclidean distance of the average Chicago block to model localized impact zones. Overlapping buffer regions were then identified using spatial intersection methods to detect areas of concentrated crash activity via heatmap.

Additionally, heatmaps were used to visualize if there any unique loci of crash density throughout a day in Chicago.

Results

Impact

Identifies high-density crash zones in Chicago, often correlated with high foot traffic areas such as clustered shopping centers or structural road design issues such as 90° turns or six lane intersection.

Time-dependent heatmaps of Chicago showcased the expected density of accidents around downtown especially during communting hours (7-10am, 3-6pm) and socializing hours (8pm-11pm) but does not elucidate any new loci of crash density that changes thoughout the day.