Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.08 KB

njaccidents

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