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!
To get your Metrolinx CSV data:
- Go to the Presto Card Transit Usage Report
- Select the year and transit usage settings to your preference
- Export CSV
- 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
For any questions or concerns, reach out at [email protected]