Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/augbog/d3-seattle-crime-rate

INFO 498E Data Science project analyzing and visualizing the crime rates within the Seattle area using D3.js
https://github.com/augbog/d3-seattle-crime-rate

Last synced: 22 days ago
JSON representation

INFO 498E Data Science project analyzing and visualizing the crime rates within the Seattle area using D3.js

Awesome Lists containing this project

README

        

D3-Seattle-Crime-Rate
=====================

[INFO](https://ischool.uw.edu/) 498E Data Science project analyzing and visualizing the crime rates within the Seattle area using D3.js (v3.4.6)

Created by Alex Gingras, Marie Clifford, and Augustus Yuan

Full disclosure, Alex Gringas did a majority of the coding and visualization for this work. While it might be hosted on my Github repository, I am looking forward to transferring the files over to him.

D3 Seattle Crime rate picture

If you wish to see the visualization locally, you can clone this repository and open `index.html`. To avoid CORS origin policy, you can run the following command in terminal and launch Chrome

```
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt
```

A huge thank you to johan/world.geo.json for providing us with the GeoJSON files for Washington!

Background
=====================

Washington is divided up into a several counties, but it is also divided up by police beat zones known as precincts. Washington records how many crimes are called in and we are hoping to visualize this data with D3.

You can find a map of the precincts here.

You can also find the shape files we used here.