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

HackJersey/njaccidents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Makefile for combining NJ accident data into one massive CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published