The purpose of this lab was to use Arcpro to analyze crime data. Using different techniques of showing the hotspots of crimes can be extremely helpful to police forces for predicting future crime areas. With this lab I create three different homicide hotspot maps using kernal density, grid-based thematics, and local morans I analysis.



Grid_based: Spatial Join of Chicago grid and 2017 total homicides, keeping all other parameters as default. Opened the table for this feature and selected by attributes- join count greater then 0, exported this as new feature class. To get the top 20 percent I took the total number of of objects (311) and multiplied by .2 which gave me 62.2. Rounding to 62 i sorted join counts by descending and selected the top 62 and exported this.
Kernel Density: Using the Kernel Density tool I made the KD raster image using the 2017 total homicides with the chicago boundary as the barrier. Under symbology, statistics, the mean was 1.18*3=3.54 and the max was 38.86. I used those 2 numbers at the 2 breaks. I then used the reclassify tool, then the raster to polygon tool. I opened the table for the polygon and selected by attribute for grid code is equal to 2.
Local Morans I:I used spatial join between census tracts and 2017 total homicides, keeping all other parameters as default. Added the field “crime_rate” and used the field calculator with the equation (Crime Rate = !Join_Count! / !total_households!) * 1000. I then used the cluster and outlier analysis (anselin local morans I) tool with the new feature class with the crime rate field as the input field. In this new feature class I selected by attribute only the high-high crime areas, exported this feature. I then used the dissolve tool to create my final feature class.
If I were given a limited policing budget and had to choose which of these three maps I would use to allocate my officers I would choose the grid overlay. According to the crime density, 11 homicides per square mile is the highest rate of homicides. This is also the map with the smallest total area, so I would need the least amount of land cover with all the maps.