Sei sulla pagina 1di 13

T-WAREHOUSE: VISUAL OLAP ANALYSIS ON TRAJECTORY DATA

PROJECT REPORT Submitted by

A.PARVEEN BANU
Register No: 084501107025
in partial fulfillment for the award of the degree of

MASTER OF COMPUTER APPLICATIONS


in Department of Computer Applications

HINDUSTHAN COLLEGE OF ENGINEERING & TECHNOLOGY


(Affiliated to Anna University of Technology, Coimbatore)

COIMBATORE-641032.
JUNE 2011

HINDUSTHAN COLLEGE OF ENGINEERING & TECHNOLOGY COIMBATORE-641032


Department of Computer Applications
PROJECT WORK PHASE II JUNE 2011

This is to certify that the project entitled T-WAREHOUSE: VISUAL OLAP ANALYSIS ON TRAJECTORY DATA is the bonafide record of project work done by A.PARVEEN BANU
Register No : 084501107025 of Master of Computer Applications during the year 2010-2011

-------------------------------Project Guide

----------------------------------Head of the Department

Submitted for the Project Viva-Voce examination held on ________ -----------------------------Internal Examiner ------------------------------External Examiner

DECLARATION

I affirm that the project work titled T-warehosuse: Visual OLAP Analysis On Trajectory Data being submitted in partial fulfillment for the award of MCA is the original work carried out by me. It has not formed the part of any other project work submitted for award of any degree or diploma either in this or any other University.

(Signature of the Candidate) A.Parveen Banu 084501107025

I certify that the declaration made above by the candidate is true

Signature of the Guide, Ms. R. Indhumathy, MCA., M.Phil., Asst.Professor

ACKNOWLEDGEMENT
First of all I thank our god almighty for giving me good knowledge to work sincerely in my project and I feel grateful to my parents who gave me moral support to complete my project work. I am grateful to Mr. Dr. V. Duraisamy. M.E., Ph.D., Principal, Hindustan College of Engineering & Technology, Coimbatore for the help rendered in enabling me to complete the project. I am also grateful to the Head of the Department Prof.A. Somasundaram, MCA., Department of Computer Applications, Hindustan College of Engineering & Technology, Coimbatore for his constant encouragement to carry out the work successfully. I express my deep sense of gratitude to my respected guide Ms. R.Indhumathy, MCA, M.Phil., for her valuable guidance and encouragement throughout the work. Words are in adequate in offering my thanks to the Project Trainees and Project Assistants, YUVAA SOFT, COIMBATORE for their encouragement and cooperation in carrying out the project work. Finally I express my special thanks to my friends and all others who helped me to complete this project.

Parveen Banu.A

CHAPTER NO.

TITLE

PAGE NO.

Abstract . List of Tables List of Figures List of Abbreviations

Viii Ix X Xi

1.

INTRODUCTION 1.1. COMPANY PROFILE 1.1.1. Products 1.1.2. Mission 1.1.3. Vision 1.1.4. Quality 1.2 OBJECTIVE

2.

SYSTEM ANALYSIS 2.1. EXISTING SYSTEM 2.2. PROPOSED SYSTEM 2.3. FEASIBILITY STUDY 2.3.1.OPERATIONAL FEASIBILITY 2.3.2. ECONOMICAL FEASIBILITY 2.3.3. TECHNICAL FEASIBILITY

3.

SYSTEM SPECIFICATION 3.1. HAREWARE REQUIREMENTS 3.2. SOFTWARE REQUIREMENTS

4.

SOFTWARE DESCRIPTION 4.1. FRONT END AND ITS FEATURES 4.1.1. NET Framework 4.1.2. The common Language Runtime 4.1.3. The C# Language 4.1.4. Features 4.2. BACK END AND ITS FEATURES 4.2.1.Microsoft SQL Server 4.2.2. Features

5.

