matsim-mexico-city
The MATSim Open Mexico City Scenario
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Repository
The MATSim Open Mexico City Scenario
Basic Info
Statistics
- Stars: 0
- Watchers: 8
- Forks: 5
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
The MATSim Open Mexico City Scenario
[comment]: <>

About this project
This repository provides an open MATSim transport model for Mexico City, provided by the Transport Systems Planning and Transport Telematics group of Technische Universität Berlin.
This scenario contains a 1pct sample of Mexico City (CDMX) and its surrounding metropolitan area (ZMVM); road capacities are reduced accordingly. The scenario is calibrated taking into consideration the traffic counts and modal split for Mexico City.
Licenses
The MATSim program code in this repository is distributed under the terms of the GNU Affero General Public License v3.0. The MATSim program code are files that reside in the src directory hierarchy and typically end with *.java, *.py or *.R.
The MATSim input files, output files, analysis data and visualizations are licensed under a Creative Commons Attribution 4.0 International License.

MATSim input files are those that are used as input to run MATSim. They often, but not always, have a header pointing to matsim.org. They typically reside in the input or scenarios directory hierarchy. MATSim output files, analysis data, and visualizations are files generated by MATSim runs, or by postprocessing. They typically reside in a directory hierarchy starting with output.
Other data files, in particular in original-input-data or https://svn.vsp.tu-berlin.de/repos/public-svn/, have their own individual licenses that need to be individually clarified with the copyright holders.
Note
Handling of large files within git is not without problems (git lfs files are not included in the zip download; we have to pay; ...). In consequence, large files, both on the input and on the output side, reside at https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/mx/mexico-city/ .
Run the MATSim Mexico City scenario
The Mexico City scenario has a command line interface providing the following options:

It can be used by using either of these methods:
... using an IDE, e.g. Eclipse, IntelliJ - Alternative 1: use cloned/downloaded matsim-Mexico City repository
(Requires either cloning or downloading the repository.)
- Set up the project in your IDE.
- Make sure the project is configured as maven project.
- Run the JAVA class
src/main/java/org/matsim/run/RunMexicoCityScenario.java. - "Open" the output directory. You can drag files into VIA as was already done above.
- Edit the config file or adjust the run class. Re-run MATSim.
... using a runnable jar file
(Requires either cloning or downloading the repository and java)
- Open the cmd and go to your project directory
- Build the scenario using
mvnw package - There should be a file directly in the
matsim-mexico-citydirectory with name approximately asmatsim-mexico-city-1.0.jar. - Run this file from the command line using
java -jar matsim-mexico-city-1.0.jar --helpto see all possible options.- For example, one can disable lanes or run the 10pct scenario using the available options
- Start this scenario using the default config by running
java -jar matsim-mexico-city-1.0.jar - "Open" the output directory. You can drag files into VIA as was already done above.
Internal Documentation
Internal documentation can be found here: https://docs.google.com/document/d/1MQHB30u0zm8IiBhKM3qcC0V67Tk_xiXxwGbFUGMQ2g0/edit
Owner
- Name: matsim-scenarios
- Login: matsim-scenarios
- Kind: organization
- Website: www.matsim.org
- Repositories: 16
- Profile: https://github.com/matsim-scenarios
Citation (CITATION.cff)
cff-version: 1.2.0
title: MATSim Open Mexico-City Scenario
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Simon
family-names: Meinhardt
email: meinhardt@vsp.tu-berlin.de
affiliation: Technische Universität Berlin
orcid: 'https://orcid.org/0000-0002-6354-4529'
- given-names: Christian
family-names: Rakow
email: rakow@vsp.tu-berlin.de
affiliation: Technische Universität Berlin
orcid: 'https://orcid.org/0000-0002-6354-4529'
url: "https://github.com/matsim-scenarios/matsim-mexico-city/tree/1.0"
date-released: 2024-03-26
year: 2024
version: 1.0
license: AGPL-3.0
GitHub Events
Total
- Push event: 11
- Fork event: 1
- Create event: 1
Last Year
- Push event: 11
- Fork event: 1
- Create event: 1
Dependencies
- actions/checkout v3 composite
- actions/setup-java v3 composite
- actions/upload-artifact v3 composite
- actions/checkout v3 composite
- actions/setup-java v3 composite
- com.github.matsim-org:gtfs2matsim master-33809c4f0f-1
- org.apache.poi:poi 5.2.3
- org.apache.poi:poi-ooxml 5.2.3
- org.apache.poi:poi-scratchpad 5.2.3
- org.apache.xmlbeans:xmlbeans 5.1.1
- org.matsim.contrib:application 16.0-PR2653
- org.matsim.contrib:simwrapper 16.0-PR2653
- org.matsim.contrib:vsp 16.0-PR2653
- org.matsim:matsim 16.0-PR2653
- junit:junit test
- org.assertj:assertj-core 3.24.2 test
- org.matsim:matsim 16.0-PR2653 test
- org.matsim:matsim-examples 16.0-PR2653 test