Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 580 Bytes

Airport Dashboard

Basic airport dashboard that helps filtering and visualizing airport data.

Data

All data is coming from OurAirports.com

How to install (with Rye)

  • Clone the repository
git clone https://github.com/lucianosrp/airport-dashboard.git
  • Use Rye to setup a virtual environment
rye sync
  • Activate the environemnt
source ./venv/bin/activate
  • Run streamlit
streamlit run airport-catchment/app.py

Dashboard