The code behind the interactive map of Philadelphia's gun violence crisis.
The interactive visualization is available here. For more information, see the application's About Page.
The application relies on a number of publicly available data sources, including:
- Data for shooting victims from the City of Philadelphia's open data portal;
- Philadelphia's total homicide count from the Philadelphia Police Department's crime statistics website, and;
- Information on court cases associated with shooting incidents compiled from the web portal for Pennsylvania's Unified Judicial System.
For the software and data behind the analysis for this dashboard, see the companion repository PhiladelphiaController/gun-violence-dashboard-data.
The application is built using a combination of open-source tools, including:
- vue;
- leaflet and esri-leaflet;
- vue-apexcharts, and;
- crossfilter.
npm install
npm run serve
npm run build