flightcaster 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/.document +5 -0
  2. data/.gitignore +21 -0
  3. data/LICENSE +20 -0
  4. data/README.rdoc +24 -0
  5. data/Rakefile +54 -0
  6. data/VERSION +1 -0
  7. data/lib/flightcaster.rb +28 -0
  8. data/lib/flightcaster/base.rb +120 -0
  9. data/lib/flightcaster/request.rb +55 -0
  10. data/test/fixtures/airline.xml +9 -0
  11. data/test/fixtures/airline_flight.xml +421 -0
  12. data/test/fixtures/airline_flights.xml +2421 -0
  13. data/test/fixtures/airlines.xml +246 -0
  14. data/test/fixtures/airlines_page.xml +260 -0
  15. data/test/fixtures/airlines_per_page.xml +421 -0
  16. data/test/fixtures/airport.xml +30 -0
  17. data/test/fixtures/airports.xml +440 -0
  18. data/test/fixtures/arrivals.xml +1221 -0
  19. data/test/fixtures/departures.xml +1301 -0
  20. data/test/fixtures/flight.xml +99 -0
  21. data/test/fixtures/flight_date.xml +101 -0
  22. data/test/fixtures/flight_path.xml +43 -0
  23. data/test/fixtures/flight_path_date.xml +1786 -0
  24. data/test/fixtures/flights.xml +2420 -0
  25. data/test/fixtures/general_delay.xml +11 -0
  26. data/test/fixtures/general_delays.xml +22 -0
  27. data/test/fixtures/ground_delay.xml +9 -0
  28. data/test/fixtures/ground_delays.xml +25 -0
  29. data/test/fixtures/ground_stop.xml +8 -0
  30. data/test/fixtures/ground_stops.xml +16 -0
  31. data/test/fixtures/metar.xml +21 -0
  32. data/test/fixtures/metars.xml +201 -0
  33. data/test/fixtures/notfound.xml +56 -0
  34. data/test/fixtures/oldapi.xml +13 -0
  35. data/test/fixtures/taf.xml +25 -0
  36. data/test/fixtures/tafs.xml +288 -0
  37. data/test/helper.rb +31 -0
  38. data/test/test_base.rb +0 -0
  39. data/test/test_flightcaster.rb +219 -0
  40. data/test/test_request.rb +10 -0
  41. metadata +118 -0
