cs446-group18 / project

DelayWise is a flight delay prediction and monitoring tool for passengers and airport staff.
1 stars 0 forks source link

Airport Congestion w/ Line Graph on Flight Info Page & Airport Info Page #36

Closed jtz15 closed 1 year ago

jtz15 commented 1 year ago

NOTE: Jupyter Notebook in Discord with more API fetch details

Build a line graph that shows airport congestion based on avg delay for flights departing the airport over the past 48 hours (this component will be reused on the Airport Info Page).

GOAL: This component will help travellers determine if there's likely to be a delay caused by airport congestion (i.e. planes having trouble landing because other planes are still occupying the runways, planes delayed into getting a runway to take-off in because there are too many other planes).

At the bottom of both the flight info & airport info page, show a line graph:

API to be used: https://flightaware.com/aeroapi/portal/documentation#get-/flights/search/advanced

NOTE: On the Airport Info Page, the weather forecast component along with the airport congestion component will be the only two things displayed.

jtz15 commented 1 year ago

Finished by hanz