Вы находитесь на странице: 1из 2

Student

- Sneha Uike
ID - 16634
Class - CS457
Section - U

Title
Small-scale custom mapping application

Abstract
This project has three main parts. First part is to populate a database with
geographical information of roads in a given area and likely traffic speeds based on a
given time. Second part is operate on that information to find patterns, estimate
travel time between given 2 points and suggest alternate paths is possible. Third
part is to provide the processed information to user in easy-to-use visual format.
The implementation of the project will be done using following tools. MATLAB will
be used to visually populate the database. The database will be in SQL, which can
also be altered at backend using queries.

Table 1
Geographical coordinates of nodes

Table 2
Average speed of the traffic for road segments for a given time of the day

Table 3
All possible routes between given 2 points to identify alternate routes for shortest
distance or least time

Table 4
Dynamic variables like accidents/construction that can affect the traffic flows

Attributes
X coordinates of node
Y coordinates of node
Distance between nodes
Speed between nodes
Possible alternatives road segments
Dynamic nodes for accidents/events
Granularity of mapping nodes

Вам также может понравиться