/NGSIM.jl

A Julia package for handling the Next Generation Simulation (NGSIM) traffic dataset

Primary LanguageJupyter NotebookOtherNOASSERTION

NGSIM.jl

A Julia package for working with the Next Generation Simulation dataset (NGSIM). Was tested on the Highway 101 and I-80 datasets.

Build Status Coverage Status

This package is fully compatible with AutomotiveDrivingModels.jl, providing the Roadway and Trajdata types from the NGSIM data. Roadway geometry was extracted from the NGSIM CAD files. The vehicle trajectories were filtered to provide better global positions and orientation.

You will currently have to supply the NGSIM trajectory data yourself, until I can find a way to host it on GitHub (and get permission from NGSIM to do so).

Git It

You just clone it! Note that you also have to clone my Vec package.

Pkg.clone("https://github.com/tawheeler/Vec.jl.git")
Pkg.clone("https://github.com/tawheeler/AutomotiveDrivingModels.jl.git")
Pkg.clone("https://github.com/tawheeler/NGSIM.jl.git")

The AutoCore branch is now merged into master, so you must be using AutomotiveDrivingModels.jl.