SimWrapper

SimWrapper

  • Documentation
  • Examples
  • News
  • GitHub

›API Reference / MATSim

Introduction

  • SimWrapper
  • Examples
  • File management
  • Getting help

Guides

  • 1. Getting started tutorial
  • 2. Dashboards in depth
  • 3. Building a project site
  • 4. Publishing to the web

API Reference / MATSim

  • MATSim Network link plots
  • MATSim Carrier viewer
  • MATSim DRT vehicle animation
  • MATSim Logistics Viewer
  • MATSim Public transit supply/demand
  • MATSim Events viewer

API Reference / General

  • Aggregate O/D flows
  • Bar, area, and line charts
  • Calculation tables
  • CSV table viewer
  • Flow maps
  • Gridmap
  • Heatmap chart
  • Matrix (HDF5) Viewer
  • Pie charts
  • Plotly
  • Sankey/Alluvial diagrams
  • Scatter plots
  • Shapefiles: Area maps, network links, and GeoJSON
  • Text blocks
  • Tiles
  • Vega-Lite charts
  • Video player
  • XML Viewer
  • XY hexagons (aggregate)
  • X/Y/Time point data

For Developers

  • Conversion scripts
  • Developing SimWrapper
  • Plugin writing guide
  • SimWrapper Change Log

MATSim Logistics Viewer

logistics-banner MATSim logistics viewer

Usage

From the SimWrapper file browser, click on any *output_logistics.xml.gz file to open it in the browser. For this to work, a similarly-named *output_network.xml.gz file must be in the same folder.

Alternatively, a file named viz-logistic*.yaml can define the filenames of the logistic and network files. Each yaml file matching that pattern will produce a separate logistics visualization.

viz-logistic-example.yml

title: 'Logistics demo'
description: 'Multiple depots'
network: output_network.xml.gz
carriers: output_carriers.xml.gz
lsps: output_lsps.xml.gz
center: [13.4, 52.5]
zoom: 9

YAML fields explained

title: title of the panel

description: brief text description

network: Generally this should be the output_network.xml.gz filename that was used for the logistics run (required)

carriers: The carrier file output, usually of the form *output_carriers.xml.gz (required)

lsps: The logistics (lsps) file output, usually of the form *output_lsps.xml.gz (required)

center: Use this to force the map center point. [long,lat]

zoom: zoom level 5-20

← MATSim DRT vehicle animationMATSim Public transit supply/demand →
SimWrapper
Docs
Getting StartedDeveloper GuideLatest Updates
More
VSP HomeMATSim.org⭐ us on GitHub!
Copyright © 2025 VSP, TU Berlin