MTA ETA. Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- user’s.

Slides:



Advertisements
Similar presentations
Functional Specification: FES Persistent Chat February 7, 2007.
Advertisements

MTA ETA. Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- users.
Projected Arrival Time Michael Pao Michael Smeets Li-Ren Zhou Abstract The Projected Arrival Time (PAT) system uses the Global Positioning System (GPS)
The Last Procedure Before First Functional Prototype Grant Boomer, Brett Papineau, Tanis Lopez, Archana Shrestha CS 383.
By Jeremy Baumruk
Using Geographic Information Systems and the World Wide Web for Interactive Transit Trip Itinerary Planning Brian Smith Center for Transportation Studies.
Mobile Transit Planning with Real Time Data Jerald Jariyasunant, Dan Work, Branko Kerkez, Eric Mai Systems Engineering Program, Dept. of Civil and Environmental.
CS 337 Final Project Presentation Asset Management and Tracking Developers: –Jimmy Hoo –Edwin Panameno –Manuel Segura –Sheng-Tian Lin Customers –Alexandre.
C++ Training Datascope Lawrence D’Antonio Lecture 11 UML.
MTA ETA. Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- user’s.
AccuFlight CSE 403. AccuFlight Imagine you are a limousine driver and you are waiting to pick up a particular passenger from the airport. If your passenger’s.
The BusView Project Thomas Kooi James Potter Jesse Fischer Forrest Vines Monzur Muhammad Chris Richards SeattleBusMap.com.
University of Zagreb MMVE 2012 workshop1 Towards Reinterpretation of Interaction Complexity for Load Prediction in Cloud-based MMORPGs Mirko Sužnjević,
2/6/01D-1 © 2001 T. Horton CS 494 Object-Oriented Analysis & Design Using PARTS to Illustrate Requirements Concepts.
Welcome! 1.Project Description 2.Scope and Approach 3.Prototype 4.Final Evaluation 5.Summary 6.Closing Comments Overview Team Cree Vilia Ingriany Alvin.
Software Breakdown. Monday, October 26, 2009 CS410 Green Team Fall High Level Architecture.
Traffic Management Transit Management Emergency Management Fixed Point-to-Fixed Point Communications Roadway Toll Administration Remote Traveler Support.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
10:47:46Service Oriented Cyberinfrastructure Lab, Grid Job Management with Microsoft Project Leor Dilmanian
D R A T D R A T ABSTRACT Every semester each department at Iowa State University has to assign its faculty members and teaching assistants (TAs) to the.
5 Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Other Administrator Tasks.
Chapter 5: MULTIMEDIA DATABASE MANAGEMENT SYSTEM ARCHITECTURE BIT 3193 MULTIMEDIA DATABASE.
T Iteration Demo Tikkaajat [PP] Iteration
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
Interaction and Animation on Geolocalization Based Network Topology by Engin Arslan.
Intelligent Transport System (ITS) Dr. Ekroop Caur, IAS.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
WELCOME TO SHINETRACK FAMILY.
Nortel Contact Center: An Overview
Databases (CS507) CHAPTER 2.
Dispatcher Phoenix Is…
Software Architecture ATAM Process Presentation
Chapter 2: Database System Concepts and Architecture - Outline
APSRTC LIVE Tracking & Passenger Useful Systems
Pilot Walktour Operation Guide V3.5 (Android)
Use case Diagram.
Network Analysis with ArcGIS Online
Why BestShine Edu App ??? BestShine Edu App provides a Real Time Connecting System Update of your kids on the move and live One stop shop for 360’c update.
Overview of PROFITsystems’ Integration with DispatchTrack
CMPE 280 Web UI Design and Development October 24 Class Meeting
Pilot Walktour Operation Guide V3.4 (Android)
Timeline, project outline and general features
Real Time Vehicles Tracking And Broadcasting Publicity
Chapter 13 Queues and Priority Queues
Bus Seat Booking Script - Online Bus Booking Software - Online Bus Ticket Reservation System
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Apps4.Pro Planner Manager
Senior Project, 2018, Spring To-do List Optimizer 1.0
Chapter 2: Database System Concepts and Architecture
Use Cases & User Mocks Customer Call –
Basic Network Analysis
Bus Rapid Transit Origin-Destination Estimation for Bogota
Project Certification Close Out Phase November 16, 2015
CMDP: NC Experience.
Preliminary Design Presentation
Analysis models and design models
Software Design Lecture : 15.
Where’s My Ride William Tsuei Director of IT.
Exercises 1 副标题.
Planning the transportation of elderly to a daycare center
Requirements Formalization
Designing your local technology stack
BNSF Master Template – March 2012
MECH 3550 : Simulation & Visualization
Scatter Diagrams Slide 1 of 4
BioGRID: Biological General Repository for Interaction Datasets
Chapter 2: Building a System
GREAT TRANSIT RIDER EXPERIENCE
Transnet Online Track and Trace.
Creating a Safer World for Children with Special Needs
Presentation transcript:

MTA ETA

Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- user’s location. The system will allow the end-user to search for a certain bus that they are expecting. The system will then give the user a real-time generated map of approximately where the bus currently is located. The user will also be able to enter their starting location and their destination. After inputting this information, the system will give an optimal bus route that should be taken and the estimated amount of time that the trip will take.

Objects: Bus Attributes:  ID  Average speed  Current location Relationship:  Route/run

Objects: Route Attributes:  ID  Name Relationship:  List of Runs Bus.ID List of Pairs (time and bus stop)

Objects: Bus Stop Attributes:  ID  Location  Name Relationship:  List of Routes

Data Structures Used List for bus stops List of buses List of routes  List of runs

Dynamics of the System There is an ongoing interaction between the user and the system when the user is on the Next Arrival feature. The feature monitors the bus’s position in real time and gives a estimated real-time arrival.

Operational Dynamics The system would dynamically updated for every data that is received from the bus GPS. Bus position and speed are constantly being updated. Constantly updating the displayed run based on time and route.

Administrative Dynamics Any bus could be assigned to any route and run. Any route and bus stop could be modified. Ability to add or remove any of the buses, routes, runs, and bus stops to the system.

Schedule – Part 1 Week 3  Outlining requirements from the customers  Brainstorming  Creating the schedule Week 4  Looking for a way to simulate data  Research for tools Week 5  Beginning creating the user interface  Gathering the data to be used  Plotting a coordinate map system for the bus stops

Schedule – Part 2 Week 6  Entity Relationship Diagram Week 7  Review & Planning  Bus architecture  Kiosk architecture  Central server architecture Week 8  Review & Planning  Graphical User Interface  Bus GPS simulator

Schedule – Part 3 Week 9  Review & Planning  Preliminary Next Arrival Feature  Preliminary Search Feature  Preliminary Map Feature  Preliminary Trip Planner Feature Week 10  Review & Planning  Preliminary System  Documenation

CS 437 Next Arrival feature implementation Search feature implementation Map feature implementation Trip planner implementation Test the whole system