Michael Behrisch
Michael Behrisch
subtitle streams can be late to the party, see https://trac.ffmpeg.org/ticket/598. A possible fix is to have a (configurable?) larger probe interval when detecting the streams as mentioned here: https://trac.ffmpeg.org/ticket/598#comment:19. In...
this serves as a reminder to integrate the model presented at SUMO 2019 (https://easychair.org/publications/paper/3S4X) Some leftover tasks - [ ] tests - [ ] network input, - [ ] simulation...
- [x] support x,y and lon,lat coordinates - [x] add new trip attributes fromXY, fromLonLat, toXY, toLonLat - [x] map to closest edge - [x] supported by DUAROUTER - [...
This works similar to a stop but with speeds > 0 The speed should be kept while the vehicle is between startPos and endPos. Among other things this gives fine...
`~/sumo/tools/randomTrips.py --blubber blub -n ~/sumo/tests/sumo/net.net.xml` just runs but it should complain
because the formerly independent phases now respect other streams which is probably not even necessary  (see bugreports folder)
this is a general GUI feature but probably most useful in netedit. If a text field is too small to show the whole content it would be convenient to hover...
- [ ] not only the static lib but at least the python module (Java probably as well) depends on install_dll - [ ] check if we can ensure that...
currently the color is mandatory unlike the XML
you currently cannot use sumolib.TeeFile to print stacktraces to ``` Process Process-1: Traceback (most recent call last): File "/home/behr_mi/tsc/assign.py", line 385, in run_subnet traceback.print_stack(sys.stdout) File "/usr/lib/python3.8/traceback.py", line 190, in print_stack...