@@ -0,0 +1,99 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.39
3
+ Date: Fri, 26 Feb 2010 05:51:55 GMT
4
+ Content-Type: application/xml; charset=utf-8
5
+ Connection: keep-alive
6
+ X-FlightCaster-API-Version-Deprecated: 0.1.0
7
+ X-Runtime: 32
8
+ ETag: "c451fd9de0683105661a28435d86749e"
9
+ Cache-Control: private, max-age=0, must-revalidate
10
+ Content-Leng
11
+
12
+
13
+ th: 3440
14
+ X-Varnish: 1038881832
15
+ Age: 0
16
+ Via: 1.1 varnish
17
+
18
+ <?xml version="1.0" encoding="utf-8"?>
19
+ <flight>
20
+ <actual-air-time nil="true" type="integer"/>
21
+ <actual-aircraft-type nil="true"/>
22
+ <actual-block-time nil="true" type="integer"/>
23
+ <actual-gate-arrival-time nil="true" type="datetime"/>
24
+ <actual-gate-departure-time nil="true" type="datetime"/>
25
+ <actual-runway-arrival-time nil="true" type="datetime"/>
26
+ <actual-runway-departure-time nil="true" type="datetime"/>
27
+ <airline-icao-id>USA</airline-icao-id>
28
+ <arrival-gate nil="true"/>
29
+ <arrival-terminal>4</arrival-terminal>
30
+ <arrival-time type="datetime">2010-03-01T15:39:00Z</arrival-time>
31
+ <baggage-claim nil="true"/>
32
+ <codeshares>#&lt;Codeshare:0x2ac9333a0fd0&gt;</codeshares>
33
+ <created-at type="datetime">2010-02-25 08:25:09 UTC</created-at>
34
+ <departure-gate nil="true"/>
35
+ <departure-terminal nil="true"/>
36
+ <departure-time type="datetime">2010-03-01T09:59:00Z</departure-time>
37
+ <destination-icao-id>KPHX</destination-icao-id>
38
+ <diverted-icao-id nil="true"/>
39
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
40
+ <estimated-gate-departure-time nil="true" type="datetime"/>
41
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
42
+ <estimated-runway-departure-time nil="true" type="datetime"/>
43
+ <flightstats-id>184971694</flightstats-id>
44
+ <id type="integer">2858102</id>
45
+ <local-departure-time type="datetime">2010-02-28 23:59:00 UTC</local-departure-time>
46
+ <number type="integer">119</number>
47
+ <origin-icao-id>PHKO</origin-icao-id>
48
+ <published-arrival-time type="datetime">2010-03-01T15:39:00Z</published-arrival-time>
49
+ <published-departure-time type="datetime">2010-03-01T09:59:00Z</published-departure-time>
50
+ <scheduled-air-time nil="true" type="integer"/>
51
+ <scheduled-aircraft-type>752</scheduled-aircraft-type>
52
+ <scheduled-block-time type="integer">340</scheduled-block-time>
53
+ <scheduled-gate-arrival-time type="datetime">2010-03-01T15:39:00Z</scheduled-gate-arrival-time>
54
+ <scheduled-gate-departure-time type="datetime">2010-03-01T09:59:00Z</scheduled-gate-departure-time>
55
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
56
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
57
+ <status>Scheduled</status>
58
+ <status-code>S</status-code>
59
+ <tail-number nil="true"/>
60
+ <updated-at type="datetime">2010-02-25 08:41:03 UTC</updated-at>
61
+ <predictions>
62
+ <prediction>
63
+ <state>delayed</state>
64
+ <chance>0.005966128</chance>
65
+ <minutes>50</minutes>
66
+ </prediction>
67
+ <prediction>
68
+ <state>delayed</state>
69
+ <chance>0.86425453</chance>
70
+ <minutes>0</minutes>
71
+ </prediction>
72
+ <prediction>
73
+ <state>delayed</state>
74
+ <chance>0.016551193</chance>
75
+ <minutes>60</minutes>
76
+ </prediction>
77
+ <prediction>
78
+ <state>delayed</state>
79
+ <chance>0.06607647</chance>
80
+ <minutes>10</minutes>
81
+ </prediction>
82
+ <prediction>
83
+ <state>delayed</state>
84
+ <chance>0.029638182</chance>
85
+ <minutes>20</minutes>
86
+ </prediction>
87
+ <prediction>
88
+ <state>delayed</state>
89
+ <chance>0.0093020275</chance>
90
+ <minutes>30</minutes>
91
+ </prediction>
92
+ <prediction>
93
+ <state>delayed</state>
94
+ <chance>0.008211445</chance>
95
+ <minutes>40</minutes>
96
+ </prediction>
97
+ </predictions>
98
+ </flight>
99
+
@@ -0,0 +1,101 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.39
3
+ Date: Fri, 26 Feb 2010 07:17:22 GMT
4
+ Co
5
+
6
+
7
+ ntent-Type: application/xml; charset=utf-8
8
+ Connection: keep-alive
9
+ X-FlightCaster-API-Version-Deprecated: 0.1.0
10
+ X-Runtime: 50
11
+ ETag: "2d8b74fd1cb9ba2d0a7050a9ade835c5"
12
+ Cache-Control: private, max-age=0, must-revalidate
13
+ Content-Length: 3468
14
+ X-Varnish: 2089745634
15
+ Age: 0
16
+ Via: 1.1 varnish
17
+
18
+ <?xml version="1.0" encoding="utf-8"?>
19
+ <flights current-page="1" total-entries="1" total-pages="1">
20
+ <flight>
21
+ <actual-air-time nil="true" type="integer"/>
22
+ <actual-aircraft-type nil="true"/>
23
+ <actual-block-time nil="true" type="integer"/>
24
+ <actual-gate-arrival-time nil="true" type="datetime"/>
25
+ <actual-gate-departure-time nil="true" type="datetime"/>
26
+ <actual-runway-arrival-time nil="true" type="datetime"/>
27
+ <actual-runway-departure-time nil="true" type="datetime"/>
28
+ <airline-icao-id>VRD</airline-icao-id>
29
+ <arrival-gate nil="true"/>
30
+ <arrival-terminal>4</arrival-terminal>
31
+ <arrival-time type="datetime">2010-02-27T12:45:00Z</arrival-time>
32
+ <baggage-claim nil="true"/>
33
+ <codeshares/>
34
+ <created-at type="datetime">2010-02-23 08:25:42 UTC</created-at>
35
+ <departure-gate nil="true"/>
36
+ <departure-terminal>I</departure-terminal>
37
+ <departure-time type="datetime">2010-02-27T07:15:00Z</departure-time>
38
+ <destination-icao-id>KJFK</destination-icao-id>
39
+ <diverted-icao-id nil="true"/>
40
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
41
+ <estimated-gate-departure-time nil="true" type="datetime"/>
42
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
43
+ <estimated-runway-departure-time nil="true" type="datetime"/>
44
+ <flightstats-id>184805746</flightstats-id>
45
+ <id type="integer">2806165</id>
46
+ <local-departure-time type="datetime">2010-02-26 23:15:00 UTC</local-departure-time>
47
+ <number type="integer">28</number>
48
+ <origin-icao-id>KSFO</origin-icao-id>
49
+ <published-arrival-time type="datetime">2010-02-27T12:45:00Z</published-arrival-time>
50
+ <published-departure-time type="datetime">2010-02-27T07:15:00Z</published-departure-time>
51
+ <scheduled-air-time nil="true" type="integer"/>
52
+ <scheduled-aircraft-type>319</scheduled-aircraft-type>
53
+ <scheduled-block-time type="integer">330</scheduled-block-time>
54
+ <scheduled-gate-arrival-time type="datetime">2010-02-27T12:45:00Z</scheduled-gate-arrival-time>
55
+ <scheduled-gate-departure-time type="datetime">2010-02-27T07:15:00Z</scheduled-gate-departure-time>
56
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
57
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
58
+ <status>Scheduled</status>
59
+ <status-code>S</status-code>
60
+ <tail-number nil="true"/>
61
+ <updated-at type="datetime">2010-02-23 08:25:42 UTC</updated-at>
62
+ <predictions>
63
+ <prediction>
64
+ <state>delayed</state>
65
+ <chance>0.005966128</chance>
66
+ <minutes>50</minutes>
67
+ </prediction>
68
+ <prediction>
69
+ <state>delayed</state>
70
+ <chance>0.86425453</chance>
71
+ <minutes>0</minutes>
72
+ </prediction>
73
+ <prediction>
74
+ <state>delayed</state>
75
+ <chance>0.016551193</chance>
76
+ <minutes>60</minutes>
77
+ </prediction>
78
+ <prediction>
79
+ <state>delayed</state>
80
+ <chance>0.06607647</chance>
81
+ <minutes>10</minutes>
82
+ </prediction>
83
+ <prediction>
84
+ <state>delayed</state>
85
+ <chance>0.029638182</chance>
86
+ <minutes>20</minutes>
87
+ </prediction>
88
+ <prediction>
89
+ <state>delayed</state>
90
+ <chance>0.0093020275</chance>
91
+ <minutes>30</minutes>
92
+ </prediction>
93
+ <prediction>
94
+ <state>delayed</state>
95
+ <chance>0.008211445</chance>
96
+ <minutes>40</minutes>
97
+ </prediction>
98
+ </predictions>
99
+ </flight>
100
+ </flights>
101
+
@@ -0,0 +1,43 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <flights current-page="1" total-entries="6" total-pages="3">
3
+ <flight>
4
+ <id>12523403</id>
5
+ <flightstats-history-id>172978321</flightstats-history-id>
6
+ <number>30</number>
7
+ <airline-icao-id>ASA</airline-icao-id>
8
+ <origin-icao-id>KPDX</origin-icao-id>
9
+ <destination-icao-id>KBOS</destination-icao-id>
10
+ <diverted-icao-id/>
11
+ <published-arrival-time>2009-10-11 19:49:00 UTC</published-arrival-time>
12
+ <published-departure-time>2009-10-11 14:25:00 UTC</published-departure-time>
13
+ <created-at>2009-10-08 08:07:24 UTC</created-at>
14
+ <updated-at>2009-10-08 08:30:23 UTC</updated-at>
15
+ <predictions status="on-time">
16
+ <prediction greater-than="0" less-or-equal-than="20" message="On-Time">0.85495341</prediction>
17
+ <prediction greater-than="20" less-or-equal-than="60" message="Less than 60m late">0.108263855</prediction>
18
+ <prediction greater-than="60" message="More than 60m late">0.0367827363</prediction>
19
+ </predictions>
20
+ </flight>
21
+ <flight>
22
+ <id>12446708</id>
23
+ <flightstats-history-id>172900603</flightstats-history-id>
24
+ <number>30</number>
25
+
26
+
27
+
28
+ <airline-icao-id>ASA</airline-icao-id>
29
+ <origin-icao-id>KPDX</origin-icao-id>
30
+ <destination-icao-id>KBOS</destination-icao-id>
31
+ <diverted-icao-id/>
32
+ <published-arrival-time>2009-10-10 19:49:00 UTC</published-arrival-time>
33
+ <published-departure-time>2009-10-10 14:25:00 UTC</published-departure-time>
34
+ <created-at>2009-10-07 08:05:00 UTC</created-at>
35
+ <updated-at>2009-10-08 06:13:28 UTC</updated-at>
36
+ <predictions status="on-time">
37
+ <prediction greater-than="0" less-or-equal-than="20" message="On-Time">0.85495341</prediction>
38
+ <prediction greater-than="20" less-or-equal-than="60" message="Less than 60m late">0.108263855</prediction>
39
+ <prediction greater-than="60" message="More than 60m late">0.0367827363</prediction>
40
+ </predictions>
41
+ </flight>
42
+ </flights>
43
+
@@ -0,0 +1,1786 @@
1
+ HTTP/1.1 200 OK
2
+ Server: nginx/0.6.39
3
+ Date: Fri, 26 Feb 2010 09:58:52 GMT
4
+ Content-Type: application/xml; charset=utf-8
5
+ Connection: keep-alive
6
+ X-FlightCaster-API-Version-Deprecated: 0.1.0
7
+ X-Runti
8
+
9
+
10
+ me: 292
11
+ ETag: "020a597b60a49eb9a58962a3ccf0eed9"
12
+ Cache-Control: private, max-age=0, must-revalidate
13
+ Content-Length: 75794
14
+ X-Varnish: 681651053
15
+ Age: 0
16
+ Via: 1.1 varnish
17
+
18
+ <?xml version="1.0" encoding="utf-8"?>
19
+ <flights>
20
+ <flight>
21
+ <actual-air-time nil="true" type="integer"/>
22
+ <actual-aircraft-type nil="true"/>
23
+ <actual-block-time nil="true" type="integer"/>
24
+ <actual-gate-arrival-time nil="true" type="datetime"/>
25
+ <actual-gate-departure-time nil="true" type="datetime"/>
26
+ <actual-runway-arrival-time nil="true" type="datetime"/>
27
+ <actual-runway-departure-time nil="true" type="datetime"/>
28
+ <airline-icao-id>AAL</airline-icao-id>
29
+ <arrival-gate nil="true"/>
30
+ <arrival-terminal nil="true"/>
31
+ <arrival-time type="datetime">2010-03-02T02:50:00Z</arrival-time>
32
+ <baggage-claim nil="true"/>
33
+ <codeshares>#&lt;Codeshare:0x2b0806afc8a8&gt;</codeshares>
34
+ <created-at type="datetime">2010-02-26 08:04:04 UTC</created-at>
35
+ <departure-gate nil="true"/>
36
+ <departure-terminal nil="true"/>
37
+ <departure-time type="datetime">2010-03-01T23:15:00Z</departure-time>
38
+ <destination-icao-id>KDFW</destination-icao-id>
39
+ <diverted-icao-id nil="true"/>
40
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
41
+ <estimated-gate-departure-time nil="true" type="datetime"/>
42
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
43
+ <estimated-runway-departure-time nil="true" type="datetime"/>
44
+ <flightstats-id>185013009</flightstats-id>
45
+ <id type="integer">2877686</id>
46
+ <local-departure-time type="datetime">2010-03-01 15:15:00 UTC</local-departure-time>
47
+ <number type="integer">522</number>
48
+ <origin-icao-id>KPDX</origin-icao-id>
49
+ <published-arrival-time type="datetime">2010-03-02T02:50:00Z</published-arrival-time>
50
+ <published-departure-time type="datetime">2010-03-01T23:15:00Z</published-departure-time>
51
+ <scheduled-air-time nil="true" type="integer"/>
52
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
53
+ <scheduled-block-time type="integer">215</scheduled-block-time>
54
+ <scheduled-gate-arrival-time type="datetime">2010-03-02T02:50:00Z</scheduled-gate-arrival-time>
55
+ <scheduled-gate-departure-time type="datetime">2010-03-01T23:15:00Z</scheduled-gate-departure-time>
56
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
57
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
58
+ <status>Scheduled</status>
59
+ <status-code>S</status-code>
60
+ <tail-number nil="true"/>
61
+ <updated-at type="datetime">2010-02-26 08:28:14 UTC</updated-at>
62
+ <predictions>
63
+ <prediction>
64
+ <state>delayed</state>
65
+ <chance>0.005966128</chance>
66
+ <minutes>50</minutes>
67
+ </prediction>
68
+ <prediction>
69
+ <state>delayed</state>
70
+ <chance>0.86425453</chance>
71
+ <minutes>0</minutes>
72
+ </prediction>
73
+ <prediction>
74
+ <state>delayed</state>
75
+ <chance>0.016551193</chance>
76
+ <minutes>60</minutes>
77
+ </prediction>
78
+ <prediction>
79
+ <state>delayed</state>
80
+ <chance>0.06607647</chance>
81
+ <minutes>10</minutes>
82
+ </prediction>
83
+ <prediction>
84
+ <state>delayed</state>
85
+ <chance>0.029638182</chance>
86
+ <minutes>20</minutes>
87
+ </prediction>
88
+ <prediction>
89
+ <state>delayed</state>
90
+ <chance>0.0093020275</chance>
91
+ <minutes>30</minutes>
92
+ </prediction>
93
+ <prediction>
94
+ <state>delayed</state>
95
+ <chance>0.008211445</chance>
96
+ <minutes>40</minutes>
97
+ </prediction>
98
+ </predictions>
99
+ </flight>
100
+ <flight>
101
+ <actual-air-time nil="true" type="integer"/>
102
+ <actual-aircraft-type nil="true"/>
103
+ <actual-block-time nil="true" type="integer"/>
104
+ <actual-gate-arrival-time nil="true" type="datetime"/>
105
+ <actual-gate-departure-time nil="true" type="datetime"/>
106
+ <actual-runway-arrival-time nil="true" type="datetime"/>
107
+ <actual-runway-departure-time nil="true" type="datetime"/>
108
+ <airline-icao-id>AAL</airline-icao-id>
109
+ <arrival-gate nil="true"/>
110
+ <arrival-terminal nil="true"/>
111
+ <arrival-time type="datetime">2010-03-01T23:55:00Z</arrival-time>
112
+ <baggage-claim nil="true"/>
113
+ <codeshares>#&lt;Codeshare:0x2b0806aa2948&gt;#&lt;Codeshare:0x2b0806aa28a8&gt;</codeshares>
114
+ <created-at type="datetime">2010-02-26 08:04:04 UTC</created-at>
115
+ <departure-gate nil="true"/>
116
+ <departure-terminal nil="true"/>
117
+ <departure-time type="datetime">2010-03-01T20:15:00Z</departure-time>
118
+ <destination-icao-id>KDFW</destination-icao-id>
119
+ <diverted-icao-id nil="true"/>
120
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
121
+ <estimated-gate-departure-time nil="true" type="datetime"/>
122
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
123
+ <estimated-runway-departure-time nil="true" type="datetime"/>
124
+ <flightstats-id>185013281</flightstats-id>
125
+ <id type="integer">2877903</id>
126
+ <local-departure-time type="datetime">2010-03-01 12:15:00 UTC</local-departure-time>
127
+ <number type="integer">656</number>
128
+ <origin-icao-id>KPDX</origin-icao-id>
129
+ <published-arrival-time type="datetime">2010-03-01T23:55:00Z</published-arrival-time>
130
+ <published-departure-time type="datetime">2010-03-01T20:15:00Z</published-departure-time>
131
+ <scheduled-air-time nil="true" type="integer"/>
132
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
133
+ <scheduled-block-time type="integer">220</scheduled-block-time>
134
+ <scheduled-gate-arrival-time type="datetime">2010-03-01T23:55:00Z</scheduled-gate-arrival-time>
135
+ <scheduled-gate-departure-time type="datetime">2010-03-01T20:15:00Z</scheduled-gate-departure-time>
136
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
137
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
138
+ <status>Scheduled</status>
139
+ <status-code>S</status-code>
140
+ <tail-number nil="true"/>
141
+ <updated-at type="datetime">2010-02-26 08:28:28 UTC</updated-at>
142
+ <predictions>
143
+ <prediction>
144
+ <state>delayed</state>
145
+ <chance>0.005966128</chance>
146
+ <minutes>50</minutes>
147
+ </prediction>
148
+ <prediction>
149
+ <state>delayed</state>
150
+ <chance>0.86425453</chance>
151
+ <minutes>0</minutes>
152
+ </prediction>
153
+ <prediction>
154
+ <state>delayed</state>
155
+ <chance>0.016551193</chance>
156
+ <minutes>60</minutes>
157
+ </prediction>
158
+ <prediction>
159
+ <state>delayed</state>
160
+ <chance>0.06607647</chance>
161
+ <minutes>10</minutes>
162
+ </prediction>
163
+ <prediction>
164
+ <state>delayed</state>
165
+ <chance>0.029638182</chance>
166
+ <minutes>20</minutes>
167
+ </prediction>
168
+ <prediction>
169
+ <state>delayed</state>
170
+ <chance>0.0093020275</chance>
171
+ <minutes>30</minutes>
172
+ </prediction>
173
+ <prediction>
174
+ <state>delayed</state>
175
+ <chance>0.008211445</chance>
176
+ <minutes>40</minutes>
177
+ </prediction>
178
+ </predictions>
179
+ </flight>
180
+ <flight>
181
+ <actual-air-time nil="true" type="integer"/>
182
+ <actual-aircraft-type nil="true"/>
183
+ <actual-block-time nil="true" type="integer"/>
184
+ <actual-gate-arrival-time nil="true" type="datetime"/>
185
+ <actual-gate-departure-time nil="true" type="datetime"/>
186
+ <actual-runway-arrival-time nil="true" type="datetime"/>
187
+ <actual-runway-departure-time nil="true" type="datetime"/>
188
+ <airline-icao-id>AAL</airline-icao-id>
189
+ <arrival-gate nil="true"/>
190
+ <arrival-terminal nil="true"/>
191
+ <arrival-time type="datetime">2010-03-01T19:40:00Z</arrival-time>
192
+ <baggage-claim nil="true"/>
193
+ <codeshares>#&lt;Codeshare:0x2b0806a740c0&gt;#&lt;Codeshare:0x2b0806a74020&gt;</codeshares>
194
+ <created-at type="datetime">2010-02-26 08:04:04 UTC</created-at>
195
+ <departure-gate nil="true"/>
196
+ <departure-terminal nil="true"/>
197
+ <departure-time type="datetime">2010-03-01T16:00:00Z</departure-time>
198
+ <destination-icao-id>KDFW</destination-icao-id>
199
+ <diverted-icao-id nil="true"/>
200
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
201
+ <estimated-gate-departure-time nil="true" type="datetime"/>
202
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
203
+ <estimated-runway-departure-time nil="true" type="datetime"/>
204
+ <flightstats-id>185013988</flightstats-id>
205
+ <id type="integer">2878459</id>
206
+ <local-departure-time type="datetime">2010-03-01 08:00:00 UTC</local-departure-time>
207
+ <number type="integer">1158</number>
208
+ <origin-icao-id>KPDX</origin-icao-id>
209
+ <published-arrival-time type="datetime">2010-03-01T19:40:00Z</published-arrival-time>
210
+ <published-departure-time type="datetime">2010-03-01T16:00:00Z</published-departure-time>
211
+ <scheduled-air-time nil="true" type="integer"/>
212
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
213
+ <scheduled-block-time type="integer">220</scheduled-block-time>
214
+ <scheduled-gate-arrival-time type="datetime">2010-03-01T19:40:00Z</scheduled-gate-arrival-time>
215
+ <scheduled-gate-departure-time type="datetime">2010-03-01T16:00:00Z</scheduled-gate-departure-time>
216
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
217
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
218
+ <status>Scheduled</status>
219
+ <status-code>S</status-code>
220
+ <tail-number nil="true"/>
221
+ <updated-at type="datetime">2010-02-26 08:28:28 UTC</updated-at>
222
+ <predictions>
223
+ <prediction>
224
+ <state>delayed</state>
225
+ <chance>0.005966128</chance>
226
+ <minutes>50</minutes>
227
+ </prediction>
228
+ <prediction>
229
+ <state>delayed</state>
230
+ <chance>0.86425453</chance>
231
+ <minutes>0</minutes>
232
+ </prediction>
233
+ <prediction>
234
+ <state>delayed</state>
235
+ <chance>0.016551193</chance>
236
+ <minutes>60</minutes>
237
+ </prediction>
238
+ <prediction>
239
+ <state>delayed</state>
240
+ <chance>0.06607647</chance>
241
+ <minutes>10</minutes>
242
+ </prediction>
243
+ <prediction>
244
+ <state>delayed</state>
245
+ <chance>0.029638182</chance>
246
+ <minutes>20</minutes>
247
+ </prediction>
248
+ <prediction>
249
+ <state>delayed</state>
250
+ <chance>0.0093020275</chance>
251
+ <minutes>30</minutes>
252
+ </prediction>
253
+ <prediction>
254
+ <state>delayed</state>
255
+ <chance>0.008211445</chance>
256
+ <minutes>40</minutes>
257
+ </prediction>
258
+ </predictions>
259
+ </flight>
260
+ <flight>
261
+ <actual-air-time nil="true" type="integer"/>
262
+ <actual-aircraft-type nil="true"/>
263
+ <actual-block-time nil="true" type="integer"/>
264
+ <actual-gate-arrival-time nil="true" type="datetime"/>
265
+ <actual-gate-departure-time nil="true" type="datetime"/>
266
+ <actual-runway-arrival-time nil="true" type="datetime"/>
267
+ <actual-runway-departure-time nil="true" type="datetime"/>
268
+ <airline-icao-id>AAL</airline-icao-id>
269
+ <arrival-gate nil="true"/>
270
+ <arrival-terminal nil="true"/>
271
+ <arrival-time type="datetime">2010-03-01T17:40:00Z</arrival-time>
272
+ <baggage-claim nil="true"/>
273
+ <codeshares>#&lt;Codeshare:0x2b0806a3d9d0&gt;</codeshares>
274
+ <created-at type="datetime">2010-02-26 08:04:05 UTC</created-at>
275
+ <departure-gate nil="true"/>
276
+ <departure-terminal nil="true"/>
277
+ <departure-time type="datetime">2010-03-01T14:00:00Z</departure-time>
278
+ <destination-icao-id>KDFW</destination-icao-id>
279
+ <diverted-icao-id nil="true"/>
280
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
281
+ <estimated-gate-departure-time nil="true" type="datetime"/>
282
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
283
+ <estimated-runway-departure-time nil="true" type="datetime"/>
284
+ <flightstats-id>185014669</flightstats-id>
285
+ <id type="integer">2878993</id>
286
+ <local-departure-time type="datetime">2010-03-01 06:00:00 UTC</local-departure-time>
287
+ <number type="integer">1282</number>
288
+ <origin-icao-id>KPDX</origin-icao-id>
289
+ <published-arrival-time type="datetime">2010-03-01T17:40:00Z</published-arrival-time>
290
+ <published-departure-time type="datetime">2010-03-01T14:00:00Z</published-departure-time>
291
+ <scheduled-air-time nil="true" type="integer"/>
292
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
293
+ <scheduled-block-time type="integer">220</scheduled-block-time>
294
+ <scheduled-gate-arrival-time type="datetime">2010-03-01T17:40:00Z</scheduled-gate-arrival-time>
295
+ <scheduled-gate-departure-time type="datetime">2010-03-01T14:00:00Z</scheduled-gate-departure-time>
296
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
297
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
298
+ <status>Scheduled</status>
299
+ <status-code>S</status-code>
300
+ <tail-number nil="true"/>
301
+ <updated-at type="datetime">2010-02-26 08:28:13 UTC</updated-at>
302
+ <predictions>
303
+ <prediction>
304
+ <state>delayed</state>
305
+ <chance>0.005966128</chance>
306
+ <minutes>50</minutes>
307
+ </prediction>
308
+ <prediction>
309
+ <state>delayed</state>
310
+ <chance>0.86425453</chance>
311
+ <minutes>0</minutes>
312
+ </prediction>
313
+ <prediction>
314
+ <state>delayed</state>
315
+ <chance>0.016551193</chance>
316
+ <minutes>60</minutes>
317
+ </prediction>
318
+ <prediction>
319
+ <state>delayed</state>
320
+ <chance>0.06607647</chance>
321
+ <minutes>10</minutes>
322
+ </prediction>
323
+ <prediction>
324
+ <state>delayed</state>
325
+ <chance>0.029638182</chance>
326
+ <minutes>20</minutes>
327
+ </prediction>
328
+ <prediction>
329
+ <state>delayed</state>
330
+ <chance>0.0093020275</chance>
331
+ <minutes>30</minutes>
332
+ </prediction>
333
+ <prediction>
334
+ <state>delayed</state>
335
+ <chance>0.008211445</chance>
336
+ <minutes>40</minutes>
337
+ </prediction>
338
+ </predictions>
339
+ </flight>
340
+ <flight>
341
+ <actual-air-time nil="true" type="integer"/>
342
+ <actual-aircraft-type nil="true"/>
343
+ <actual-block-time nil="true" type="integer"/>
344
+ <actual-gate-arrival-time nil="true" type="datetime"/>
345
+ <actual-gate-departure-time nil="true" type="datetime"/>
346
+ <actual-runway-arrival-time nil="true" type="datetime"/>
347
+ <actual-runway-departure-time nil="true" type="datetime"/>
348
+ <airline-icao-id>AAL</airline-icao-id>
349
+ <arrival-gate nil="true"/>
350
+ <arrival-terminal nil="true"/>
351
+ <arrival-time type="datetime">2010-03-01T02:50:00Z</arrival-time>
352
+ <baggage-claim nil="true"/>
353
+ <codeshares>#&lt;Codeshare:0x2b0806a02880&gt;</codeshares>
354
+ <created-at type="datetime">2010-02-25 08:06:37 UTC</created-at>
355
+ <departure-gate nil="true"/>
356
+ <departure-terminal nil="true"/>
357
+ <departure-time type="datetime">2010-02-28T23:15:00Z</departure-time>
358
+ <destination-icao-id>KDFW</destination-icao-id>
359
+ <diverted-icao-id nil="true"/>
360
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
361
+ <estimated-gate-departure-time nil="true" type="datetime"/>
362
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
363
+ <estimated-runway-departure-time nil="true" type="datetime"/>
364
+ <flightstats-id>184927004</flightstats-id>
365
+ <id type="integer">2849855</id>
366
+ <local-departure-time type="datetime">2010-02-28 15:15:00 UTC</local-departure-time>
367
+ <number type="integer">522</number>
368
+ <origin-icao-id>KPDX</origin-icao-id>
369
+ <published-arrival-time type="datetime">2010-03-01T02:50:00Z</published-arrival-time>
370
+ <published-departure-time type="datetime">2010-02-28T23:15:00Z</published-departure-time>
371
+ <scheduled-air-time nil="true" type="integer"/>
372
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
373
+ <scheduled-block-time type="integer">215</scheduled-block-time>
374
+ <scheduled-gate-arrival-time type="datetime">2010-03-01T02:50:00Z</scheduled-gate-arrival-time>
375
+ <scheduled-gate-departure-time type="datetime">2010-02-28T23:15:00Z</scheduled-gate-departure-time>
376
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
377
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
378
+ <status>Scheduled</status>
379
+ <status-code>S</status-code>
380
+ <tail-number nil="true"/>
381
+ <updated-at type="datetime">2010-02-25 08:40:23 UTC</updated-at>
382
+ <predictions>
383
+ <prediction>
384
+ <state>delayed</state>
385
+ <chance>0.005966128</chance>
386
+ <minutes>50</minutes>
387
+ </prediction>
388
+ <prediction>
389
+ <state>delayed</state>
390
+ <chance>0.86425453</chance>
391
+ <minutes>0</minutes>
392
+ </prediction>
393
+ <prediction>
394
+ <state>delayed</state>
395
+ <chance>0.016551193</chance>
396
+ <minutes>60</minutes>
397
+ </prediction>
398
+ <prediction>
399
+ <state>delayed</state>
400
+ <chance>0.06607647</chance>
401
+ <minutes>10</minutes>
402
+ </prediction>
403
+ <prediction>
404
+ <state>delayed</state>
405
+ <chance>0.029638182</chance>
406
+ <minutes>20</minutes>
407
+ </prediction>
408
+ <prediction>
409
+ <state>delayed</state>
410
+ <chance>0.0093020275</chance>
411
+ <minutes>30</minutes>
412
+ </prediction>
413
+ <prediction>
414
+ <state>delayed</state>
415
+ <chance>0.008211445</chance>
416
+ <minutes>40</minutes>
417
+ </prediction>
418
+ </predictions>
419
+ </flight>
420
+ <flight>
421
+ <actual-air-time nil="true" type="integer"/>
422
+ <actual-aircraft-type nil="true"/>
423
+ <actual-block-time nil="true" type="integer"/>
424
+ <actual-gate-arrival-time nil="true" type="datetime"/>
425
+ <actual-gate-departure-time nil="true" type="datetime"/>
426
+ <actual-runway-arrival-time nil="true" type="datetime"/>
427
+ <actual-runway-departure-time nil="true" type="datetime"/>
428
+ <airline-icao-id>AAL</airline-icao-id>
429
+ <arrival-gate nil="true"/>
430
+ <arrival-terminal nil="true"/>
431
+ <arrival-time type="datetime">2010-02-28T23:55:00Z</arrival-time>
432
+ <baggage-claim nil="true"/>
433
+ <codeshares>#&lt;Codeshare:0x2b08069cbc18&gt;#&lt;Codeshare:0x2b08069cbb78&gt;</codeshares>
434
+ <created-at type="datetime">2010-02-25 08:06:37 UTC</created-at>
435
+ <departure-gate nil="true"/>
436
+ <departure-terminal nil="true"/>
437
+ <departure-time type="datetime">2010-02-28T20:15:00Z</departure-time>
438
+ <destination-icao-id>KDFW</destination-icao-id>
439
+ <diverted-icao-id nil="true"/>
440
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
441
+ <estimated-gate-departure-time nil="true" type="datetime"/>
442
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
443
+ <estimated-runway-departure-time nil="true" type="datetime"/>
444
+ <flightstats-id>184927282</flightstats-id>
445
+ <id type="integer">2850072</id>
446
+ <local-departure-time type="datetime">2010-02-28 12:15:00 UTC</local-departure-time>
447
+ <number type="integer">656</number>
448
+ <origin-icao-id>KPDX</origin-icao-id>
449
+ <published-arrival-time type="datetime">2010-02-28T23:55:00Z</published-arrival-time>
450
+ <published-departure-time type="datetime">2010-02-28T20:15:00Z</published-departure-time>
451
+ <scheduled-air-time nil="true" type="integer"/>
452
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
453
+ <scheduled-block-time type="integer">220</scheduled-block-time>
454
+ <scheduled-gate-arrival-time type="datetime">2010-02-28T23:55:00Z</scheduled-gate-arrival-time>
455
+ <scheduled-gate-departure-time type="datetime">2010-02-28T20:15:00Z</scheduled-gate-departure-time>
456
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
457
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
458
+ <status>Scheduled</status>
459
+ <status-code>S</status-code>
460
+ <tail-number nil="true"/>
461
+ <updated-at type="datetime">2010-02-25 08:40:38 UTC</updated-at>
462
+ <predictions>
463
+ <prediction>
464
+ <state>delayed</state>
465
+ <chance>0.005966128</chance>
466
+ <minutes>50</minutes>
467
+ </prediction>
468
+ <prediction>
469
+ <state>delayed</state>
470
+ <chance>0.86425453</chance>
471
+ <minutes>0</minutes>
472
+ </prediction>
473
+ <prediction>
474
+ <state>delayed</state>
475
+ <chance>0.016551193</chance>
476
+ <minutes>60</minutes>
477
+ </prediction>
478
+ <prediction>
479
+ <state>delayed</state>
480
+ <chance>0.06607647</chance>
481
+ <minutes>10</minutes>
482
+ </prediction>
483
+ <prediction>
484
+ <state>delayed</state>
485
+ <chance>0.029638182</chance>
486
+ <minutes>20</minutes>
487
+ </prediction>
488
+ <prediction>
489
+ <state>delayed</state>
490
+ <chance>0.0093020275</chance>
491
+ <minutes>30</minutes>
492
+ </prediction>
493
+ <prediction>
494
+ <state>delayed</state>
495
+ <chance>0.008211445</chance>
496
+ <minutes>40</minutes>
497
+ </prediction>
498
+ </predictions>
499
+ </flight>
500
+ <flight>
501
+ <actual-air-time nil="true" type="integer"/>
502
+ <actual-aircraft-type nil="true"/>
503
+ <actual-block-time nil="true" type="integer"/>
504
+ <actual-gate-arrival-time nil="true" type="datetime"/>
505
+ <actual-gate-departure-time nil="true" type="datetime"/>
506
+ <actual-runway-arrival-time nil="true" type="datetime"/>
507
+ <actual-runway-departure-time nil="true" type="datetime"/>
508
+ <airline-icao-id>AAL</airline-icao-id>
509
+ <arrival-gate nil="true"/>
510
+ <arrival-terminal nil="true"/>
511
+ <arrival-time type="datetime">2010-02-28T19:40:00Z</arrival-time>
512
+ <baggage-claim nil="true"/>
513
+ <codeshares>#&lt;Codeshare:0x2b080699cb98&gt;#&lt;Codeshare:0x2b080699caf8&gt;</codeshares>
514
+ <created-at type="datetime">2010-02-25 08:06:37 UTC</created-at>
515
+ <departure-gate nil="true"/>
516
+ <departure-terminal nil="true"/>
517
+ <departure-time type="datetime">2010-02-28T16:00:00Z</departure-time>
518
+ <destination-icao-id>KDFW</destination-icao-id>
519
+ <diverted-icao-id nil="true"/>
520
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
521
+ <estimated-gate-departure-time nil="true" type="datetime"/>
522
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
523
+ <estimated-runway-departure-time nil="true" type="datetime"/>
524
+ <flightstats-id>184927989</flightstats-id>
525
+ <id type="integer">2850634</id>
526
+ <local-departure-time type="datetime">2010-02-28 08:00:00 UTC</local-departure-time>
527
+ <number type="integer">1158</number>
528
+ <origin-icao-id>KPDX</origin-icao-id>
529
+ <published-arrival-time type="datetime">2010-02-28T19:40:00Z</published-arrival-time>
530
+ <published-departure-time type="datetime">2010-02-28T16:00:00Z</published-departure-time>
531
+ <scheduled-air-time nil="true" type="integer"/>
532
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
533
+ <scheduled-block-time type="integer">220</scheduled-block-time>
534
+ <scheduled-gate-arrival-time type="datetime">2010-02-28T19:40:00Z</scheduled-gate-arrival-time>
535
+ <scheduled-gate-departure-time type="datetime">2010-02-28T16:00:00Z</scheduled-gate-departure-time>
536
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
537
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
538
+ <status>Scheduled</status>
539
+ <status-code>S</status-code>
540
+ <tail-number nil="true"/>
541
+ <updated-at type="datetime">2010-02-25 08:40:38 UTC</updated-at>
542
+ <predictions>
543
+ <prediction>
544
+ <state>delayed</state>
545
+ <chance>0.005966128</chance>
546
+ <minutes>50</minutes>
547
+ </prediction>
548
+ <prediction>
549
+ <state>delayed</state>
550
+ <chance>0.86425453</chance>
551
+ <minutes>0</minutes>
552
+ </prediction>
553
+ <prediction>
554
+ <state>delayed</state>
555
+ <chance>0.016551193</chance>
556
+ <minutes>60</minutes>
557
+ </prediction>
558
+ <prediction>
559
+ <state>delayed</state>
560
+ <chance>0.06607647</chance>
561
+ <minutes>10</minutes>
562
+ </prediction>
563
+ <prediction>
564
+ <state>delayed</state>
565
+ <chance>0.029638182</chance>
566
+ <minutes>20</minutes>
567
+ </prediction>
568
+ <prediction>
569
+ <state>delayed</state>
570
+ <chance>0.0093020275</chance>
571
+ <minutes>30</minutes>
572
+ </prediction>
573
+ <prediction>
574
+ <state>delayed</state>
575
+ <chance>0.008211445</chance>
576
+ <minutes>40</minutes>
577
+ </prediction>
578
+ </predictions>
579
+ </flight>
580
+ <flight>
581
+ <actual-air-time nil="true" type="integer"/>
582
+ <actual-aircraft-type nil="true"/>
583
+ <actual-block-time nil="true" type="integer"/>
584
+ <actual-gate-arrival-time nil="true" type="datetime"/>
585
+ <actual-gate-departure-time nil="true" type="datetime"/>
586
+ <actual-runway-arrival-time nil="true" type="datetime"/>
587
+ <actual-runway-departure-time nil="true" type="datetime"/>
588
+ <airline-icao-id>AAL</airline-icao-id>
589
+ <arrival-gate nil="true"/>
590
+ <arrival-terminal nil="true"/>
591
+ <arrival-time type="datetime">2010-02-28T17:40:00Z</arrival-time>
592
+ <baggage-claim nil="true"/>
593
+ <codeshares>#&lt;Codeshare:0x2b0806966de0&gt;</codeshares>
594
+ <created-at type="datetime">2010-02-25 08:06:37 UTC</created-at>
595
+ <departure-gate nil="true"/>
596
+ <departure-terminal nil="true"/>
597
+ <departure-time type="datetime">2010-02-28T14:00:00Z</departure-time>
598
+ <destination-icao-id>KDFW</destination-icao-id>
599
+ <diverted-icao-id nil="true"/>
600
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
601
+ <estimated-gate-departure-time nil="true" type="datetime"/>
602
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
603
+ <estimated-runway-departure-time nil="true" type="datetime"/>
604
+ <flightstats-id>184928656</flightstats-id>
605
+ <id type="integer">2851461</id>
606
+ <local-departure-time type="datetime">2010-02-28 06:00:00 UTC</local-departure-time>
607
+ <number type="integer">1282</number>
608
+ <origin-icao-id>KPDX</origin-icao-id>
609
+ <published-arrival-time type="datetime">2010-02-28T17:40:00Z</published-arrival-time>
610
+ <published-departure-time type="datetime">2010-02-28T14:00:00Z</published-departure-time>
611
+ <scheduled-air-time nil="true" type="integer"/>
612
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
613
+ <scheduled-block-time type="integer">220</scheduled-block-time>
614
+ <scheduled-gate-arrival-time type="datetime">2010-02-28T17:40:00Z</scheduled-gate-arrival-time>
615
+ <scheduled-gate-departure-time type="datetime">2010-02-28T14:00:00Z</scheduled-gate-departure-time>
616
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
617
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
618
+ <status>Scheduled</status>
619
+ <status-code>S</status-code>
620
+ <tail-number nil="true"/>
621
+ <updated-at type="datetime">2010-02-25 08:40:23 UTC</updated-at>
622
+ <predictions>
623
+ <prediction>
624
+ <state>delayed</state>
625
+ <chance>0.005966128</chance>
626
+ <minutes>50</minutes>
627
+ </prediction>
628
+ <prediction>
629
+ <state>delayed</state>
630
+ <chance>0.86425453</chance>
631
+ <minutes>0</minutes>
632
+ </prediction>
633
+ <prediction>
634
+ <state>delayed</state>
635
+ <chance>0.016551193</chance>
636
+ <minutes>60</minutes>
637
+ </prediction>
638
+ <prediction>
639
+ <state>delayed</state>
640
+ <chance>0.06607647</chance>
641
+ <minutes>10</minutes>
642
+ </prediction>
643
+ <prediction>
644
+ <state>delayed</state>
645
+ <chance>0.029638182</chance>
646
+ <minutes>20</minutes>
647
+ </prediction>
648
+ <prediction>
649
+ <state>delayed</state>
650
+ <chance>0.0093020275</chance>
651
+ <minutes>30</minutes>
652
+ </prediction>
653
+ <prediction>
654
+ <state>delayed</state>
655
+ <chance>0.008211445</chance>
656
+ <minutes>40</minutes>
657
+ </prediction>
658
+ </predictions>
659
+ </flight>
660
+ <flight>
661
+ <actual-air-time nil="true" type="integer"/>
662
+ <actual-aircraft-type nil="true"/>
663
+ <actual-block-time nil="true" type="integer"/>
664
+ <actual-gate-arrival-time nil="true" type="datetime"/>
665
+ <actual-gate-departure-time nil="true" type="datetime"/>
666
+ <actual-runway-arrival-time nil="true" type="datetime"/>
667
+ <actual-runway-departure-time nil="true" type="datetime"/>
668
+ <airline-icao-id>AAL</airline-icao-id>
669
+ <arrival-gate nil="true"/>
670
+ <arrival-terminal nil="true"/>
671
+ <arrival-time type="datetime">2010-02-28T02:50:00Z</arrival-time>
672
+ <baggage-claim nil="true"/>
673
+ <codeshares>#&lt;Codeshare:0x2b08069308d0&gt;</codeshares>
674
+ <created-at type="datetime">2010-02-24 08:04:11 UTC</created-at>
675
+ <departure-gate nil="true"/>
676
+ <departure-terminal nil="true"/>
677
+ <departure-time type="datetime">2010-02-27T23:15:00Z</departure-time>
678
+ <destination-icao-id>KDFW</destination-icao-id>
679
+ <diverted-icao-id nil="true"/>
680
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
681
+ <estimated-gate-departure-time nil="true" type="datetime"/>
682
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
683
+ <estimated-runway-departure-time nil="true" type="datetime"/>
684
+ <flightstats-id>184848520</flightstats-id>
685
+ <id type="integer">2826601</id>
686
+ <local-departure-time type="datetime">2010-02-27 15:15:00 UTC</local-departure-time>
687
+ <number type="integer">1731</number>
688
+ <origin-icao-id>KPDX</origin-icao-id>
689
+ <published-arrival-time type="datetime">2010-02-28T02:50:00Z</published-arrival-time>
690
+ <published-departure-time type="datetime">2010-02-27T23:15:00Z</published-departure-time>
691
+ <scheduled-air-time nil="true" type="integer"/>
692
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
693
+ <scheduled-block-time type="integer">215</scheduled-block-time>
694
+ <scheduled-gate-arrival-time type="datetime">2010-02-28T02:50:00Z</scheduled-gate-arrival-time>
695
+ <scheduled-gate-departure-time type="datetime">2010-02-27T23:15:00Z</scheduled-gate-departure-time>
696
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
697
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
698
+ <status>Scheduled</status>
699
+ <status-code>S</status-code>
700
+ <tail-number nil="true"/>
701
+ <updated-at type="datetime">2010-02-24 08:24:41 UTC</updated-at>
702
+ <predictions>
703
+ <prediction>
704
+ <state>delayed</state>
705
+ <chance>0.005966128</chance>
706
+ <minutes>50</minutes>
707
+ </prediction>
708
+ <prediction>
709
+ <state>delayed</state>
710
+ <chance>0.86425453</chance>
711
+ <minutes>0</minutes>
712
+ </prediction>
713
+ <prediction>
714
+ <state>delayed</state>
715
+ <chance>0.016551193</chance>
716
+ <minutes>60</minutes>
717
+ </prediction>
718
+ <prediction>
719
+ <state>delayed</state>
720
+ <chance>0.06607647</chance>
721
+ <minutes>10</minutes>
722
+ </prediction>
723
+ <prediction>
724
+ <state>delayed</state>
725
+ <chance>0.029638182</chance>
726
+ <minutes>20</minutes>
727
+ </prediction>
728
+ <prediction>
729
+ <state>delayed</state>
730
+ <chance>0.0093020275</chance>
731
+ <minutes>30</minutes>
732
+ </prediction>
733
+ <prediction>
734
+ <state>delayed</state>
735
+ <chance>0.008211445</chance>
736
+ <minutes>40</minutes>
737
+ </prediction>
738
+ </predictions>
739
+ </flight>
740
+ <flight>
741
+ <actual-air-time nil="true" type="integer"/>
742
+ <actual-aircraft-type nil="true"/>
743
+ <actual-block-time nil="true" type="integer"/>
744
+ <actual-gate-arrival-time nil="true" type="datetime"/>
745
+ <actual-gate-departure-time nil="true" type="datetime"/>
746
+ <actual-runway-arrival-time nil="true" type="datetime"/>
747
+ <actual-runway-departure-time nil="true" type="datetime"/>
748
+ <airline-icao-id>AAL</airline-icao-id>
749
+ <arrival-gate nil="true"/>
750
+ <arrival-terminal nil="true"/>
751
+ <arrival-time type="datetime">2010-02-27T23:55:00Z</arrival-time>
752
+ <baggage-claim nil="true"/>
753
+ <codeshares>#&lt;Codeshare:0x2b08068f7760&gt;#&lt;Codeshare:0x2b08068f76c0&gt;</codeshares>
754
+ <created-at type="datetime">2010-02-24 08:04:11 UTC</created-at>
755
+ <departure-gate nil="true"/>
756
+ <departure-terminal nil="true"/>
757
+ <departure-time type="datetime">2010-02-27T20:15:00Z</departure-time>
758
+ <destination-icao-id>KDFW</destination-icao-id>
759
+ <diverted-icao-id nil="true"/>
760
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
761
+ <estimated-gate-departure-time nil="true" type="datetime"/>
762
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
763
+ <estimated-runway-departure-time nil="true" type="datetime"/>
764
+ <flightstats-id>184847641</flightstats-id>
765
+ <id type="integer">2825938</id>
766
+ <local-departure-time type="datetime">2010-02-27 12:15:00 UTC</local-departure-time>
767
+ <number type="integer">656</number>
768
+ <origin-icao-id>KPDX</origin-icao-id>
769
+ <published-arrival-time type="datetime">2010-02-27T23:55:00Z</published-arrival-time>
770
+ <published-departure-time type="datetime">2010-02-27T20:15:00Z</published-departure-time>
771
+ <scheduled-air-time nil="true" type="integer"/>
772
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
773
+ <scheduled-block-time type="integer">220</scheduled-block-time>
774
+ <scheduled-gate-arrival-time type="datetime">2010-02-27T23:55:00Z</scheduled-gate-arrival-time>
775
+ <scheduled-gate-departure-time type="datetime">2010-02-27T20:15:00Z</scheduled-gate-departure-time>
776
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
777
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
778
+ <status>Scheduled</status>
779
+ <status-code>S</status-code>
780
+ <tail-number nil="true"/>
781
+ <updated-at type="datetime">2010-02-24 08:24:53 UTC</updated-at>
782
+ <predictions>
783
+ <prediction>
784
+ <state>delayed</state>
785
+ <chance>0.005966128</chance>
786
+ <minutes>50</minutes>
787
+ </prediction>
788
+ <prediction>
789
+ <state>delayed</state>
790
+ <chance>0.86425453</chance>
791
+ <minutes>0</minutes>
792
+ </prediction>
793
+ <prediction>
794
+ <state>delayed</state>
795
+ <chance>0.016551193</chance>
796
+ <minutes>60</minutes>
797
+ </prediction>
798
+ <prediction>
799
+ <state>delayed</state>
800
+ <chance>0.06607647</chance>
801
+ <minutes>10</minutes>
802
+ </prediction>
803
+ <prediction>
804
+ <state>delayed</state>
805
+ <chance>0.029638182</chance>
806
+ <minutes>20</minutes>
807
+ </prediction>
808
+ <prediction>
809
+ <state>delayed</state>
810
+ <chance>0.0093020275</chance>
811
+ <minutes>30</minutes>
812
+ </prediction>
813
+ <prediction>
814
+ <state>delayed</state>
815
+ <chance>0.008211445</chance>
816
+ <minutes>40</minutes>
817
+ </prediction>
818
+ </predictions>
819
+ </flight>
820
+ <flight>
821
+ <actual-air-time nil="true" type="integer"/>
822
+ <actual-aircraft-type nil="true"/>
823
+ <actual-block-time nil="true" type="integer"/>
824
+ <actual-gate-arrival-time nil="true" type="datetime"/>
825
+ <actual-gate-departure-time nil="true" type="datetime"/>
826
+ <actual-runway-arrival-time nil="true" type="datetime"/>
827
+ <actual-runway-departure-time nil="true" type="datetime"/>
828
+ <airline-icao-id>AAL</airline-icao-id>
829
+ <arrival-gate nil="true"/>
830
+ <arrival-terminal nil="true"/>
831
+ <arrival-time type="datetime">2010-02-27T19:40:00Z</arrival-time>
832
+ <baggage-claim nil="true"/>
833
+ <codeshares>#&lt;Codeshare:0x2b08068c6d40&gt;#&lt;Codeshare:0x2b08068c6ca0&gt;</codeshares>
834
+ <created-at type="datetime">2010-02-24 08:04:11 UTC</created-at>
835
+ <departure-gate nil="true"/>
836
+ <departure-terminal nil="true"/>
837
+ <departure-time type="datetime">2010-02-27T16:00:00Z</departure-time>
838
+ <destination-icao-id>KDFW</destination-icao-id>
839
+ <diverted-icao-id nil="true"/>
840
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
841
+ <estimated-gate-departure-time nil="true" type="datetime"/>
842
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
843
+ <estimated-runway-departure-time nil="true" type="datetime"/>
844
+ <flightstats-id>184848304</flightstats-id>
845
+ <id type="integer">2826431</id>
846
+ <local-departure-time type="datetime">2010-02-27 08:00:00 UTC</local-departure-time>
847
+ <number type="integer">1158</number>
848
+ <origin-icao-id>KPDX</origin-icao-id>
849
+ <published-arrival-time type="datetime">2010-02-27T19:40:00Z</published-arrival-time>
850
+ <published-departure-time type="datetime">2010-02-27T16:00:00Z</published-departure-time>
851
+ <scheduled-air-time nil="true" type="integer"/>
852
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
853
+ <scheduled-block-time type="integer">220</scheduled-block-time>
854
+ <scheduled-gate-arrival-time type="datetime">2010-02-27T19:40:00Z</scheduled-gate-arrival-time>
855
+ <scheduled-gate-departure-time type="datetime">2010-02-27T16:00:00Z</scheduled-gate-departure-time>
856
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
857
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
858
+ <status>Scheduled</status>
859
+ <status-code>S</status-code>
860
+ <tail-number nil="true"/>
861
+ <updated-at type="datetime">2010-02-24 08:24:53 UTC</updated-at>
862
+ <predictions>
863
+ <prediction>
864
+ <state>delayed</state>
865
+ <chance>0.005966128</chance>
866
+ <minutes>50</minutes>
867
+ </prediction>
868
+ <prediction>
869
+ <state>delayed</state>
870
+ <chance>0.86425453</chance>
871
+ <minutes>0</minutes>
872
+ </prediction>
873
+ <prediction>
874
+ <state>delayed</state>
875
+ <chance>0.016551193</chance>
876
+ <minutes>60</minutes>
877
+ </prediction>
878
+ <prediction>
879
+ <state>delayed</state>
880
+ <chance>0.06607647</chance>
881
+ <minutes>10</minutes>
882
+ </prediction>
883
+ <prediction>
884
+ <state>delayed</state>
885
+ <chance>0.029638182</chance>
886
+ <minutes>20</minutes>
887
+ </prediction>
888
+ <prediction>
889
+ <state>delayed</state>
890
+ <chance>0.0093020275</chance>
891
+ <minutes>30</minutes>
892
+ </prediction>
893
+ <prediction>
894
+ <state>delayed</state>
895
+ <chance>0.008211445</chance>
896
+ <minutes>40</minutes>
897
+ </prediction>
898
+ </predictions>
899
+ </flight>
900
+ <flight>
901
+ <actual-air-time nil="true" type="integer"/>
902
+ <actual-aircraft-type nil="true"/>
903
+ <actual-block-time nil="true" type="integer"/>
904
+ <actual-gate-arrival-time nil="true" type="datetime"/>
905
+ <actual-gate-departure-time nil="true" type="datetime"/>
906
+ <actual-runway-arrival-time nil="true" type="datetime"/>
907
+ <actual-runway-departure-time nil="true" type="datetime"/>
908
+ <airline-icao-id>AAL</airline-icao-id>
909
+ <arrival-gate nil="true"/>
910
+ <arrival-terminal nil="true"/>
911
+ <arrival-time type="datetime">2010-02-27T17:40:00Z</arrival-time>
912
+ <baggage-claim nil="true"/>
913
+ <codeshares>#&lt;Codeshare:0x2b0806898f08&gt;</codeshares>
914
+ <created-at type="datetime">2010-02-24 08:04:11 UTC</created-at>
915
+ <departure-gate nil="true"/>
916
+ <departure-terminal nil="true"/>
917
+ <departure-time type="datetime">2010-02-27T14:00:00Z</departure-time>
918
+ <destination-icao-id>KDFW</destination-icao-id>
919
+ <diverted-icao-id nil="true"/>
920
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
921
+ <estimated-gate-departure-time nil="true" type="datetime"/>
922
+ <estimated-runway-arrival-time nil="true" type="datetime"/>
923
+ <estimated-runway-departure-time nil="true" type="datetime"/>
924
+ <flightstats-id>184848937</flightstats-id>
925
+ <id type="integer">2826909</id>
926
+ <local-departure-time type="datetime">2010-02-27 06:00:00 UTC</local-departure-time>
927
+ <number type="integer">1282</number>
928
+ <origin-icao-id>KPDX</origin-icao-id>
929
+ <published-arrival-time type="datetime">2010-02-27T17:40:00Z</published-arrival-time>
930
+ <published-departure-time type="datetime">2010-02-27T14:00:00Z</published-departure-time>
931
+ <scheduled-air-time nil="true" type="integer"/>
932
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
933
+ <scheduled-block-time type="integer">220</scheduled-block-time>
934
+ <scheduled-gate-arrival-time type="datetime">2010-02-27T17:40:00Z</scheduled-gate-arrival-time>
935
+ <scheduled-gate-departure-time type="datetime">2010-02-27T14:00:00Z</scheduled-gate-departure-time>
936
+ <scheduled-runway-arrival-time nil="true" type="datetime"/>
937
+ <scheduled-runway-departure-time nil="true" type="datetime"/>
938
+ <status>Scheduled</status>
939
+ <status-code>S</status-code>
940
+ <tail-number nil="true"/>
941
+ <updated-at type="datetime">2010-02-24 08:24:41 UTC</updated-at>
942
+ <predictions>
943
+ <prediction>
944
+ <state>delayed</state>
945
+ <chance>0.005966128</chance>
946
+ <minutes>50</minutes>
947
+ </prediction>
948
+ <prediction>
949
+ <state>delayed</state>
950
+ <chance>0.86425453</chance>
951
+ <minutes>0</minutes>
952
+ </prediction>
953
+ <prediction>
954
+ <state>delayed</state>
955
+ <chance>0.016551193</chance>
956
+ <minutes>60</minutes>
957
+ </prediction>
958
+ <prediction>
959
+ <state>delayed</state>
960
+ <chance>0.06607647</chance>
961
+ <minutes>10</minutes>
962
+ </prediction>
963
+ <prediction>
964
+ <state>delayed</state>
965
+ <chance>0.029638182</chance>
966
+ <minutes>20</minutes>
967
+ </prediction>
968
+ <prediction>
969
+ <state>delayed</state>
970
+ <chance>0.0093020275</chance>
971
+ <minutes>30</minutes>
972
+ </prediction>
973
+ <prediction>
974
+ <state>delayed</state>
975
+ <chance>0.008211445</chance>
976
+ <minutes>40</minutes>
977
+ </prediction>
978
+ </predictions>
979
+ </flight>
980
+ <flight>
981
+ <actual-air-time nil="true" type="integer"/>
982
+ <actual-aircraft-type nil="true"/>
983
+ <actual-block-time nil="true" type="integer"/>
984
+ <actual-gate-arrival-time nil="true" type="datetime"/>
985
+ <actual-gate-departure-time nil="true" type="datetime"/>
986
+ <actual-runway-arrival-time nil="true" type="datetime"/>
987
+ <actual-runway-departure-time nil="true" type="datetime"/>
988
+ <airline-icao-id>AAL</airline-icao-id>
989
+ <arrival-gate>A26</arrival-gate>
990
+ <arrival-terminal>A</arrival-terminal>
991
+ <arrival-time type="datetime">2010-02-27T02:50:00Z</arrival-time>
992
+ <baggage-claim>A28</baggage-claim>
993
+ <codeshares>#&lt;Codeshare:0x2b080686f158&gt;</codeshares>
994
+ <created-at type="datetime">2010-02-23 08:05:45 UTC</created-at>
995
+ <departure-gate>C9</departure-gate>
996
+ <departure-terminal nil="true"/>
997
+ <departure-time type="datetime">2010-02-26T23:15:00Z</departure-time>
998
+ <destination-icao-id>KDFW</destination-icao-id>
999
+ <diverted-icao-id nil="true"/>
1000
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
1001
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1002
+ <estimated-runway-arrival-time type="datetime">2010-02-27T02:45:00Z</estimated-runway-arrival-time>
1003
+ <estimated-runway-departure-time type="datetime">2010-02-26T23:23:00Z</estimated-runway-departure-time>
1004
+ <flightstats-id>184754407</flightstats-id>
1005
+ <id type="integer">2796801</id>
1006
+ <previous-flight-id>2798437</previous-flight-id>
1007
+ <local-departure-time type="datetime">2010-02-26 15:15:00 UTC</local-departure-time>
1008
+ <number type="integer">522</number>
1009
+ <origin-icao-id>KPDX</origin-icao-id>
1010
+ <published-arrival-time type="datetime">2010-02-27T02:50:00Z</published-arrival-time>
1011
+ <published-departure-time type="datetime">2010-02-26T23:15:00Z</published-departure-time>
1012
+ <scheduled-air-time type="integer">202</scheduled-air-time>
1013
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1014
+ <scheduled-block-time type="integer">215</scheduled-block-time>
1015
+ <scheduled-gate-arrival-time type="datetime">2010-02-27T02:50:00Z</scheduled-gate-arrival-time>
1016
+ <scheduled-gate-departure-time type="datetime">2010-02-26T23:15:00Z</scheduled-gate-departure-time>
1017
+ <scheduled-runway-arrival-time type="datetime">2010-02-27T02:45:00Z</scheduled-runway-arrival-time>
1018
+ <scheduled-runway-departure-time type="datetime">2010-02-26T23:23:00Z</scheduled-runway-departure-time>
1019
+ <status>Scheduled</status>
1020
+ <status-code>S</status-code>
1021
+ <tail-number nil="true"/>
1022
+ <updated-at type="datetime">2010-02-25 23:23:09 UTC</updated-at>
1023
+ <predictions>
1024
+ <prediction>
1025
+ <state>delayed</state>
1026
+ <chance>0.005023896</chance>
1027
+ <minutes>50</minutes>
1028
+ </prediction>
1029
+ <prediction>
1030
+ <state>delayed</state>
1031
+ <chance>0.84864455</chance>
1032
+ <minutes>0</minutes>
1033
+ </prediction>
1034
+ <prediction>
1035
+ <state>delayed</state>
1036
+ <chance>0.012974352</chance>
1037
+ <minutes>60</minutes>
1038
+ </prediction>
1039
+ <prediction>
1040
+ <state>delayed</state>
1041
+ <chance>0.0745658</chance>
1042
+ <minutes>10</minutes>
1043
+ </prediction>
1044
+ <prediction>
1045
+ <state>delayed</state>
1046
+ <chance>0.03250633</chance>
1047
+ <minutes>20</minutes>
1048
+ </prediction>
1049
+ <prediction>
1050
+ <state>delayed</state>
1051
+ <chance>0.016020827</chance>
1052
+ <minutes>30</minutes>
1053
+ </prediction>
1054
+ <prediction>
1055
+ <state>delayed</state>
1056
+ <chance>0.010264242</chance>
1057
+ <minutes>40</minutes>
1058
+ </prediction>
1059
+ </predictions>
1060
+ </flight>
1061
+ <flight>
1062
+ <actual-air-time nil="true" type="integer"/>
1063
+ <actual-aircraft-type nil="true"/>
1064
+ <actual-block-time nil="true" type="integer"/>
1065
+ <actual-gate-arrival-time nil="true" type="datetime"/>
1066
+ <actual-gate-departure-time nil="true" type="datetime"/>
1067
+ <actual-runway-arrival-time nil="true" type="datetime"/>
1068
+ <actual-runway-departure-time nil="true" type="datetime"/>
1069
+ <airline-icao-id>AAL</airline-icao-id>
1070
+ <arrival-gate>C4</arrival-gate>
1071
+ <arrival-terminal>C</arrival-terminal>
1072
+ <arrival-time type="datetime">2010-02-26T23:55:00Z</arrival-time>
1073
+ <baggage-claim>C4</baggage-claim>
1074
+ <codeshares>#&lt;Codeshare:0x2b08068256c0&gt;#&lt;Codeshare:0x2b0806825620&gt;</codeshares>
1075
+ <created-at type="datetime">2010-02-23 08:05:45 UTC</created-at>
1076
+ <departure-gate>C9</departure-gate>
1077
+ <departure-terminal nil="true"/>
1078
+ <departure-time type="datetime">2010-02-26T20:15:00Z</departure-time>
1079
+ <destination-icao-id>KDFW</destination-icao-id>
1080
+ <diverted-icao-id nil="true"/>
1081
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
1082
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1083
+ <estimated-runway-arrival-time type="datetime">2010-02-26T23:47:00Z</estimated-runway-arrival-time>
1084
+ <estimated-runway-departure-time type="datetime">2010-02-26T20:23:00Z</estimated-runway-departure-time>
1085
+ <flightstats-id>184754682</flightstats-id>
1086
+ <id type="integer">2797019</id>
1087
+ <previous-flight-id>2796749</previous-flight-id>
1088
+ <local-departure-time type="datetime">2010-02-26 12:15:00 UTC</local-departure-time>
1089
+ <number type="integer">656</number>
1090
+ <origin-icao-id>KPDX</origin-icao-id>
1091
+ <published-arrival-time type="datetime">2010-02-26T23:55:00Z</published-arrival-time>
1092
+ <published-departure-time type="datetime">2010-02-26T20:15:00Z</published-departure-time>
1093
+ <scheduled-air-time type="integer">204</scheduled-air-time>
1094
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1095
+ <scheduled-block-time type="integer">220</scheduled-block-time>
1096
+ <scheduled-gate-arrival-time type="datetime">2010-02-26T23:55:00Z</scheduled-gate-arrival-time>
1097
+ <scheduled-gate-departure-time type="datetime">2010-02-26T20:15:00Z</scheduled-gate-departure-time>
1098
+ <scheduled-runway-arrival-time type="datetime">2010-02-26T23:47:00Z</scheduled-runway-arrival-time>
1099
+ <scheduled-runway-departure-time type="datetime">2010-02-26T20:23:00Z</scheduled-runway-departure-time>
1100
+ <status>Scheduled</status>
1101
+ <status-code>S</status-code>
1102
+ <tail-number nil="true"/>
1103
+ <updated-at type="datetime">2010-02-25 20:21:14 UTC</updated-at>
1104
+ <predictions>
1105
+ <prediction>
1106
+ <state>delayed</state>
1107
+ <chance>0.005023896</chance>
1108
+ <minutes>50</minutes>
1109
+ </prediction>
1110
+ <prediction>
1111
+ <state>delayed</state>
1112
+ <chance>0.84864455</chance>
1113
+ <minutes>0</minutes>
1114
+ </prediction>
1115
+ <prediction>
1116
+ <state>delayed</state>
1117
+ <chance>0.012974352</chance>
1118
+ <minutes>60</minutes>
1119
+ </prediction>
1120
+ <prediction>
1121
+ <state>delayed</state>
1122
+ <chance>0.0745658</chance>
1123
+ <minutes>10</minutes>
1124
+ </prediction>
1125
+ <prediction>
1126
+ <state>delayed</state>
1127
+ <chance>0.03250633</chance>
1128
+ <minutes>20</minutes>
1129
+ </prediction>
1130
+ <prediction>
1131
+ <state>delayed</state>
1132
+ <chance>0.016020827</chance>
1133
+ <minutes>30</minutes>
1134
+ </prediction>
1135
+ <prediction>
1136
+ <state>delayed</state>
1137
+ <chance>0.010264242</chance>
1138
+ <minutes>40</minutes>
1139
+ </prediction>
1140
+ </predictions>
1141
+ </flight>
1142
+ <flight>
1143
+ <actual-air-time nil="true" type="integer"/>
1144
+ <actual-aircraft-type nil="true"/>
1145
+ <actual-block-time nil="true" type="integer"/>
1146
+ <actual-gate-arrival-time nil="true" type="datetime"/>
1147
+ <actual-gate-departure-time nil="true" type="datetime"/>
1148
+ <actual-runway-arrival-time nil="true" type="datetime"/>
1149
+ <actual-runway-departure-time nil="true" type="datetime"/>
1150
+ <airline-icao-id>AAL</airline-icao-id>
1151
+ <arrival-gate>C20</arrival-gate>
1152
+ <arrival-terminal>C</arrival-terminal>
1153
+ <arrival-time type="datetime">2010-02-26T19:40:00Z</arrival-time>
1154
+ <baggage-claim>C15</baggage-claim>
1155
+ <codeshares>#&lt;Codeshare:0x2b08067d5490&gt;#&lt;Codeshare:0x2b08067d53f0&gt;</codeshares>
1156
+ <created-at type="datetime">2010-02-23 08:05:45 UTC</created-at>
1157
+ <departure-gate>C9</departure-gate>
1158
+ <departure-terminal nil="true"/>
1159
+ <departure-time type="datetime">2010-02-26T16:00:00Z</departure-time>
1160
+ <destination-icao-id>KDFW</destination-icao-id>
1161
+ <diverted-icao-id nil="true"/>
1162
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
1163
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1164
+ <estimated-runway-arrival-time type="datetime">2010-02-26T19:40:00Z</estimated-runway-arrival-time>
1165
+ <estimated-runway-departure-time type="datetime">2010-02-26T16:14:00Z</estimated-runway-departure-time>
1166
+ <flightstats-id>184755399</flightstats-id>
1167
+ <id type="integer">2797611</id>
1168
+ <local-departure-time type="datetime">2010-02-26 08:00:00 UTC</local-departure-time>
1169
+ <number type="integer">1158</number>
1170
+ <origin-icao-id>KPDX</origin-icao-id>
1171
+ <published-arrival-time type="datetime">2010-02-26T19:40:00Z</published-arrival-time>
1172
+ <published-departure-time type="datetime">2010-02-26T16:00:00Z</published-departure-time>
1173
+ <scheduled-air-time type="integer">206</scheduled-air-time>
1174
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1175
+ <scheduled-block-time type="integer">220</scheduled-block-time>
1176
+ <scheduled-gate-arrival-time type="datetime">2010-02-26T19:40:00Z</scheduled-gate-arrival-time>
1177
+ <scheduled-gate-departure-time type="datetime">2010-02-26T16:00:00Z</scheduled-gate-departure-time>
1178
+ <scheduled-runway-arrival-time type="datetime">2010-02-26T19:40:00Z</scheduled-runway-arrival-time>
1179
+ <scheduled-runway-departure-time type="datetime">2010-02-26T16:14:00Z</scheduled-runway-departure-time>
1180
+ <status>Scheduled</status>
1181
+ <status-code>S</status-code>
1182
+ <tail-number nil="true"/>
1183
+ <updated-at type="datetime">2010-02-25 16:05:56 UTC</updated-at>
1184
+ <predictions>
1185
+ <prediction>
1186
+ <state>delayed</state>
1187
+ <chance>0.005966128</chance>
1188
+ <minutes>50</minutes>
1189
+ </prediction>
1190
+ <prediction>
1191
+ <state>delayed</state>
1192
+ <chance>0.86425453</chance>
1193
+ <minutes>0</minutes>
1194
+ </prediction>
1195
+ <prediction>
1196
+ <state>delayed</state>
1197
+ <chance>0.016551193</chance>
1198
+ <minutes>60</minutes>
1199
+ </prediction>
1200
+ <prediction>
1201
+ <state>delayed</state>
1202
+ <chance>0.06607647</chance>
1203
+ <minutes>10</minutes>
1204
+ </prediction>
1205
+ <prediction>
1206
+ <state>delayed</state>
1207
+ <chance>0.029638182</chance>
1208
+ <minutes>20</minutes>
1209
+ </prediction>
1210
+ <prediction>
1211
+ <state>delayed</state>
1212
+ <chance>0.0093020275</chance>
1213
+ <minutes>30</minutes>
1214
+ </prediction>
1215
+ <prediction>
1216
+ <state>delayed</state>
1217
+ <chance>0.008211445</chance>
1218
+ <minutes>40</minutes>
1219
+ </prediction>
1220
+ </predictions>
1221
+ </flight>
1222
+ <flight>
1223
+ <actual-air-time nil="true" type="integer"/>
1224
+ <actual-aircraft-type nil="true"/>
1225
+ <actual-block-time nil="true" type="integer"/>
1226
+ <actual-gate-arrival-time nil="true" type="datetime"/>
1227
+ <actual-gate-departure-time nil="true" type="datetime"/>
1228
+ <actual-runway-arrival-time nil="true" type="datetime"/>
1229
+ <actual-runway-departure-time nil="true" type="datetime"/>
1230
+ <airline-icao-id>AAL</airline-icao-id>
1231
+ <arrival-gate>A13</arrival-gate>
1232
+ <arrival-terminal>A</arrival-terminal>
1233
+ <arrival-time type="datetime">2010-02-26T17:40:00Z</arrival-time>
1234
+ <baggage-claim>A16</baggage-claim>
1235
+ <codeshares>#&lt;Codeshare:0x2b08067a3eb8&gt;</codeshares>
1236
+ <created-at type="datetime">2010-02-23 08:05:45 UTC</created-at>
1237
+ <departure-gate>C9</departure-gate>
1238
+ <departure-terminal nil="true"/>
1239
+ <departure-time type="datetime">2010-02-26T14:00:00Z</departure-time>
1240
+ <destination-icao-id>KDFW</destination-icao-id>
1241
+ <diverted-icao-id nil="true"/>
1242
+ <estimated-gate-arrival-time nil="true" type="datetime"/>
1243
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1244
+ <estimated-runway-arrival-time type="datetime">2010-02-26T17:38:00Z</estimated-runway-arrival-time>
1245
+ <estimated-runway-departure-time type="datetime">2010-02-26T14:13:00Z</estimated-runway-departure-time>
1246
+ <flightstats-id>184756084</flightstats-id>
1247
+ <id type="integer">2798493</id>
1248
+ <local-departure-time type="datetime">2010-02-26 06:00:00 UTC</local-departure-time>
1249
+ <number type="integer">1282</number>
1250
+ <origin-icao-id>KPDX</origin-icao-id>
1251
+ <published-arrival-time type="datetime">2010-02-26T17:40:00Z</published-arrival-time>
1252
+ <published-departure-time type="datetime">2010-02-26T14:00:00Z</published-departure-time>
1253
+ <scheduled-air-time type="integer">205</scheduled-air-time>
1254
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1255
+ <scheduled-block-time type="integer">220</scheduled-block-time>
1256
+ <scheduled-gate-arrival-time type="datetime">2010-02-26T17:40:00Z</scheduled-gate-arrival-time>
1257
+ <scheduled-gate-departure-time type="datetime">2010-02-26T14:00:00Z</scheduled-gate-departure-time>
1258
+ <scheduled-runway-arrival-time type="datetime">2010-02-26T17:38:00Z</scheduled-runway-arrival-time>
1259
+ <scheduled-runway-departure-time type="datetime">2010-02-26T14:13:00Z</scheduled-runway-departure-time>
1260
+ <status>Scheduled</status>
1261
+ <status-code>S</status-code>
1262
+ <tail-number nil="true"/>
1263
+ <updated-at type="datetime">2010-02-25 14:06:07 UTC</updated-at>
1264
+ <predictions>
1265
+ <prediction>
1266
+ <state>delayed</state>
1267
+ <chance>0.005966128</chance>
1268
+ <minutes>50</minutes>
1269
+ </prediction>
1270
+ <prediction>
1271
+ <state>delayed</state>
1272
+ <chance>0.86425453</chance>
1273
+ <minutes>0</minutes>
1274
+ </prediction>
1275
+ <prediction>
1276
+ <state>delayed</state>
1277
+ <chance>0.016551193</chance>
1278
+ <minutes>60</minutes>
1279
+ </prediction>
1280
+ <prediction>
1281
+ <state>delayed</state>
1282
+ <chance>0.06607647</chance>
1283
+ <minutes>10</minutes>
1284
+ </prediction>
1285
+ <prediction>
1286
+ <state>delayed</state>
1287
+ <chance>0.029638182</chance>
1288
+ <minutes>20</minutes>
1289
+ </prediction>
1290
+ <prediction>
1291
+ <state>delayed</state>
1292
+ <chance>0.0093020275</chance>
1293
+ <minutes>30</minutes>
1294
+ </prediction>
1295
+ <prediction>
1296
+ <state>delayed</state>
1297
+ <chance>0.008211445</chance>
1298
+ <minutes>40</minutes>
1299
+ </prediction>
1300
+ </predictions>
1301
+ </flight>
1302
+ <flight>
1303
+ <actual-air-time type="integer">179</actual-air-time>
1304
+ <actual-aircraft-type nil="true"/>
1305
+ <actual-block-time nil="true" type="integer"/>
1306
+ <actual-gate-arrival-time type="datetime">2010-02-26T02:38:00Z</actual-gate-arrival-time>
1307
+ <actual-gate-departure-time type="datetime">2010-02-25T23:24:00Z</actual-gate-departure-time>
1308
+ <actual-runway-arrival-time type="datetime">2010-02-26T02:23:19Z</actual-runway-arrival-time>
1309
+ <actual-runway-departure-time type="datetime">2010-02-25T23:24:00Z</actual-runway-departure-time>
1310
+ <airline-icao-id>AAL</airline-icao-id>
1311
+ <arrival-gate>C14</arrival-gate>
1312
+ <arrival-terminal>C</arrival-terminal>
1313
+ <arrival-time type="datetime">2010-02-26T02:50:00Z</arrival-time>
1314
+ <baggage-claim>C12</baggage-claim>
1315
+ <codeshares>#&lt;Codeshare:0x2b0806772930&gt;</codeshares>
1316
+ <created-at type="datetime">2010-02-22 08:04:07 UTC</created-at>
1317
+ <departure-gate>C9</departure-gate>
1318
+ <departure-terminal nil="true"/>
1319
+ <departure-time type="datetime">2010-02-25T23:15:00Z</departure-time>
1320
+ <destination-icao-id>KDFW</destination-icao-id>
1321
+ <diverted-icao-id nil="true"/>
1322
+ <estimated-gate-arrival-time type="datetime">2010-02-26T02:38:00Z</estimated-gate-arrival-time>
1323
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1324
+ <estimated-runway-arrival-time type="datetime">2010-02-26T02:25:00Z</estimated-runway-arrival-time>
1325
+ <estimated-runway-departure-time type="datetime">2010-02-25T23:24:00Z</estimated-runway-departure-time>
1326
+ <flightstats-id>184662268</flightstats-id>
1327
+ <id type="integer">2767717</id>
1328
+ <previous-flight-id>2768969</previous-flight-id>
1329
+ <local-departure-time type="datetime">2010-02-25 15:15:00 UTC</local-departure-time>
1330
+ <number type="integer">522</number>
1331
+ <origin-icao-id>KPDX</origin-icao-id>
1332
+ <published-arrival-time type="datetime">2010-02-26T02:50:00Z</published-arrival-time>
1333
+ <published-departure-time type="datetime">2010-02-25T23:15:00Z</published-departure-time>
1334
+ <scheduled-air-time type="integer">203</scheduled-air-time>
1335
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1336
+ <scheduled-block-time type="integer">194</scheduled-block-time>
1337
+ <scheduled-gate-arrival-time type="datetime">2010-02-26T02:50:00Z</scheduled-gate-arrival-time>
1338
+ <scheduled-gate-departure-time type="datetime">2010-02-25T23:15:00Z</scheduled-gate-departure-time>
1339
+ <scheduled-runway-arrival-time type="datetime">2010-02-26T02:46:00Z</scheduled-runway-arrival-time>
1340
+ <scheduled-runway-departure-time type="datetime">2010-02-25T23:23:00Z</scheduled-runway-departure-time>
1341
+ <status>Landed</status>
1342
+ <status-code>L</status-code>
1343
+ <tail-number nil="true"/>
1344
+ <updated-at type="datetime">2010-02-26 02:49:51 UTC</updated-at>
1345
+ <predictions>
1346
+ <prediction>
1347
+ <state>delayed</state>
1348
+ <chance>0.005023896</chance>
1349
+ <minutes>50</minutes>
1350
+ </prediction>
1351
+ <prediction>
1352
+ <state>delayed</state>
1353
+ <chance>0.84864455</chance>
1354
+ <minutes>0</minutes>
1355
+ </prediction>
1356
+ <prediction>
1357
+ <state>delayed</state>
1358
+ <chance>0.012974352</chance>
1359
+ <minutes>60</minutes>
1360
+ </prediction>
1361
+ <prediction>
1362
+ <state>delayed</state>
1363
+ <chance>0.0745658</chance>
1364
+ <minutes>10</minutes>
1365
+ </prediction>
1366
+ <prediction>
1367
+ <state>delayed</state>
1368
+ <chance>0.03250633</chance>
1369
+ <minutes>20</minutes>
1370
+ </prediction>
1371
+ <prediction>
1372
+ <state>delayed</state>
1373
+ <chance>0.016020827</chance>
1374
+ <minutes>30</minutes>
1375
+ </prediction>
1376
+ <prediction>
1377
+ <state>delayed</state>
1378
+ <chance>0.010264242</chance>
1379
+ <minutes>40</minutes>
1380
+ </prediction>
1381
+ </predictions>
1382
+ </flight>
1383
+ <flight>
1384
+ <actual-air-time type="integer">186</actual-air-time>
1385
+ <actual-aircraft-type nil="true"/>
1386
+ <actual-block-time nil="true" type="integer"/>
1387
+ <actual-gate-arrival-time type="datetime">2010-02-26T00:01:00Z</actual-gate-arrival-time>
1388
+ <actual-gate-departure-time type="datetime">2010-02-25T20:39:00Z</actual-gate-departure-time>
1389
+ <actual-runway-arrival-time type="datetime">2010-02-25T23:46:27Z</actual-runway-arrival-time>
1390
+ <actual-runway-departure-time type="datetime">2010-02-25T20:40:12Z</actual-runway-departure-time>
1391
+ <airline-icao-id>AAL</airline-icao-id>
1392
+ <arrival-gate>C4</arrival-gate>
1393
+ <arrival-terminal>C</arrival-terminal>
1394
+ <arrival-time type="datetime">2010-02-25T23:55:00Z</arrival-time>
1395
+ <baggage-claim>C4</baggage-claim>
1396
+ <codeshares>#&lt;Codeshare:0x2b0806728128&gt;#&lt;Codeshare:0x2b0806728088&gt;</codeshares>
1397
+ <created-at type="datetime">2010-02-22 08:04:07 UTC</created-at>
1398
+ <departure-gate>C9</departure-gate>
1399
+ <departure-terminal nil="true"/>
1400
+ <departure-time type="datetime">2010-02-25T20:15:00Z</departure-time>
1401
+ <destination-icao-id>KDFW</destination-icao-id>
1402
+ <diverted-icao-id nil="true"/>
1403
+ <estimated-gate-arrival-time type="datetime">2010-02-25T23:58:00Z</estimated-gate-arrival-time>
1404
+ <estimated-gate-departure-time type="datetime">2010-02-25T20:20:00Z</estimated-gate-departure-time>
1405
+ <estimated-runway-arrival-time type="datetime">2010-02-25T23:49:00Z</estimated-runway-arrival-time>
1406
+ <estimated-runway-departure-time type="datetime">2010-02-25T20:40:00Z</estimated-runway-departure-time>
1407
+ <flightstats-id>184662543</flightstats-id>
1408
+ <id type="integer">2767935</id>
1409
+ <previous-flight-id>2767666</previous-flight-id>
1410
+ <local-departure-time type="datetime">2010-02-25 12:15:00 UTC</local-departure-time>
1411
+ <number type="integer">656</number>
1412
+ <origin-icao-id>KPDX</origin-icao-id>
1413
+ <published-arrival-time type="datetime">2010-02-25T23:55:00Z</published-arrival-time>
1414
+ <published-departure-time type="datetime">2010-02-25T20:15:00Z</published-departure-time>
1415
+ <scheduled-air-time type="integer">203</scheduled-air-time>
1416
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1417
+ <scheduled-block-time type="integer">202</scheduled-block-time>
1418
+ <scheduled-gate-arrival-time type="datetime">2010-02-25T23:55:00Z</scheduled-gate-arrival-time>
1419
+ <scheduled-gate-departure-time type="datetime">2010-02-25T20:15:00Z</scheduled-gate-departure-time>
1420
+ <scheduled-runway-arrival-time type="datetime">2010-02-25T23:46:00Z</scheduled-runway-arrival-time>
1421
+ <scheduled-runway-departure-time type="datetime">2010-02-25T20:23:00Z</scheduled-runway-departure-time>
1422
+ <status>Landed</status>
1423
+ <status-code>L</status-code>
1424
+ <tail-number nil="true"/>
1425
+ <updated-at type="datetime">2010-02-26 00:12:21 UTC</updated-at>
1426
+ <predictions>
1427
+ <prediction>
1428
+ <state>delayed</state>
1429
+ <chance>0.037611194</chance>
1430
+ <minutes>50</minutes>
1431
+ </prediction>
1432
+ <prediction>
1433
+ <state>delayed</state>
1434
+ <chance>0.22375593</chance>
1435
+ <minutes>0</minutes>
1436
+ </prediction>
1437
+ <prediction>
1438
+ <state>delayed</state>
1439
+ <chance>0.08079092</chance>
1440
+ <minutes>60</minutes>
1441
+ </prediction>
1442
+ <prediction>
1443
+ <state>delayed</state>
1444
+ <chance>0.23508176</chance>
1445
+ <minutes>10</minutes>
1446
+ </prediction>
1447
+ <prediction>
1448
+ <state>delayed</state>
1449
+ <chance>0.21113235</chance>
1450
+ <minutes>20</minutes>
1451
+ </prediction>
1452
+ <prediction>
1453
+ <state>delayed</state>
1454
+ <chance>0.12824143</chance>
1455
+ <minutes>30</minutes>
1456
+ </prediction>
1457
+ <prediction>
1458
+ <state>delayed</state>
1459
+ <chance>0.08338642</chance>
1460
+ <minutes>40</minutes>
1461
+ </prediction>
1462
+ </predictions>
1463
+ </flight>
1464
+ <flight>
1465
+ <actual-air-time type="integer">188</actual-air-time>
1466
+ <actual-aircraft-type nil="true"/>
1467
+ <actual-block-time nil="true" type="integer"/>
1468
+ <actual-gate-arrival-time type="datetime">2010-02-25T19:28:00Z</actual-gate-arrival-time>
1469
+ <actual-gate-departure-time type="datetime">2010-02-25T16:07:00Z</actual-gate-departure-time>
1470
+ <actual-runway-arrival-time type="datetime">2010-02-25T19:16:27Z</actual-runway-arrival-time>
1471
+ <actual-runway-departure-time type="datetime">2010-02-25T16:07:30Z</actual-runway-departure-time>
1472
+ <airline-icao-id>AAL</airline-icao-id>
1473
+ <arrival-gate>C11</arrival-gate>
1474
+ <arrival-terminal>C</arrival-terminal>
1475
+ <arrival-time type="datetime">2010-02-25T19:40:00Z</arrival-time>
1476
+ <baggage-claim>C12</baggage-claim>
1477
+ <codeshares>#&lt;Codeshare:0x2b08066d4960&gt;#&lt;Codeshare:0x2b08066d48c0&gt;</codeshares>
1478
+ <created-at type="datetime">2010-02-22 08:04:07 UTC</created-at>
1479
+ <departure-gate>C9</departure-gate>
1480
+ <departure-terminal nil="true"/>
1481
+ <departure-time type="datetime">2010-02-25T16:00:00Z</departure-time>
1482
+ <destination-icao-id>KDFW</destination-icao-id>
1483
+ <diverted-icao-id nil="true"/>
1484
+ <estimated-gate-arrival-time type="datetime">2010-02-25T19:27:00Z</estimated-gate-arrival-time>
1485
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1486
+ <estimated-runway-arrival-time type="datetime">2010-02-25T19:18:00Z</estimated-runway-arrival-time>
1487
+ <estimated-runway-departure-time type="datetime">2010-02-25T16:07:00Z</estimated-runway-departure-time>
1488
+ <flightstats-id>184663255</flightstats-id>
1489
+ <id type="integer">2768491</id>
1490
+ <local-departure-time type="datetime">2010-02-25 08:00:00 UTC</local-departure-time>
1491
+ <number type="integer">1158</number>
1492
+ <origin-icao-id>KPDX</origin-icao-id>
1493
+ <published-arrival-time type="datetime">2010-02-25T19:40:00Z</published-arrival-time>
1494
+ <published-departure-time type="datetime">2010-02-25T16:00:00Z</published-departure-time>
1495
+ <scheduled-air-time type="integer">203</scheduled-air-time>
1496
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1497
+ <scheduled-block-time type="integer">201</scheduled-block-time>
1498
+ <scheduled-gate-arrival-time type="datetime">2010-02-25T19:40:00Z</scheduled-gate-arrival-time>
1499
+ <scheduled-gate-departure-time type="datetime">2010-02-25T16:00:00Z</scheduled-gate-departure-time>
1500
+ <scheduled-runway-arrival-time type="datetime">2010-02-25T19:37:00Z</scheduled-runway-arrival-time>
1501
+ <scheduled-runway-departure-time type="datetime">2010-02-25T16:14:00Z</scheduled-runway-departure-time>
1502
+ <status>Landed</status>
1503
+ <status-code>L</status-code>
1504
+ <tail-number nil="true"/>
1505
+ <updated-at type="datetime">2010-02-25 19:43:37 UTC</updated-at>
1506
+ <predictions>
1507
+ <prediction>
1508
+ <state>delayed</state>
1509
+ <chance>0.005966128</chance>
1510
+ <minutes>50</minutes>
1511
+ </prediction>
1512
+ <prediction>
1513
+ <state>delayed</state>
1514
+ <chance>0.86425453</chance>
1515
+ <minutes>0</minutes>
1516
+ </prediction>
1517
+ <prediction>
1518
+ <state>delayed</state>
1519
+ <chance>0.016551193</chance>
1520
+ <minutes>60</minutes>
1521
+ </prediction>
1522
+ <prediction>
1523
+ <state>delayed</state>
1524
+ <chance>0.06607647</chance>
1525
+ <minutes>10</minutes>
1526
+ </prediction>
1527
+ <prediction>
1528
+ <state>delayed</state>
1529
+ <chance>0.029638182</chance>
1530
+ <minutes>20</minutes>
1531
+ </prediction>
1532
+ <prediction>
1533
+ <state>delayed</state>
1534
+ <chance>0.0093020275</chance>
1535
+ <minutes>30</minutes>
1536
+ </prediction>
1537
+ <prediction>
1538
+ <state>delayed</state>
1539
+ <chance>0.008211445</chance>
1540
+ <minutes>40</minutes>
1541
+ </prediction>
1542
+ </predictions>
1543
+ </flight>
1544
+ <flight>
1545
+ <actual-air-time type="integer">194</actual-air-time>
1546
+ <actual-aircraft-type nil="true"/>
1547
+ <actual-block-time nil="true" type="integer"/>
1548
+ <actual-gate-arrival-time type="datetime">2010-02-25T17:32:00Z</actual-gate-arrival-time>
1549
+ <actual-gate-departure-time type="datetime">2010-02-25T14:09:00Z</actual-gate-departure-time>
1550
+ <actual-runway-arrival-time type="datetime">2010-02-25T17:23:15Z</actual-runway-arrival-time>
1551
+ <actual-runway-departure-time type="datetime">2010-02-25T14:09:13Z</actual-runway-departure-time>
1552
+ <airline-icao-id>AAL</airline-icao-id>
1553
+ <arrival-gate>A13</arrival-gate>
1554
+ <arrival-terminal>A</arrival-terminal>
1555
+ <arrival-time type="datetime">2010-02-25T17:40:00Z</arrival-time>
1556
+ <baggage-claim>A16</baggage-claim>
1557
+ <codeshares>#&lt;Codeshare:0x2b08066a35e0&gt;</codeshares>
1558
+ <created-at type="datetime">2010-02-22 08:04:07 UTC</created-at>
1559
+ <departure-gate>C9</departure-gate>
1560
+ <departure-terminal nil="true"/>
1561
+ <departure-time type="datetime">2010-02-25T14:00:00Z</departure-time>
1562
+ <destination-icao-id>KDFW</destination-icao-id>
1563
+ <diverted-icao-id nil="true"/>
1564
+ <estimated-gate-arrival-time type="datetime">2010-02-25T17:34:00Z</estimated-gate-arrival-time>
1565
+ <estimated-gate-departure-time nil="true" type="datetime"/>
1566
+ <estimated-runway-arrival-time type="datetime">2010-02-25T17:25:00Z</estimated-runway-arrival-time>
1567
+ <estimated-runway-departure-time type="datetime">2010-02-25T14:09:00Z</estimated-runway-departure-time>
1568
+ <flightstats-id>184663932</flightstats-id>
1569
+ <id type="integer">2769025</id>
1570
+ <local-departure-time type="datetime">2010-02-25 06:00:00 UTC</local-departure-time>
1571
+ <number type="integer">1282</number>
1572
+ <origin-icao-id>KPDX</origin-icao-id>
1573
+ <published-arrival-time type="datetime">2010-02-25T17:40:00Z</published-arrival-time>
1574
+ <published-departure-time type="datetime">2010-02-25T14:00:00Z</published-departure-time>
1575
+ <scheduled-air-time type="integer">202</scheduled-air-time>
1576
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1577
+ <scheduled-block-time type="integer">203</scheduled-block-time>
1578
+ <scheduled-gate-arrival-time type="datetime">2010-02-25T17:40:00Z</scheduled-gate-arrival-time>
1579
+ <scheduled-gate-departure-time type="datetime">2010-02-25T14:00:00Z</scheduled-gate-departure-time>
1580
+ <scheduled-runway-arrival-time type="datetime">2010-02-25T17:35:00Z</scheduled-runway-arrival-time>
1581
+ <scheduled-runway-departure-time type="datetime">2010-02-25T14:13:00Z</scheduled-runway-departure-time>
1582
+ <status>Landed</status>
1583
+ <status-code>L</status-code>
1584
+ <tail-number nil="true"/>
1585
+ <updated-at type="datetime">2010-02-26 06:03:10 UTC</updated-at>
1586
+ <predictions>
1587
+ <prediction>
1588
+ <state>delayed</state>
1589
+ <chance>0.005966128</chance>
1590
+ <minutes>50</minutes>
1591
+ </prediction>
1592
+ <prediction>
1593
+ <state>delayed</state>
1594
+ <chance>0.86425453</chance>
1595
+ <minutes>0</minutes>
1596
+ </prediction>
1597
+ <prediction>
1598
+ <state>delayed</state>
1599
+ <chance>0.016551193</chance>
1600
+ <minutes>60</minutes>
1601
+ </prediction>
1602
+ <prediction>
1603
+ <state>delayed</state>
1604
+ <chance>0.06607647</chance>
1605
+ <minutes>10</minutes>
1606
+ </prediction>
1607
+ <prediction>
1608
+ <state>delayed</state>
1609
+ <chance>0.029638182</chance>
1610
+ <minutes>20</minutes>
1611
+ </prediction>
1612
+ <prediction>
1613
+ <state>delayed</state>
1614
+ <chance>0.0093020275</chance>
1615
+ <minutes>30</minutes>
1616
+ </prediction>
1617
+ <prediction>
1618
+ <state>delayed</state>
1619
+ <chance>0.008211445</chance>
1620
+ <minutes>40</minutes>
1621
+ </prediction>
1622
+ </predictions>
1623
+ </flight>
1624
+ <flight>
1625
+ <actual-air-time type="integer">194</actual-air-time>
1626
+ <actual-aircraft-type nil="true"/>
1627
+ <actual-block-time nil="true" type="integer"/>
1628
+ <actual-gate-arrival-time type="datetime">2010-02-25T03:20:00Z</actual-gate-arrival-time>
1629
+ <actual-gate-departure-time type="datetime">2010-02-24T23:54:00Z</actual-gate-departure-time>
1630
+ <actual-runway-arrival-time type="datetime">2010-02-25T03:08:27Z</actual-runway-arrival-time>
1631
+ <actual-runway-departure-time type="datetime">2010-02-24T23:54:00Z</actual-runway-departure-time>
1632
+ <airline-icao-id>AAL</airline-icao-id>
1633
+ <arrival-gate>A35</arrival-gate>
1634
+ <arrival-terminal>A</arrival-terminal>
1635
+ <arrival-time type="datetime">2010-02-25T02:50:00Z</arrival-time>
1636
+ <baggage-claim>A29</baggage-claim>
1637
+ <codeshares>#&lt;Codeshare:0x2b0806670398&gt;</codeshares>
1638
+ <created-at type="datetime">2010-02-21 08:04:13 UTC</created-at>
1639
+ <departure-gate>C9</departure-gate>
1640
+ <departure-terminal nil="true"/>
1641
+ <departure-time type="datetime">2010-02-24T23:15:00Z</departure-time>
1642
+ <destination-icao-id>KDFW</destination-icao-id>
1643
+ <diverted-icao-id nil="true"/>
1644
+ <estimated-gate-arrival-time type="datetime">2010-02-25T03:17:00Z</estimated-gate-arrival-time>
1645
+ <estimated-gate-departure-time type="datetime">2010-02-24T23:40:00Z</estimated-gate-departure-time>
1646
+ <estimated-runway-arrival-time type="datetime">2010-02-25T03:10:00Z</estimated-runway-arrival-time>
1647
+ <estimated-runway-departure-time type="datetime">2010-02-24T23:54:00Z</estimated-runway-departure-time>
1648
+ <flightstats-id>184572673</flightstats-id>
1649
+ <id type="integer">2740915</id>
1650
+ <previous-flight-id>2742693</previous-flight-id>
1651
+ <local-departure-time type="datetime">2010-02-24 15:15:00 UTC</local-departure-time>
1652
+ <number type="integer">522</number>
1653
+ <origin-icao-id>KPDX</origin-icao-id>
1654
+ <published-arrival-time type="datetime">2010-02-25T02:50:00Z</published-arrival-time>
1655
+ <published-departure-time type="datetime">2010-02-24T23:15:00Z</published-departure-time>
1656
+ <scheduled-air-time type="integer">203</scheduled-air-time>
1657
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1658
+ <scheduled-block-time type="integer">206</scheduled-block-time>
1659
+ <scheduled-gate-arrival-time type="datetime">2010-02-25T02:50:00Z</scheduled-gate-arrival-time>
1660
+ <scheduled-gate-departure-time type="datetime">2010-02-24T23:15:00Z</scheduled-gate-departure-time>
1661
+ <scheduled-runway-arrival-time type="datetime">2010-02-25T02:44:00Z</scheduled-runway-arrival-time>
1662
+ <scheduled-runway-departure-time type="datetime">2010-02-24T23:21:00Z</scheduled-runway-departure-time>
1663
+ <status>Landed</status>
1664
+ <status-code>L</status-code>
1665
+ <tail-number nil="true"/>
1666
+ <updated-at type="datetime">2010-02-25 03:36:17 UTC</updated-at>
1667
+ <predictions>
1668
+ <prediction>
1669
+ <state>delayed</state>
1670
+ <chance>0.072301425</chance>
1671
+ <minutes>50</minutes>
1672
+ </prediction>
1673
+ <prediction>
1674
+ <state>delayed</state>
1675
+ <chance>0.010056009</chance>
1676
+ <minutes>0</minutes>
1677
+ </prediction>
1678
+ <prediction>
1679
+ <state>delayed</state>
1680
+ <chance>0.13862017</chance>
1681
+ <minutes>60</minutes>
1682
+ </prediction>
1683
+ <prediction>
1684
+ <state>delayed</state>
1685
+ <chance>0.068991855</chance>
1686
+ <minutes>10</minutes>
1687
+ </prediction>
1688
+ <prediction>
1689
+ <state>delayed</state>
1690
+ <chance>0.2093941</chance>
1691
+ <minutes>20</minutes>
1692
+ </prediction>
1693
+ <prediction>
1694
+ <state>delayed</state>
1695
+ <chance>0.3181008</chance>
1696
+ <minutes>30</minutes>
1697
+ </prediction>
1698
+ <prediction>
1699
+ <state>delayed</state>
1700
+ <chance>0.18253565</chance>
1701
+ <minutes>40</minutes>
1702
+ </prediction>
1703
+ </predictions>
1704
+ </flight>
1705
+ <flight>
1706
+ <actual-air-time type="integer">186</actual-air-time>
1707
+ <actual-aircraft-type nil="true"/>
1708
+ <actual-block-time nil="true" type="integer"/>
1709
+ <actual-gate-arrival-time type="datetime">2010-02-24T23:43:00Z</actual-gate-arrival-time>
1710
+ <actual-gate-departure-time type="datetime">2010-02-24T20:25:00Z</actual-gate-departure-time>
1711
+ <actual-runway-arrival-time type="datetime">2010-02-24T23:32:27Z</actual-runway-arrival-time>
1712
+ <actual-runway-departure-time type="datetime">2010-02-24T20:26:00Z</actual-runway-departure-time>
1713
+ <airline-icao-id>AAL</airline-icao-id>
1714
+ <arrival-gate>C4</arrival-gate>
1715
+ <arrival-terminal>C</arrival-terminal>
1716
+ <arrival-time type="datetime">2010-02-24T23:55:00Z</arrival-time>
1717
+ <baggage-claim>C4</baggage-claim>
1718
+ <codeshares>#&lt;Codeshare:0x2b08065f6548&gt;#&lt;Codeshare:0x2b08065f64a8&gt;</codeshares>
1719
+ <created-at type="datetime">2010-02-21 08:04:13 UTC</created-at>
1720
+ <departure-gate>C9</departure-gate>
1721
+ <departure-terminal nil="true"/>
1722
+ <departure-time type="datetime">2010-02-24T20:15:00Z</departure-time>
1723
+ <destination-icao-id>KDFW</destination-icao-id>
1724
+ <diverted-icao-id nil="true"/>
1725
+ <estimated-gate-arrival-time type="datetime">2010-02-24T23:41:00Z</estimated-gate-arrival-time>
1726
+ <estimated-gate-departure-time type="datetime">2010-02-24T20:25:00Z</estimated-gate-departure-time>
1727
+ <estimated-runway-arrival-time type="datetime">2010-02-24T23:41:00Z</estimated-runway-arrival-time>
1728
+ <estimated-runway-departure-time type="datetime">2010-02-24T20:26:00Z</estimated-runway-departure-time>
1729
+ <flightstats-id>184572945</flightstats-id>
1730
+ <id type="integer">2741132</id>
1731
+ <local-departure-time type="datetime">2010-02-24 12:15:00 UTC</local-departure-time>
1732
+ <number type="integer">656</number>
1733
+ <origin-icao-id>KPDX</origin-icao-id>
1734
+ <published-arrival-time type="datetime">2010-02-24T23:55:00Z</published-arrival-time>
1735
+ <published-departure-time type="datetime">2010-02-24T20:15:00Z</published-departure-time>
1736
+ <scheduled-air-time type="integer">203</scheduled-air-time>
1737
+ <scheduled-aircraft-type>M83</scheduled-aircraft-type>
1738
+ <scheduled-block-time type="integer">198</scheduled-block-time>
1739
+ <scheduled-gate-arrival-time type="datetime">2010-02-24T23:55:00Z</scheduled-gate-arrival-time>
1740
+ <scheduled-gate-departure-time type="datetime">2010-02-24T20:15:00Z</scheduled-gate-departure-time>
1741
+ <scheduled-runway-arrival-time type="datetime">2010-02-24T23:48:00Z</scheduled-runway-arrival-time>
1742
+ <scheduled-runway-departure-time type="datetime">2010-02-24T20:25:00Z</scheduled-runway-departure-time>
1743
+ <status>Landed</status>
1744
+ <status-code>L</status-code>
1745
+ <tail-number nil="true"/>
1746
+ <updated-at type="datetime">2010-02-24 23:51:53 UTC</updated-at>
1747
+ <predictions>
1748
+ <prediction>
1749
+ <state>delayed</state>
1750
+ <chance>0.005966128</chance>
1751
+ <minutes>50</minutes>
1752
+ </prediction>
1753
+ <prediction>
1754
+ <state>delayed</state>
1755
+ <chance>0.86425453</chance>
1756
+ <minutes>0</minutes>
1757
+ </prediction>
1758
+ <prediction>
1759
+ <state>delayed</state>
1760
+ <chance>0.016551193</chance>
1761
+ <minutes>60</minutes>
1762
+ </prediction>
1763
+ <prediction>
1764
+ <state>delayed</state>
1765
+ <chance>0.06607647</chance>
1766
+ <minutes>10</minutes>
1767
+ </prediction>
1768
+ <prediction>
1769
+ <state>delayed</state>
1770
+ <chance>0.029638182</chance>
1771
+ <minutes>20</minutes>
1772
+ </prediction>
1773
+ <prediction>
1774
+ <state>delayed</state>
1775
+ <chance>0.0093020275</chance>
1776
+ <minutes>30</minutes>
1777
+ </prediction>
1778
+ <prediction>
1779
+ <state>delayed</state>
1780
+ <chance>0.008211445</chance>
1781
+ <minutes>40</minutes>
1782
+ </prediction>
1783
+ </predictions>
1784
+ </flight>
1785
+ </flights>
1786
+