Provided by: sumo_0.19.0+dfsg-2_amd64 bug

NAME

       SUMO - Builds vehicle routes for SUMO using detector values

SYNOPSIS

       dfrouter [OPTION]*

DESCRIPTION

       SUMO dfrouter Version 0.19.0

              Copyright (C) 2001-2013 DLR and contributors; http://sumo-sim.org

       Builds vehicle routes for SUMO using detector values.

   Configuration Options:
       -c, --configuration-file FILE
              Loads the named config on startup

       --save-configuration FILE
              Saves current configuration into FILE

       --save-template FILE
              Saves a configuration template (empty) into FILE

       --save-schema FILE
              Saves the configuration schema into FILE

       --save-commented
              Adds comments to saved template, configuration, or schema

   Input Options:
       -n, --net-file FILE
              Loads the SUMO-network FILE

       -d, --detector-files FILE
              Loads detector descriptions from FILE

       -f, --measure-files FILE
              Loads detector flows from FILE(s)

   Output Options:
       -o, --routes-output FILE
              Saves computed routes to FILE

       --routes-for-all
              Forces DFROUTER to compute routes for in-between detectors

       --detector-output FILE
              Saves typed detectors to FILE

       --detectors-poi-output FILE
              Saves detector positions as pois to FILE

       --emitters-output FILE
              Saves emitter definitions for source detectors to FILE

       --vtype
              Add vehicle types to the emitters file (PKW, LKW)

       --emitters-poi-output FILE
              Saves emitter positions as pois to FILE

       --variable-speed-sign-output FILE
              Saves variable seed sign definitions for sink detectors to FILE

       --end-reroute-output FILE
              Saves rerouter definitions for sink detectors to FILE

       --validation-output FILE

       --validation-output.add-sources

   Processing Options:
       --guess-empty-flows

       -h, --highway-mode
              Switches to highway-mode

       --ignore-invalid-detectors
              Only warn about unparseable detectors

       --revalidate-detectors
              Recomputes detector types even if given

       --revalidate-routes
              Recomputes routes even if given

       --all-end-follower
              Continues routes till the first street after a sink

       --keep-unfinished-routes
              Keeps routes even if they have exhausted max-search-depth

       --keep-longer-routes
              Keeps routes even if a shorter one exists

       --max-search-depth INT
              Number of edges to follow a route without passing a detector

       --emissions-only
              Writes only emission times

       --disallowed-edges STR
              Do not route on these edges

       --keep-turnarounds
              Allow turnarounds as route continuations

       --min-route-length FLOAT
              Minimum distance in meters between start and end node of every route

       --time-factor TIME
              Multiply flow times with TIME to get seconds

       --time-offset TIME
              Subtracts TIME seconds from (scaled) flow times

       --time-step TIME
              Expected distance between two successive data sets

       --calibrator-output
              Write calibrators to FILE

       --include-unused-routes

       --revalidate-flows

       --remove-empty-detectors
              Removes empty detectors from the list

       --strict-sources

       --respect-concurrent-inflows
              Try  to  determine  further  inflows  to an inbetween detector when computing split
              probabilities

       --scale FLOAT
              Scale factor for flows

   Defaults Options:
       --departlane STR
              Assigns a default depart lane

       --departpos STR
              Assigns a default depart position

       --departspeed STR
              Assigns a default depart speed

       --arrivallane STR
              Assigns a default arrival lane

       --arrivalpos STR
              Assigns a default arrival position

       --arrivalspeed STR
              Assigns a default arrival speed

   Time Options:
       -b, --begin TIME
              Defines the begin time; Previous defs will be discarded

       -e, --end TIME
              Defines the end time; Later defs will be discarded; Defaults to one day

   Report Options:
       -v, --verbose
              Switches to verbose output

       -p, --print-options
              Prints option values before processing

       -?, --help
              Prints this screen

       -V, --version
              Prints the current version

       -X, --xml-validation
              Enable schema validation of XML inputs

       -W, --no-warnings
              Disables output of warnings

       -l, --log FILE
              Writes all messages to FILE (implies verbose)

       --message-log FILE
              Writes all non-error messages to FILE (implies verbose)

       --error-log FILE
              Writes all warnings and errors to FILE

       --report-empty-detectors
              Lists detectors with no flow (enable -v)

       --print-absolute-flows
              Prints aggregated detector flows

       --no-step-log
              Disable console output of route parsing step

   Random Number Options:
       --random
              Initialises the random number generator with the current system time

       --seed INT
              Initialises the random number generator with the given value

EXAMPLES

              dfrouter -c <CONFIGURATION>

              run routing with options from file

REPORTING BUGS

       Report bugs at <http://sumo-sim.org/trac/>.
       Get in contact via <sumo-user@lists.sourceforge.net>.

              Copyright (C) 2001-2013 DLR and contributors; http://sumo-sim.org

       SUMO dfrouter Version 0.19.0 is part of SUMO.
       SUMO is free software: you can redistribute it and/or modify it under the terms of the GNU
       General  Public  License as published by the Free Software Foundation, either version 3 of
       the License, or (at your option) any later version.

       This program is distributed in the hope that it will be useful, but WITHOUT ANY  WARRANTY;
       without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       GNU General Public License for more details.

       You should have received a copy of the GNU General Public License along with this program.
       If not, see http://www.gnu.org/licenses/gpl.html