SumoNetVis icon indicating copy to clipboard operation
SumoNetVis copied to clipboard

A library for visualizing a Sumo network and trajectories

Results 4 SumoNetVis issues
Sort by recently updated
recently updated
newest added

Refactor ```Trajectory``` and ```Trajectories``` classes. * [ ] Improve performance (parallelize / use numpy arrays instead of loops where possible?) * [ ] Make all properties and generic parameters accessible...

enhancement

Add support for getting a network graph representation of a ```Net``` object. Should be compatible with networkx package.

enhancement

Add a plotting method to the ```Net``` class which plots junctions as points and edges (or lanes?) as lines in data coordinates. This would allow viewing large networks from a...

enhancement

Add support for connections at junctions. The following should be supported: * Basic geometry * Waiting position (contPos) * Color based on priority

enhancement