Build Status

Python API for MATSim

This is a Python API to interact with the MATSim Software. It is mostly meant for teaching MATSim to non-programmers without loosing too much of the ability to configure, modify and analyse MATSim runs.

Installation

Pip

To install the package using pip, simply run the following:

# The installation procedure requires numpy to be available,
# so you have to install it first if not already available
pip install numpy
pip install --no-binary JPype1 JPype1
pip install pythonmatsim

Conda

Coming soon!

Roadmap

This is a wish-list of what should be there by Fall 2019:

Changelog