GIS 5100 Module 1

We employed three distinct methods to identify homicide hotspots from 2017 data:

    Grid-Based Thematic Mapping: First, we created a fishnet grid and spatially joined it with the 2017 homicide data. We then filtered this grid to include only cells with at least one homicide and manually selected the top quintile of these cells. These selected features were then dissolved into a single set of polygons representing the hotspots.

Kernel Density Estimation: Next, we used the Kernel Density tool with the totalhomicides_2017 shapefile. We set the population field to none, specified homicides_kd as the output raster, a cell size of 100, and a search radius of 2630 square miles. We used the planar method for density calculation and incorporated the Boundary_chicago layer as a barrier. The resulting raster's symbology was edited to display two distinct values, which were then used to reclassify the raster. Finally, this reclassified raster was converted into a polygon file.

Local Moran's I Analysis: Lastly, we performed a Local Moran's I analysis using 2017 homicide data at the census tract level. We filtered the results to show only "high-high" values, indicating statistically significant clusters of high homicide rates, and dissolved these into a single set of polygons.

Our analysis suggests that kernel density estimation provides a more actionable outcome for predicting future crime hotspots than Moran's I, particularly concerning resource allocation. While Moran's I identified a greater total percentage of 2018 homicides within its 2017 hotspots, it did so by delineating a significantly larger area.

The challenge for law enforcement lies in the practical application of these predictions. Spreading a police presence over an extensive area, as suggested by Moran's I, significantly diminishes its effectiveness. Kernel density, however, demonstrates a superior density of homicides per square mile. This means that while it might capture a slightly lower overall percentage of future incidents, the areas it identifies are much more concentrated. This precision allows for a more efficient and impactful deployment of police resources, making it the preferred method for strategic crime prevention.

Comments

Popular posts from this blog

GIS 5007 - About Me!

GIS 5100 Module 5 Damage Assessment

GIS 5100 M4