123 final ppt

Post on 26-Jul-2015

126 views 1 download

Tags:

transcript

PROJECT PRESENTATION ON

BY

UNDER THE GUIDENCE

Mr. S.R.KHOT

D.Y.PATIL COLLEGE OF ENGG. & TECHNOLOGY KASBA BAVADA, KOLHAPUR.

2010-2011

Mr. Manjit Patil

Miss. Sarojini Powar

Miss. Neha Patil

Miss. Snehal Dongare

TOURIST ROUTE PLANNER

INTRODUCTION

• The Tourist Route Planner was designed to guide the Client about the road route which, he is planning to travel .

• It show the client all the possible routes along with the shortest path to reach the destination.

– www.mapmyindia.com– www.oktatabyebye.com

• Drawback of these sites are: • One displays flowchart node wise• Other only plots the node graphically

• Why TRP:• The visualized view of the route helps the client to get more information about his route.• The application save time and easy to understand

PROBLEM STATEMENT

• In today’s fast world there is a lot of importance given for the time. Time also plays an important role in tours.

• The basic problem that occurs is to choose the correct path or the shortest path to reach the destination.

• It also creates confusion which in end results into loss of interest and no full satisfaction though client has spent large amount of money.

• So we have designed this software that properly guides the tourist about his path that he/she wishes to travel.

• We do this by providing the tourist the shortest path available to reach his/her destination and we also give all the other possible paths available to reach the destination.

SOFTWARE ENGINEERING MODEL

Requirements

Design

Implementation

Testing

Deployment & Maintenance

• REQUIREMENTS– The raw material is collected.– The things which are required for building the project.– The information about the cities, states, places, categories, car fare is been

collected.

• DESIGN:– The proper placement or arrangement of all the requirements is done.– Consist of the database structure and also the form design and the GUI

design to make the project a bit interactive with the client.

• IMPLEMENTATION

– The proper coding for the development of project is done.– In this stage we are going to write the code for implementing this algorithm.

• TESTING

– In testing stage we are going to test the working of the shortest path algorithm.

– Remove the errors if any for the proper working of the code.

• DEPLOYMENT & MAINTENANCE

– The code is being installed on the client side. – The client is being given all the necessary information. – The procedure for the execution of our application.

INTEGRATED SYSTEM DESIGN

Routes

Places

Categories

Admin

User

Place List

Path

Shortest Path

Routes Database

User

if

Display Graph on

map

Shortest Path

AlgorithmTracking

Output File

TRP Application

client

Node database

Input source and destination

Transmitting string to server via GPRS

Choose

Enter

Use table for source and destination

LEVEL0 DFD : Client side

Input PageApplication Database

Check Result on

Calculate shortest path

Sending Report in tabular format and as a graph

Data Flow Diagram

administrator Enter Name & Password

Validate administrator

TRP application

Invalid administrator

Application database

resultcheck

no

Yes: Enter in system & get authority

LEVEL1 DFD : Server side

TABLES INTERRELATION

Categories

CategoryID

CategoryName

City

CityIDCityNameStateIDCategoryID

State

StateIDStateName

Route

RouteID

FromID

ToID

Distance

Place

PlaceCode

PlaceNameCityIDCategoryID

WORKING

Sr. No. From To Distance

1 A B 5

2 A C 10

3 D B 4

4 D C 3

5 B C 8

6 A D 6

Plot graph

A - D

A - B

A - C

D - B

D - BD - B

(Dijkstras, vector algo) Shortest path

A D B C

Source Destination

Input:

Possibilities

(Non-cummulative law)

B

C

D

5

10

6

4

3

8

A

EXAMPLE CONTINUED

CONCLUSION• Because of which we have been successful in providing our client with the shortest

path to reach his destination.

• And we also provided him with all other available paths to reach his destination.

• And we have been

successful in saving

the valuable time

and money

of our client.

PROPOSED WORK• MODULE 3:

– In this module we are going to display/plot the information on the map graphically using GIS technology.

– We are also going

to implement the

usability of our

application through

mobile browser

using GPRS

methodology.

FUTURE OF TRP• TRP 2.0:

– It will consist of virtual imaging technology along with voice guided assistance to reach the destination.

– A membership pattern will be included in this system.– Only the members

can use the virtual

imagining and 24x7

voice guided

navigation system.

REFERENCES• http://en.wikipedia.org/wiki/Component_diagram• http://www.visualcase.com/kbase/component_diagram.htm• http://en.wikipedia.org/wiki/Software_development_process• www.google.com

THANK YOU…