SumoNetVis
SumoNetVis copied to clipboard
A library for visualizing a Sumo network and trajectories
Refactor ```Trajectory``` and ```Trajectories``` classes. * [ ] Improve performance (parallelize / use numpy arrays instead of loops where possible?) * [ ] Make all properties and generic parameters accessible...
Add support for getting a network graph representation of a ```Net``` object. Should be compatible with networkx package.
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...
Add support for connections at junctions. The following should be supported: * Basic geometry * Waiting position (contPos) * Color based on priority