Go to file
2024-01-26 13:24:34 -05:00
__pycache__ Generate facilities from buildings in a city 2024-01-26 12:36:53 -05:00
input_files Network osm file from open street maps 2024-01-26 13:24:34 -05:00
scenarios Remove unnecessary files 2024-01-26 12:37:42 -05:00
.gitignore Basic python script 2024-01-15 12:31:41 -05:00
hub_function_to_matsim_activity.py Generate facilities from buildings in a city 2024-01-26 12:36:53 -05:00
main.py Generate facilities from buildings in a city 2024-01-26 12:36:53 -05:00
matsim_activity_to_matsim_schedule.py Generate facilities from buildings in a city 2024-01-26 12:36:53 -05:00
matsim_engine.py Generate facilities from buildings in a city 2024-01-26 12:36:53 -05:00
matsim.jar Basic python script 2024-01-15 12:31:41 -05:00
README.md Add link to jdk 17 2024-01-15 12:33:08 -05:00

MATSim Runner Script

Requirements

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.