Skip to content

Commit 03e7f12

Browse files
author
priyankatuteja
committed
suggested edits done
1 parent 63ffc76 commit 03e7f12

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

samples/04_gis_analysts_data_scientists/analyzing_violent_crime.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,14 @@
939939
"### Get the unemployment rate data matching the violent crime trends layer\n"
940940
]
941941
},
942+
{
943+
"cell_type": "markdown",
944+
"metadata": {},
945+
"source": [
946+
"The space-time pattern mining tools are not currently available in ArcGIS API for Python which are required to create crime trend map. Although we can create the crime trend map using <a href='http://desktop.arcgis.com/en/analytics/case-studies/broken-bottles-2-arcmap-workflow.htm#ESRI_STEPS_4EF9CB8AB43145B99E9E343CB9C10917'>ArcMap</a> or using <a href='http://desktop.arcgis.com/en/analytics/case-studies/broken-bottles-3-pro-workflow.htm#ESRI_STEPS_5B9E855169CA4B818AF51D0FF69CE66A'>ArcGIS Pro </a>. \n",
947+
"For our analysis we will use the layer already published in ArcGIS Online. To access the layer, search for **ViolentCrimeTrend** in ArcGIS Online. We can search the GIS for feature layer collections by specifying the item type as 'Feature Layer Collection' or 'Feature Layer'."
948+
]
949+
},
942950
{
943951
"cell_type": "code",
944952
"execution_count": 37,
@@ -1301,8 +1309,7 @@
13011309
"cell_type": "markdown",
13021310
"metadata": {},
13031311
"source": [
1304-
"In this sample study, we added public high schools to the areas of existing summer jobs program. We will recommend that several schools be included in an expanded summer jobs program. This could prove to be an effective solution to reduce incidences of violent crime in the city.\n",
1305-
"\n"
1312+
"In this study, we performed hotspot analysis on violent crimes layer and liquor vendors layer. We enriched the crime hotspots layer with poverty indicators and produced a poverty hotspot layer. When all 3 layers were overlaid, we found no spatial correlation. In the next step, we enriched the crime layer with unemployment information and produced an unemployment hotspot layer. However, this layer was spatially correlated with the crimes layer when overlaid. As a solution, we used find_existing_locations tools to identify high schools within 0.25 miles of places with high crime and high unemployment as candidates for summer programs as an abatement measure.\n"
13061313
]
13071314
},
13081315
{

0 commit comments

Comments
 (0)