TrafficAssignment.jl
This is a Julia package for studying traffic assignment on road networks, based on data from:
- the
TransportationNetworks
repository - the Unified Traffic Dataset paper
Getting started
To install the latest development version, run this in your Julia Pkg REPL:
pkg> add https://github.com/gdalle/TrafficAssignment.jl
Check out the documentation to know what to do next.
Credits
This package was originally written and maintained by Changhyun Kwon (see the previous repository). It has been adapted and is now maintained by Guillaume Dalle.