Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.01 KB

UCSD Crime Statistics

An in-progress project to catalog and visualize the UC San Diego Police Department's Crime logs which are published here.

Why?

Despite containing a large amount of interesting and useful information, the daily crime bulletins published by UCPD are not easily searchable and only go back 60 days. The purpose of this project is to preserve the logs in an easily accessible format as a resource for students at UCSD.

Data

main.csv

Usage

scraper.py will download all the currently available .pdfs from the UCPD website and store them in /logs/

parse.py will generate a .csv with all the data from all of the pdf's stored in /logs/

Requirements