@hunterdouglas said in Bespoke Schedules for all Airports in FS Traffic.:
thats great work you have done thank you
I'm curious, how do you create the arrivals? the traffic centre only allows to modify departures
I have looked at the file structure of both the Departures and Arrivals. I then created a spreadsheet macro that imports each file one by one. It uses the ICAO, Aircraft, Airline and Callsign in each row to populate the spreadsheet up to 720 rows (which is 30 rows per hour). The departure and arrival times are preset by me. I then export from the spreadsheet at required periods, every 1, 2 4 rows etc. I make sure the file structure matches the original and the control data at the end matches the flights defined. It took me some time to understand what the control data does. It takes about 2 seconds to process each airport, there are 14 files per airport. I can place a list of the airports I require and it will process them in turn. So I do them by each first letter A, B, C etc.
Does that help?