The true crime fighter always carries everything he needs in his utility belt, Robin.
Richmond's crime report data is stuck behind an antiquated data reporting system that spits out ill-formatted data in all but the tiniest chunks.
Let's make some data available. Let's make a utility belt.
WIP
csv
: sample download and cleaned CSVclean_csv.py
: Python script for cleaning the CSV prior to loading into the databaseschema.sql
: PostgreSQL (with PostGIS) table schemaload.sql
: simple data loading query
- Tediously download data
- ???
- Profit
The data needs to be downloaded in chunks due to apparent short timeout durations on the crime reports server.
A data sample is in the csv
directory of this repository.