Hey,
I would like to get the total amount of commercial flights per day (or some other interval possibly). From all airports, no limitations.
CountAllEnrouteAirlineOperations seems like a useful method, but can’t really collect this specific statistic from it.
Would the only option be to query AirlineFlightSchedules with a timeframe of 24 hours and setting howMany to a big number (how many are there approximately? I tried with some thousands and didn’t see it ending).
Thanks,
Martti