Solved! Go to Solution.
Hello,
Thank you very much.
Let me clarify the "problem" at hand.
1) Route feature layer: I need a basic airline network that shows existing routes (these do not necessarily need to be formatted for time.)
Ex, ROUTE ID = 1 DEP = DAL ARR = PHX CYCLE = [end date] (meaning, an airplane flies this route until a certain date)
2) Next, I need to have a feature layer that contains the ideal schedule of the Route feature, including the actual times these routes are scheduled
Ex, ROUTE ID = 1 DEP = DAL ARR = PHX CYCLE = 05132008 DEP_TM = 900 ARR_TM = 1030 FLY_TM = 120 (mins) FLT_NM = 7886 TAIL_NM = 1202N
The way to connect the flights will be through a shared date, tail number and flight number in most cases:
PHX - DAL = flight 7886 on tail 1202N on [date] - round trip
DAL - PHX = flight 7886 on tail 1202N on [date]
PHX - LAX = flight 808 on tail 1202N on [date] - new connection in LAX, but same tail number and date (meaning, it's the same airplane, which is what we're tracking)
My research question isn't very specific at this point, but eventually I want to see whether it's the route ( PHX - DAL - PHX - LAX) or the individual airport that more influences delay in the network.
3) Another feature layer with what was actually flown, meaning the historic schedule data. The above was the "ideal" schedule--but, I have the historical flight data of what times the planes actually left and arrived so I can see the difference between them.
The field list is extensive, but know that to build the network we have the Tail Number to follow the specific plane along it's route so long as it's on the same day and follows an appropriate time/space continuum.
Your help is appreciated - I'm looking into the best way to start with the Linear Referencing and Network Analyst tools....