Overview of the MATSim sharing extension
mainThe MATSim sharing extension is a modular framework designed to simulate shared vehicle services. It provides standardized management for common service lifecycle tasks, including:
- Reserving vehicles at a dock
- Picking up vehicles
- Returning vehicles
The extension is transport-mode agnostic. You can implement sharing services using:
- Network-simulated modes: Such as cars or bikes that follow a road network.
- Teleportation-based modes: Such as simple representations of shared scooters or bikes that do not follow a specific network.
Additionally, the extension includes tools to automatically convert common data sources, such as GBFS (General Bikeshare Feed Specification) feeds, into usable formats.