Skip to content

tawheeler/RoadNetworks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road Networks

#############

This package supports the Road Network Defintion Format (RNDF)

Build Status

Git It

You can install this package through Julia

Pkg.clone("git://github.com/tawheeler/RoadNetworks.jl.git")

Use It

Load an RNDF from a file:

rndf = load_rndf("myrndf.txt")

The RNDF structure is captured in the next heirarchy:

  • RNDF the root type containing all RNDF data
  • RNDF_Segment containing a list of lanes
  • RNDF_Lane containing lane-specific information

Support It

For questions please contact the package creator or create an issue

Feel free to create pull requests to improve this package

About

Julia support for the Road Network Definition Format (RNDF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages