Counts

'package org.matsim.counts:'

  • Using xml-schema: 

    <counts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="[SOME URL]/counts_v1.xsd"
    name="[SOME NAME]" desc="[SOME DESC]" year="[SOME YEAR]" layer="[SOME LAYER]">

  • Automated graph creation is available using the LGPL library JFreeChart (+ the LGPL library jCommon), the MPL and LGPL library  iText (for pdf output), overlib.js (for tooltips) (licence conditions to check) and stylesheets:
          • To create our own graphs you can derive them from the abstract class CountsGraph and plug them into CountsGraphWriter (in the run method).
          • The simulation values can be scaled with a user supplied scaling factor.
          • CountsGraphWriter creates either pdf files or linked html output (formated with css).
          • The html output provides tooltips (using overlib.js) and links on the graphs.
          • All needed helper files (e.g. stylesheets etc.) are automatically copied into the folder div of the iteration output folder, that is, the graph output folder can be used standing alone.

     Contact:

    In case of questions or comments, please contact: horni(at)ivt.baug.ethz.ch