__pycache__ | ||
input_files | ||
scenarios | ||
.gitignore | ||
hub_function_to_matsim_activity.py | ||
main.py | ||
matsim_activity_to_matsim_schedule.py | ||
matsim_engine.py | ||
matsim.jar | ||
README.md |
MATSim Runner Script
Requirements
- JDK 17
- Python 3
Setup
Make sure to have JDK 17 installed and clone this repository.
Usage
Run the script:
python main.py
If you wish to specify another configuration file other than the default scenario given, you may do it by providing it as a second argument:
python main.py path/to/config.xml
Two scenarios are provided in this repository: equil, sioux. The output for that given simulation will be in the output folder.