Makefile for combining NJ accident data from the state Department of Transportation into one massive CSV.
Currently, this grabs data from the accident tables for 2008-2014. It does not handle the driver, vehicle, pedestrian or occupant tables.
This works only on Unix (Mac) or Linux machines with make installed. It may work on a Windows machine with a Unix-like environment, such as Cygwin. You'll also need to have git installed to make this work. Then, just create a directory in your terminal and follow these steps:
git clone https://github.com/tommeagher/njaccidents.git
make dl
make unzip
make cat