trademgen_drawBookingArrivals (1) - Linux Manuals

NAME

trademgen_drawBookingArrivals -

  Script plotting booking arrival curves, as generated by the C++ Simulated Travel Demand Generation (TraDemGen) 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_generateDemand binary. 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 to 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_generateDemand utility. If blank, the default log file is 'trademgen_generateDemand.log'.

See the output of the `trademgen_drawBookingArrivals --help' command for default options.

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