trademgen_drawbookingarrivals(1) - Linux man page
Name
trademgen_drawBookingArrivals - Script plotting booking arrival curves, as generated by the C++ Simulated Travel Demand Generation Library
Synopsis
trademgen_drawBookingArrivals [-h|--help] [-o|--output <path-to-output-file>] [-p|--plot] <path-to-input-log-file>
Description
trademgen_drawBookingArrivals is a small Python script, extracting the booking requests from the log file produced by the TraDemGen library. It produces booking curves, which can even be rendered by a simple Matplotlib user interface (when the -p/--plot option is given).
trademgen_drawBookingArrivals accepts the following options:
-h, --help
Produce that message and show usage.
-o, --output <path-to-output-file>
Path to the output file. If blank, the booking curves are dumped onto the standard output (stdout).
-p, --plot
Produce a plot, thanks a simple Matplotlib user interface. When that option is not given, the booking curves are just dumped onto the output stream.
<path-to-input-log-file>
Path to the input file, i.e., to the log file generated by the trademgen utility. If blank, the log file is taken from the standard input (stdin).
See the output of the 'trademgen_drawBookingArrivals --help' command for default options.
See Also
trademgen(1), trademgen_with_db(1), pytrademgen(1), trademgen_extractbookingrequests(1), trademgen-config(1), trademgen-library(3)
Support
Please report any bugs to http://github.com/airsim/trademgen/issues
Copyright
Copyright © 2009-2013 Denis Arnaud
See the COPYING file for more information on the (LGPLv2+) license, or directly on Internet:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html