An Activity-based Multi-modal Mobility Scenario Generator for SUMO. This project is available in the Eclipse SUMO contributed tools section (https://github.com/eclipse/sumo/tree/master/tools/contributed) under the name SAGA (SUMO Activity GenerAtion).
Eclipse Public License 2.0
40
stars
25
forks
source link
Add `--to-step` argument to scenarioFromOSM.py #18
I added argument --to-step to scenarioFromOSM.py. It's similar to --from-step, except it tells the script where to stop (inclusive). If you feel it's unncessary, feel free to discard the merge request. I needed this patch for my workflow, so just thought I'd upload it as well. Let me know if you want me to change it in any way.
I added argument
--to-step
toscenarioFromOSM.py
. It's similar to--from-step
, except it tells the script where to stop (inclusive). If you feel it's unncessary, feel free to discard the merge request. I needed this patch for my workflow, so just thought I'd upload it as well. Let me know if you want me to change it in any way.