eqasim-java
The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
Science Score: 54.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
Links to: researchgate.net -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords
Repository
The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
Basic Info
- Host: GitHub
- Owner: eqasim-org
- License: gpl-2.0
- Language: Java
- Default Branch: develop
- Homepage: http://www.eqasim.org
- Size: 123 MB
Statistics
- Stars: 30
- Watchers: 5
- Forks: 52
- Open Issues: 28
- Releases: 1
Topics
Metadata Files
README.md
eqasim-java

The eqasim package is a collection of ready-to-run high-quality scenarios
for the agent- and activity-based transport simulation framework MATSim.
This repository contains the Java parts of the project which extend MATSim and
provide functionality to generate the simulation data.
Therefore, this repository has two functions: First, to provide the code to run
eqasim simulations (and extend them), second, to act as a dependency for the
various pipelines that generate runnable MATSim scenarios from raw data sets,
such as for:
To understand how to set up a simulation and run it, please refer to the respective repositories.
Additional topics: - How to cut out smaller parts of existing simulations. - How to run a simulation with on-demand mobility services (as a main mode and as a transit feeder). - How to run the discrete mode choice model as a standalone - How to use Volume Delay Functions for the network simulation
Main reference
The main research reference for the eqasim-java framework:
Hörl, S. and M. Balac (2021) Introducing the eqasim pipeline: From raw data to agent-based transport simulation, Procedia Computer Science, 184, 712-719.
Versioning and Packging
The current version of eqasim-java is 2.0.0. New versions are created with every Github release and can be used as a Maven dependency. First, you need to add our packagecloud repository to your pom.xml:
<!-- x-release-please-end -->
xml
<repository>
<id>eqasim</id>
<url>https://packagecloud.io/eth-ivt/eqasim/maven2</url>
</repository>
Afterwards, you can add various sub-packages to your project:
xml
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
</dependency>
<!-- x-release-please-end -->
Owner
- Name: eqasim-org
- Login: eqasim-org
- Kind: organization
- Repositories: 8
- Profile: https://github.com/eqasim-org
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "eqasim-java"
version: 1.5.0
url: "https://github.com/eqasim-org/eqasim-java"
preferred-citation:
type: article
authors:
- family-names: "Hörl"
given-names: "Sebastian"
orcid: "https://orcid.org/0000-0002-9018-432X"
- family-names: "Balac"
given-names: "Milos"
orcid: "https://orcid.org/0000-0002-6099-7442"
doi: "10.1016/j.procs.2021.03.089"
journal: "Procedia Computer Science"
month: 9
start: 712
end: 719
title: "Introducing the eqasim pipeline: From raw data to agent-based transport simulation"
volume: 184
year: 2021
GitHub Events
Total
- Create event: 142
- Release event: 1
- Issues event: 19
- Watch event: 4
- Delete event: 141
- Issue comment event: 49
- Push event: 474
- Pull request review event: 5
- Pull request event: 248
- Fork event: 11
Last Year
- Create event: 142
- Release event: 1
- Issues event: 19
- Watch event: 4
- Delete event: 141
- Issue comment event: 49
- Push event: 474
- Pull request review event: 5
- Pull request event: 248
- Fork event: 11
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 21
- Total pull requests: 165
- Average time to close issues: 10 months
- Average time to close pull requests: 7 days
- Total issue authors: 9
- Total pull request authors: 10
- Average comments per issue: 0.86
- Average comments per pull request: 0.19
- Merged pull requests: 114
- Bot issues: 0
- Bot pull requests: 51
Past Year
- Issues: 11
- Pull requests: 131
- Average time to close issues: about 1 month
- Average time to close pull requests: 3 days
- Issue authors: 7
- Pull request authors: 9
- Average comments per issue: 0.64
- Average comments per pull request: 0.09
- Merged pull requests: 85
- Bot issues: 0
- Bot pull requests: 51
Top Authors
Issue Authors
- sebhoerl (13)
- tkchouaki (2)
- Nitnelav (2)
- MayuriAnn (2)
- balacmi (2)
- syhwawa (1)
- d3netxer (1)
- Hussein-Mahfouz (1)
- ctchervenkov (1)
Pull Request Authors
- sebhoerl (93)
- tkchouaki (46)
- dependabot[bot] (44)
- balacmi (15)
- github-actions[bot] (5)
- Nitnelav (3)
- fadieleid (1)
- syhwawa (1)
- MayuriAnn (1)
- nkt1313 (1)
- Hussein-Mahfouz (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- org.eqasim:core 1.3.1
- org.eqasim:ile_de_france 1.3.1
- org.eqasim:vdf 1.3.1
- org.matsim.contrib:drt ${matsim.version}
- org.eqasim:core 1.3.1
- org.eqasim:core 1.3.1
- com.fasterxml.jackson.core:jackson-databind 2.12.6.1
- com.fasterxml.jackson.dataformat:jackson-dataformat-csv 2.12.6
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.12.6
- commons-io:commons-io 2.7
- org.apache.commons:commons-math3 3.6.1
- org.matsim.contrib:discrete_mode_choice 13.0
- org.matsim.contrib:emissions 13.0
- org.matsim:matsim 13.0
- junit:junit 4.13.1 test
- org.mockito:mockito-core 3.8.0 test
- org.eqasim:core 1.3.1
- org.eqasim:core 1.3.1
- org.eqasim:core 1.3.1
- org.eqasim:core 1.3.1
- actions/checkout v2 composite
- actions/setup-java v1 composite