Filters
Use the buttons below to sort the list by departure terminal, arrival terminal, or departure date. With a terminal picked from search, Departure shows flights leaving that terminal, Arrival shows flights arriving there, and Date shows either.
Search for a Terminal
Pick a terminal, then match it to the sort: Departure = leaving that base, Arrival = coming in to that base, Date = either (still respects Group and other filters below).
Group
Sort
Load schedule from file (works without a server):
Opened the file directly (file://)? Browsers block loading the CSV from disk. Serve the folder over HTTP, then open Quick View with an http:// address.
In a terminal, from the Space_A_HTML folder:
python -m http.server 8080
Then open http://localhost:8080/quick-view.html
Or load the CSV from your computer—no server needed:
No flights in schedule.
If the CSV has departure_date on or after today but nothing shows, the file may be misformatted. If every date is before today, regenerate the CSV — Quick View only shows today onward unless we fall back to past rows.