ArcGIS Hub

Visual representation of Temporal, Spatial, Statistical patterns in civic data

Welcome to Week 6 of ArcGIS Hub’s Civic Analytics Notebook series. In the last notebook, we worked with building permits data to see if zoning plays a role in building permits being revoked. We used a supervised machine learning technique to assess if a few factors can classify a building permit successfully as revoked or not. We then explored to see if zoning played a role too, for instance, due to an incorrectly approved permit based on zoning errors. You can also see the other analyses from this series here.

This week we explore how charting libraries in Python can help us visualize temporal and spatial patterns to get a quick snapshot of our city. For this, we look at the crime data in Washington, DC as well as 311 service requests from the year 2019 in two separate notebooks. We start by extracting the month, hour and day of the week for each record from the timestamp field. We plot these on histograms to observe a quick visual of which months/hours/days have most number of recorded criminal incidents and 311 calls. This helps us identify the time periods of high and low activity.

 

311-hourly-pattern

We then take a look at spatial patterns by plotting small multiple charts using the matplotlib Python library. Small multiples was introduced by Edward Tufte as a visual series of similar charts. He described it as –

“Illustrations of postage-stamp size are indexed by category or a label, sequenced over time like the frames of a movie, or ordered by a quantitative variable not used in the single image itself.”

We create these small multiple charts for criminal incidents based on the SHIFT of the day they were reported in, i.e. day, evening or midnight. We then proceed to create these charts for offense type, to get a sense of density and spread of these incidents based on offense type.

For 311 calls, we plot small multiple horizontal bar charts to summarize the most frequent category of requests for each Ward (administrative boundary) of Washington, DC along with a chart of small multiple maps for the agency most calls are routed to. Using these small multiple charts and maps we can compare how spatial patterns differ within the city, to understand sub-spatial nuances better.

daily-pattern

We conclude with a statistical analysis that evaluates if number of crimes (or 311 calls) reported in each census tract of a neighborhood, correlate with the population of those census tracts. The steps followed are:

This process is repeated for each neighborhood in the city and we observe a positive relation in many neighborhoods (neighborhoods in green, in the map). A correlation does not imply that one influences the other, it simply suggests that they exhibit more-or-less similar changes. In these notebooks we are testing for a phenomenon (crime, 31 calls) in a region and the population in that region to see if the number of incidents is proportionate to the the number of people, without drawing causal conclusions.

crime_correlation

I invite you to test these notebooks for local civic data from your city. The temporal and spatial charts can be generated for any dataset of your choice such as street collisions, restaurant inspections, parking violation, to name a few. We would love to hear of your experiences with this notebook in our Geonet discussion thread.

I look forward to connecting with you on your findings and feedback!

Links to notebooks –

  1. Temporal, Spatial and Statistical patterns in civic (crime) data
  2. Temporal, Spatial and Statistical patterns in civic (311 service requests) data

Click here to learn more about Week 7 of Civic Analytics with Hub.

About the author

Product Engineer - Applied Data Science with ArcGIS API for Python (previously ArcGIS Hub). Or in other words, a (Data, Maps, Analyses, Python, Books) Nerd.

Connect:
0 Comments
Inline Feedbacks
View all comments

Next Article

Tighten Up Your Edits with Editing Constraints in ArcGIS Online

Read this article