From: <qua...@us...> - 2010-10-22 15:38:57
|
Revision: 355 http://stdair.svn.sourceforge.net/stdair/?rev=355&view=rev Author: quannaus Date: 2010-10-22 15:38:51 +0000 (Fri, 22 Oct 2010) Log Message: ----------- [samples] Added O&D and fare input files. Modified Paths: -------------- trunk/stdair/test/samples/demand09.csv trunk/stdair/test/samples/ond01.csv Added Paths: ----------- trunk/stdair/test/samples/RDS01/ trunk/stdair/test/samples/RDS01/demand.csv trunk/stdair/test/samples/RDS01/schedule.csv trunk/stdair/test/samples/fare01.csv Copied: trunk/stdair/test/samples/RDS01/demand.csv (from rev 340, trunk/stdair/test/samples/demand01.csv) =================================================================== --- trunk/stdair/test/samples/RDS01/demand.csv (rev 0) +++ trunk/stdair/test/samples/RDS01/demand.csv 2010-10-22 15:38:51 UTC (rev 355) @@ -0,0 +1,34 @@ +// Demand: +// Fixed: +// Prefered departure date (yyyy-mm-dd) +// Origin (3-char airport code) +// Destination (3-char airport code) +// Preferred cabin ('F' for First, 'C' for Club/Business, 'Y' for Economy) +// Distribution with Probability Masses: +// POS +// Channel (D=direct, I=indirect, N=oNline, F=oFfline) +// Trip type (RO=outbound of round-trip, RI=inbound of round-trip,OW=one way) +// Stay duration (number of days) +// Frequent flyer (P=Platinum, G=Gold, S=Silver, M=Member, N=None) +// Continuous cumulative distribution: +// Preferred departure time (hh.mm) +// WTP (moneraty value) +// Preferred arrival date (equal to prefered departure date) +// Preferred arrival time (equal to prefered departure time) +// Value of time +// Arrival pattern (DTD as a positive value) +// Distribution of number of requests (distribution and parameters) +// The main fields are separated by ';' +// Probability mass distributions are defined by comma-separated +// 'value:probability' pairs +// Continuous cumulative distribution are defined by comma-separated +// 'value:probability' pairs, sorted in increasing order of values. +// The meaning of probability is P(random variable <= value) = probability. +// The distribution of number of requests is specified using comma-separated +// values: +// distribution, parameter1, parameter2, ... +// For example, normal with mean 10.0 and standard deviation 1.0 is specified as +// N, 10.0, 1.0 +// +2010-02-08; BKK; SIN; Y; BKK:0.7, SIN:0.2, row:0.1; DF:0.1, DN:0.3, IF:0.4, IN:0.2; RO:0.6, RI:0.2, OW:0.2; 0:0.1, 1:0.1, 2:0.15, 3:0.15, 4:0.15, 5:0.35; P:0.01, G:0.05, S:0.15, M:0.3, N:0.49; 06:0, 07:0.1, 09:0.3, 17:0.4, 19:0.8, 20:0.95, 22:1; 100:0, 500:0.8, 2000:1; 15:0, 60:1; 330:0, 40:0.2, 20:0.6, 1:1; N, 10.0, 1.0; +2010-02-08; SIN; HND; Y; SIN:0.5, HND:0.4, row:0.1; DF:0.2, DN:0.2, IF:0.5, IN:0.1; RO:0.5, RI:0.4, OW:0.1; 1:0.9, 2:0.1; P:0.1, G:0.01, S:0.09, M:0.4, N:0.4; 06:0, 07:0.1, 09:0.8, 12:0.9, 22:1; 300:0, 800:0.8, 3000:1; 15:0, 60:1; 330:0, 1:1; N, 10.0, 2.0; Copied: trunk/stdair/test/samples/RDS01/schedule.csv (from rev 340, trunk/stdair/test/samples/schedule01.csv) =================================================================== --- trunk/stdair/test/samples/RDS01/schedule.csv (rev 0) +++ trunk/stdair/test/samples/RDS01/schedule.csv 2010-10-22 15:38:51 UTC (rev 355) @@ -0,0 +1,7 @@ +// Flights: AirlineCode; FlightNumber; Date-Range; ; DOW; Legs; Segments; +// Legs: BoardPoint; OffPoint; BoardTime; ArrivalDateOffSet; ArrivalTime; +// ElapsedTime; LegCabins; +// LegCabins: CabinCode; Capacity; +// Segments: Specific; +SQ; 11; 2010-01-15; 2010-02-28; 1111111; BKK; SIN; 08:20; 11:00; 03:40; Y; 300; 0; Y; YM; +SQ; 12; 2010-01-15; 2010-02-28; 1111111; SIN; HND; 12:20; 15:00; 07:40; Y; 200; 0; Y; YM; \ No newline at end of file Modified: trunk/stdair/test/samples/demand09.csv =================================================================== --- trunk/stdair/test/samples/demand09.csv 2010-10-20 14:23:22 UTC (rev 354) +++ trunk/stdair/test/samples/demand09.csv 2010-10-22 15:38:51 UTC (rev 355) @@ -1 +1 @@ -2009-01-01; SEA; DAY; Y; SEA:0.7, DAY:0.2, row:0.1; DF:0.1, DN:0.3, IF:0.4, IN:0.2; RO:0.6, RI:0.2, OW:0.2; 0:0.1, 1:0.1, 2:0.15, 3:0.15, 4:0.15, 5:0.35; P:0.01, G:0.05, S:0.15, M:0.3, N:0.49; 06:0, 07:0.1, 09:0.3, 17:0.4, 19:0.8, 20:0.95, 22:1; 100:0, 500:0.8, 2000:1; 15:0, 60:1; 330:0, 40:0.2, 20:0.6, 1:1; N, 10000.0, 1.0; \ No newline at end of file +2009-01-01; SEA; DAY; Y; SEA:0.7, DAY:0.2, row:0.1; DF:0.1, DN:0.3, IF:0.4, IN:0.2; RO:0.6, RI:0.2, OW:0.2; 0:0.1, 1:0.1, 2:0.15, 3:0.15, 4:0.15, 5:0.35; P:0.01, G:0.05, S:0.15, M:0.3, N:0.49; 06:0, 07:0.1, 09:0.3, 17:0.4, 19:0.8, 20:0.95, 22:1; 100:0, 500:0.8, 2000:1; 15:0, 60:1; 330:0, 40:0.2, 20:0.6, 1:1; N, 100000.0, 1.0; \ No newline at end of file Added: trunk/stdair/test/samples/fare01.csv =================================================================== Modified: trunk/stdair/test/samples/ond01.csv =================================================================== --- trunk/stdair/test/samples/ond01.csv 2010-10-20 14:23:22 UTC (rev 354) +++ trunk/stdair/test/samples/ond01.csv 2010-10-22 15:38:51 UTC (rev 355) @@ -0,0 +1 @@ +1; NCE; SYD; 2007-01-01; 2007-12-31; 00:00; 23:59; BA; Y; BA; Y; \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |