List of all Oneworld Flights available - Route Optimization Program
#1
Original Poster
Join Date: Jan 2009
Location: Bellevue, WA
Programs: UA
Posts: 281
List of all Oneworld Flights available - Route Optimization Program
Hi guys!
Am in the process of writing a small app to do optimizations of your route to maximize mileage gained based on various FF plans (you specify).
Thus, I'm looking for a list of all oneworld operated flights with locations and timing. Does anyone know where I can find this?
Thanks!
jyflyer
Am in the process of writing a small app to do optimizations of your route to maximize mileage gained based on various FF plans (you specify).
Thus, I'm looking for a list of all oneworld operated flights with locations and timing. Does anyone know where I can find this?
Thanks!
jyflyer
#2
Moderator, Hilton Honors



Join Date: Nov 2003
Location: on a short leash
Programs: some
Posts: 71,445
Welcome to Flyer Talk jyflyer 
You may want to get in touch with wijomas who is currently working on something similar, and/or SLF who maintains mileage monkey (originally developed by hauteboy).
You can get current timetables from the oneworld website but this will include OW codeshares on non-OW airlines.

You may want to get in touch with wijomas who is currently working on something similar, and/or SLF who maintains mileage monkey (originally developed by hauteboy).
You can get current timetables from the oneworld website but this will include OW codeshares on non-OW airlines.
#3

Join Date: Mar 2001
Location: Austin, TX -- AA Life Platinum; QF Life Silver; UA Silver
Posts: 5,467
I still have my (Linux) app that I use for calculating flight distance/earnings, i scrape the flight data from the oneworld PDF schedule.
the flight data is just stored as a comma separated file.
I can do things like (show all flights from USA to Asia):
dumpow -fromc us -toz asia
Dump all flights > 5000 miles
dumpow -gte 5000
Show all flights to EZE
dumpow -to eze
Show all flights from Africa to Europe
dumpow -fromz afr -toz eur
the flight data is just stored as a comma separated file.
I can do things like (show all flights from USA to Asia):
dumpow -fromc us -toz asia
Dump all flights > 5000 miles
dumpow -gte 5000
Show all flights to EZE
dumpow -to eze
Show all flights from Africa to Europe
dumpow -fromz afr -toz eur


