patmalcolm91

Results 6 issues of patmalcolm91

When using ```traci.person.movetoxy()``` with the keepRoute bit1 equal to 1 (i.e. a keepRoute value of 4 or 6), pedestrians who are not near an edge and whose starting edge is...

a:sumo-gui
p:minor
bug
pedestrians

This issue is the same as the one described in the issue linked below. It is now posted here, as it is apparently an AlsaJsonMixer issue, rather than an AlsaJsonGateway...

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