Coder Social home page Coder Social logo

matsim-sharing's Introduction

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.1 and is based on MATSim 13.0. You can access it through the v1.0.1 tag. The master branch is kept at version 1.0.1 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.1</version>
</dependency>

matsim-sharing's People

Contributors

balacmi avatar sebhoerl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.