Skip to content

Plotting bus routes on a map using graphics.py and various other python functions

Notifications You must be signed in to change notification settings

vighnesh9388/ETS-interactive-route-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edmonton Transit System (ETS) Bus Route Plotter

This Python project is designed to parse and interact with Edmonton Transit Service (ETS) data available from the City of Edmonton Open Data Catalogue, facilitating both command-line and graphical user interfaces for exploring transit routes and stops. The project is structured around several milestones, each adding functionality ranging from basic data handling in Python to advanced GUI operations.

Getting Started

To run this project, ensure you have Python 3 and the required libraries installed. Clone the repository and navigate to the directory containing the project.

git clone https://github.com/vighnesh9388/ETS-interactive-route-plotter.git
cd ETS-interactive-route-plotter

Project Structure

  • Milestone 1: Implements a text-based menu system for loading and querying transit data from text files.
  • Milestone 2: Extends the functionality with a graphical user interface (GUI) using graphics.py to plot bus routes.
  • Milestone 3: Further develops the GUI to include interactive features like plotting bus stops based on user clicks.

Features

  • Load transit data from GTFS files.
  • Text-based querying of shape IDs and route data.
  • GUI for visually exploring bus routes and stops.
  • Error handling for file operations and user input.
  • Use of pickling for saving and loading processed data.

Technologies Used

  • Python 3: Primary programming language.
  • graphics.py: Library for creating GUI elements.
  • Pickle: For object serialization and persistence.
  • Text/mutability
  • File input
  • Lists
  • Tuples
  • Sets
  • Dictionaries
  • Algorithms

Technologies/Features To Add/Improve

  • Optimize code for better performance and readability.
  • Enhance the GUI for a more user-friendly experience.
  • Implement a feature to automatically fetch, format, and update the GTFS files to the latest version periodically (current data is from 2016).
  • Deploy the application to a fully functional website.

About

Plotting bus routes on a map using graphics.py and various other python functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages