Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 936 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 936 Bytes

Metrolinx Transit Insights Tool 🚆

Description

This Python web app allows you to input official Metrolinx CSV data to recieve various summaries and data visualizations such as usage, stops, and money spent in seconds!

Getting your official data

To get your Metrolinx CSV data:

Running the locally application with Docker

Prerequisties

  • Ensure you have Docker Desktop installed and open
  • Add your Bing Maps API key to the env.temp file
  • Rename env.temp to .env

Steps:

  • In the root directory, run
    • docker build -t transit-tool .
    • docker run transit-tool
  • The app should be deployed at http://localhost:8501

Contact

For any questions or concerns, reach out at [email protected]