1trademgen_drawBookingArrivals(1)   TraDemGen  trademgen_drawBookingArrivals(1)
2
3
4

NAME

6       trademgen_drawBookingArrivalsScript plotting booking arrival curves, as
7       generated by the C++ Simulated Travel Demand Generation (TraDemGen)
8       Library
9

SYNOPSIS

11       trademgen_drawBookingArrivals [-h|--help] [-o|--output <path-to-output-
12       file>] [-p|--plot] <path-to-input-log-file>
13

DESCRIPTION

15       trademgen_drawBookingArrivals is a small Python script, extracting the
16       booking requests from the log file produced by the
17       trademgen_generateDemand binary. It produces booking curves, which can
18       even be rendered by a simple Matplotlib user interface (when the
19       -p/--plot option is given).
20
21       trademgen_drawBookingArrivals accepts the following options:
22
23       -h, --help
24        Produce that message and show usage.
25
26       -o, --output <path-to-output-file>
27        Path to the output file. If blank, the booking curves are dumped onto
28       the standard output (stdout).
29
30       -p, --plot
31        Produce a plot, thanks to a simple Matplotlib user interface. When
32       that option is not given, the booking curves are just dumped onto the
33       output stream.
34
35       <path-to-input-log-file>
36        Path to the input file, i.e., to the log file generated by the
37       trademgen_generateDemand utility. If blank, the default log file is
38       'trademgen_generateDemand.log'.
39
40       See the output of the `trademgen_drawBookingArrivals --help' command
41       for default options.
42

SEE ALSO

44       trademgen(1), trademgen_with_db(1), pytrademgen(1),
45       trademgen_extractBookingRequests(1), trademgen-config(1), trademgen-
46       library(3)
47

SUPPORT

49       Please report any bugs to http://github.com/airsim/trademgen/issues
50
52       Copyright © 2009-2013 Denis Arnaud
53
54       See the COPYING file for more information on the (LGPLv2+) license, or
55       directly on Internet:
56        http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
57
58
59
60Version 1.00.4                  Fri Jan 31 2020trademgen_drawBookingArrivals(1)
Impressum