Rob
unread,Aug 20, 2008, 11:06:01 AM8/20/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ASA Data Expo 2009
I've done a summary count of the number of flights per day, and
plotted it, and the January counts look (suspiciously) about twice the
counts of the other months (I've checked this in the 2008, 2007, and
2001 data so far).
There are about 4,000 flights per day in January, but only about 2,000
flights per day for all the other months.
Here is a quick Unix "grep" that selects all the flights of the plane
with tailnum=N240WN, for on Jan 1, 2008 ... looks to me like each of
it's 5 flights is repeated twice in the data ...
$ grep "^2008,1,1," 2008.csv | grep N240WN|sort -n
2008,1,1,2,829,830,950,955,WN,762,N240WN,81,85,65,-5,-1,OAK,LAS,
407,9,7,,0,NA,NA,NA,NA,NA
2008,1,1,2,829,830,950,955,WN,762,N240WN,81,85,65,-5,-1,OAK,LAS,
407,9,7,,0,NA,NA,NA,NA,NA
2008,1,1,2,2207,1955,144,2340,WN,1558,N240WN,
157,165,140,124,132,MDW,RSW,1105,4,13,,0,0,24,0,0,100
2008,1,1,2,2207,1955,144,2340,WN,1558,N240WN,
157,165,140,124,132,MDW,RSW,1105,4,13,,0,0,24,0,0,100
2008,1,1,2,1029,1030,1534,1545,WN,762,N240WN,
185,195,169,-11,-1,LAS,MSY,1501,5,11,,0,NA,NA,NA,NA,NA
2008,1,1,2,1029,1030,1534,1545,WN,762,N240WN,
185,195,169,-11,-1,LAS,MSY,1501,5,11,,0,NA,NA,NA,NA,NA
2008,1,1,2,1617,1615,1735,1740,WN,762,N240WN,78,85,65,-5,2,MSY,BNA,
471,6,7,,0,NA,NA,NA,NA,NA
2008,1,1,2,1617,1615,1735,1740,WN,762,N240WN,78,85,65,-5,2,MSY,BNA,
471,6,7,,0,NA,NA,NA,NA,NA
2008,1,1,2,1941,1805,2117,1930,WN,762,N240WN,96,85,67,107,96,BNA,MDW,
395,20,9,,0,96,0,11,0,0
2008,1,1,2,1941,1805,2117,1930,WN,762,N240WN,96,85,67,107,96,BNA,MDW,
395,20,9,,0,96,0,11,0,0