Activity-based Mobility Generation for SUMO Simulator
Contacts: Lara CODECA [lara.codeca@gmail.com]
Cite: L. CODECA, J. ERDMANN, V. CAHILL, J. HAERRI, "SAGA: An Activity-based Multi-modal Mobility Scenario Generator for SUMO". SUMO User Conference 2020 - From Traffic Flow to Mobility Modeling. The presentation is available on YouTube.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License version 3 https://www.gnu.org/licenses/gpl-3.0.txt.
Weekly update against the SUMO master branch.
python3 scenarioFromOSM.py --osm {osm file} --out {output directory}
. All the generated files are going to be in the output directory.example
directory, starting from bash most.generator.sh
.The documentation is availalbe in the docs
folder.
For linting, use the linting.sh
script.