November 3, 2017
Using Alteryx & Tableau to Visualize London Crimes by the Square Mile
One of the exercises we went through was taking two data sources, one with shapes and one with points, and creating a grid map. This requires the following as my workflow below demonstrates:
- Import shape files for each London borough
- Create 1x1 mile grids within each Borough (which turned out really cool because Alteryx accounts for the edges of each Borough)
- Import the London crimes data
- Create spatial points from the latitude and longitude fields
- Use the spatial match tool to determine the Borough in which each crime occurred
- Summarize the crimes
- Export as shape files
- Import into Tableau
Practical exercises make concepts stick and this one worked for me. From this point, I created a simple interactive Tableau dashboard so people can find the areas near them with the most crimes.
Subscribe to:
Post Comments
(
Atom
)
Hey Andy,
ReplyDeleteAny way you can share your alteryx workflow file?
Possibly but surely it’s easy enough to rebuild from the screenshot?? Plus you’ll learn more building it yourself.
ReplyDeleteThis is amazing. Downloaded free trial of alteryx and am trying to replicate by neighborhood planning unit for atlanta. My output is nada though, and I think it's the functions. When you say 'summarize crimes', what action are you applying? When I do a groupby my output is just a single column of the crimes and nothing else. I'm sure it's simple, but my experience with alteryx is a total of 20 minutes.
ReplyDeleteYou should group by a dimension (like zip code), then sum by crimes.
Delete