Package that takes demand and infrastructure (roads, ...) as input and runs an adaptive "minibus" model to serve that demand. The resulting minibus lines can for example be used as follows:
  • As a starting point to construct a schedule for formal public transit.
  • As paratransit supply for scenarios where no information about paratransit is available.
Some publications (list not regularly updated):
  • Ph.D. dissertation of Andreas Neumann, pdf-version available at UB, TU Berlin
  • Towards a simulation of minibuses in South Africa, preprint available from VSP, TU Berlin
Look into org.matsim.contrib.minibus.PMain to get started.

Quickstart from command line (without eclipse):

  1. Create an empty directory and cd into it.
  2. Download minibus-0.X.0-SNAPSHOT-rXXXXX.zip from matsim.org into that directory and unzip its content.
  3. Get the illustrative scenario from VSP, TU Berlin, and place it in the same directory.
  4. Run the scenario from the command line by typing
    java -Xmx2000m -jar minibus-0.X.0-SNAPSHOT.jar config.xml
Packages 
Package Description
org.matsim.contrib.minibus
Package that takes demand and infrastructure (roads, ...) as input and runs an adaptive "minibus" model to serve that demand.
org.matsim.contrib.minibus.ana  
org.matsim.contrib.minibus.fare  
org.matsim.contrib.minibus.genericUtils  
org.matsim.contrib.minibus.genericUtils.gexf  
org.matsim.contrib.minibus.genericUtils.gexf.viz  
org.matsim.contrib.minibus.hook  
org.matsim.contrib.minibus.operator  
org.matsim.contrib.minibus.performance  
org.matsim.contrib.minibus.replanning  
org.matsim.contrib.minibus.routeProvider  
org.matsim.contrib.minibus.schedule  
org.matsim.contrib.minibus.scoring  
org.matsim.contrib.minibus.scoring.routeDesignScoring  
org.matsim.contrib.minibus.stats  
org.matsim.contrib.minibus.stats.abtractPAnalysisModules  
org.matsim.contrib.minibus.stats.operatorLogger