PROJECT DESCRIPTION 5.1. PROBLEM DEFINITION 5.2. OVERVIEW OF PROJECT 5.3. MODULE DESCRIPTION 5.3.1. Traffic Monitoring 5.3.2. Trajectory Analysis 5.3.3. Trajectory Reconstruction 5.4. USE CASE DIAGRAM 5.5. SYSTEM FLOW DIAGRAM 5.6. DATA FLOW DIAGRAM 5.7. DATABASE DESIGN 5.8. INPUT DESIGN 5.9. OUTPUT DESIGN

6.

SYSTEM TESTING

6.1. UNIT TESTING 6.2. ACCEPTANCE TESTING 6.3. INTEGRATION TESTING 6.4. TEST CASES

7.

SYSTEM IMPLEMENTATION

8.

CONCLUSION & FUTURE ENHANCEMENTS 8.1. CONCLUSION 8.2. FUTURE ENHANCEMENTS

9.

APPENDIX 9.1. SOURCE CODE 9.2. SCREEN SHOTS

10.

REFERENCES

ABSTRACT

The project entitled T-Warehouse : Visual OLAP Analysis on Trajectory Data aims at monitoring the traffic using GPS device .The location aware devices allowing access to vast volumes of trajectory datasets. Effective analysis of such trajectory data on the one hand imposes new challenges for their efficient management, while on the other hand it raises opportunities for discovering behavioral patterns that can be exploited in applications like traffic management and service accessibility. Technological advances in sensing technologies and wireless telecommunication devices enable novel research fields related to the management of trajectory data. As it usually happens in the data management world, the challenge after storing the data is the implementation of appropriate analytics for extracting useful knowledge. However, traditional data warehousing systems and techniques were not designed for analyzing trajectory data. Thus, in this work, we demonstrate a framework that transforms the traditional data cube model into a trajectory warehouse. As a proof-of-concept, we implemented T-WAREHOUSE, a system that incorporates all the required steps for Visual Trajectory Data Warehousing, from trajectory reconstruction and ETL processing to Visual OLAP analysis on mobility data. The project is developed using Microsoft Visual Studio.Net 2005 as front end and Microsoft SQL Server 2005 as back end which works in .Net. The coding language used is C#. Net.

LIST OF TABLES

SL.NO 1. 2. 3. 4.

CONTENT Table 5.5.1 Traffic Monitoring Table 5.5.2 Trajectory Analysis Table 5.5.3 Trajectory Reconstruction Table 6.3.1 Test Cases

PAGE NO

LIST OF FIGURES

SL.NO

CONTENT

PAGE NO

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18.

Figure 4.1 The .NET Framework Figure 4.2 The Common Language runtime and the .NET Framework Figure 5.4.1 User Interact With the System Figure 5.5.1 System Flow Regarding Project Figure 5.6.1 Over all process of T-Warehouse Figure 5.6.2 Monitoring Route & Location Using GPS Device Figure 5.6.3 Analysis Of Previous Data and Current Data Using OLAP Figure 5.6.4 Making Decision Based On the Traffic Data Figure 9.2.1 Main Form Figure 9.2.2 Monitoring Road Traffic Using Map Figure 9.2.3 Getting Time for Traffic Monitoring Figure 9.2.4 Current Traffic Data Figure 9.2.5 Previous Traffic Data Figure 9.2.6 Getting time for Traffic Monitoring Area Wise Figure 9.2.7 Area Wise Traffic Monitoring Figure 9.2.8 Retrieving Traffic Data Figure 9.2.9 Location Based Traffic Monitoring Figure 9.2.10 Location Based Time Graph

LIST OF ABBREVIATIONS SL.NO ABBREVIATION DESCRIPTION

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15 16. 17. 18.

XML HTML HTTP SMTP MARS SSIS CLR CTS CIL DLL JIT IDL OLAP TDW GPS ETL MOD LBS

Extensible Markup Language Hyper Text Markup Language Hyper Text Transfer Protocol Simple Object Access Protocol Multiple Active Result Sets SQL Server Integration Services Common Language Runtime Common Type System Common Intermediate Language Dynamic Link Library Just-In-Time Interface Definition Language Online Analytical Processing Trajectory Data Warehouse Global Positioning System Extract Transform-Load Moving Object Database Location based services

Potrebbero piacerti anche