Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dfrouter(1) [debian man page]

SUMO(1) 							   User Commands							   SUMO(1)

NAME
SUMO - Builds vehicle routes for SUMO using detector values SYNOPSIS
dfrouter [OPTION]* DESCRIPTION
SUMO dfrouter Version 0.15.0 Copyright (C) 2001-2012 DLR and contributors; http://sumo.sourceforge.net 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 --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 --scale FLOAT Scale factor for flows 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 -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://sourceforge.net/apps/trac/sumo/>. Get in contact via <sumo-user@lists.sourceforge.net>. Copyright (C) 2001-2012 DLR and contributors; http://sumo.sourceforge.net SUMO dfrouter Version 0.15.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 SUMO dfrouter Version 0.15.0 May 2012 SUMO(1)
Man Page