Skip to content

MATSim extension for the simulation of shared vehicle services

License

Notifications You must be signed in to change notification settings

eqasim-org/matsim-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATSim sharing extension

This repository contains an extension for MATSim which makes it possible to simulate shared vehicle services. The extension is written in a modular way such that common features like reserving vehicles at a dock, picking up vehicles, returning vehicles, etc. are managed. However, the underlying mode of transport can be anything that can be simulated in MATSim. This means you can use construct a sharing services with network-simulated cars, network-simulated bikes or any teleportation-based modes (e.g. simple representations of shared bikes or scooters). Furthermore, we provide tools to automatically convert common data sources such as GBFS feeds.

More documentation is underway, on:

  • How to set up a teleportation-based service (freefloating and station-based)
  • How to set up a network-based service
  • How the format of the service definition XML looks like (with stations and vehicles)

For the time being, there are a couple of examples. For instance, RunCarsharing sets up a simple (network-based) car-sharing service for standard scenarios such as Sioux Falls. RunTeleportationBikesharing is a similar example for a teleportation-based bikesharing service.

Main developers:

  • Milos Balac (ETH Zurich)
  • Sebastian Hörl (IRT SystemX)

Main reference:

Versioning and Packging

The current version of matsim-sharing is 1.0.2 and is based on MATSim 13.0. You can access it through the v1.0.2 tag. The master branch is kept at version 1.0.2 until the next release is prepared, but may include additional developments since the last release.

The code is available as a Maven package. To use it, add the following repository to your pom.xml:

<repository>
    <id>eth-ivt-sharing</id>
    <url>https://packagecloud.io/eth-ivt/sharing/maven2</url>
</repository>

Afterwards, you can add the following dependency to your project:

<dependency>
  <groupId>org.matsim.contrib</groupId>
  <artifactId>sharing</artifactId>
  <version>1.0.2</version>
</dependency>

About

MATSim extension for the simulation of shared vehicle services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages