Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr...

20
Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych- Żukowski Advisor at BTH: Bengt Aspvall Ph.D.
  • date post

    19-Dec-2015
  • Category

    Documents

  • view

    221
  • download

    1

Transcript of Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr...

Page 1: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Intelligent TouristInformation System

Author of the thesis: Krzysztof Jeleń

Advisor at PWr: dr inż. Andrzej Gawrych-ŻukowskiAdvisor at BTH: Bengt Aspvall Ph.D.

Page 2: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Agenda

• Introduction• Research questions• Problems & Solutions• Presentation of the application• Future Work• Conclusions• Summary

2/20

Page 3: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Introduction

• Problem• visiting new city – what to see?• selecting objects and path

finding

• Designed for mobile devices

• Tourist Information• Navigation• Existing finding paths

applications• AutoMapa, IGO, TomTom

3/20

Page 4: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Differences to existing applications

• Existing applications:• How to get to the target• One path

• Intelligent Tourist Information System• Selecting targets and path finding• Proposition of trips

4/20

Page 5: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Research Questions 1/2

• Is it possible to build a complete Tourist Information System and to get satisfying results?

• What are the weaknesses of existing GPS systems and applications for path finding?

• What are the user expectations from a such system? Can they be fulfilled using existing devices?

5/20

Page 6: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Research Questions 2/2

• Which algorithm for path-finding will be the best to fulfill user requirements and needs while travelling (different criteria, maybe two or more algorithms should be used for best search results)?

• How to organize data for most optimal memory consumption?

• How to build a vector map?6/20

Page 7: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problems & Solutions

Problems in the scope of the thesis:• How to get a vector map? How to build

it?• Data structures – how to fit in memory?• Drawing a map• Selecting objects to visit• Path finding

• between objects while building a trip• on a map

7/20

Page 8: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 1 – Vector map of the city

• Buying a map

• Building a map• a raster map is needed• automation• MapBuilder software

• Gathering data about objects• Points of Interest database

8/20

Page 9: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 2 – Data structures

Features:• fast searching

• selecting visible objects

• finding a place which was clicked by a user

• small

9/20

Page 10: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 3 – Drawing map

• Drawing only a visible part• selecting visible objects

• Scrolling (flickering) & zooming• Layers

• areas:» the sea» islands» lakes, rivers» islands» buildings, parks

• streets• POIs

10/20

Page 11: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 4 - Selecting POIs to visit• Criteria for objects selecting

• time for a trip• transport• visiting style

• POI categories• Assumption

• real path = * distance• connectivity of the graph

• Show propositions in short time period• Solutions evaluation

2

11/20

Page 12: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 4 - Selecting algorithm

12/20

Page 13: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 4 – Path building process

13/20

Page 14: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Problem 5 – Finding a path on the map

• Finding the shortest paths• Using the Dijsktra’s algorithm

• Adopting the Dijsktra’s algorithm to the specific situation

14/20

Page 15: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Example solution

15/20

Page 16: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Presentation of the application

16/20

Page 17: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Future Work

• Improving the path “smoothing” algorithm

• Symbian OS application• incomplete implementation• graphic tests were performed

• Map rotation• Objects search mechanism• Using a GPS receiver

• leading and navigation17/20

Page 18: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Conclusions

• It is possible to build a system for mobile devices which can fulfill and help tourists

• Weaknesses of existing GPS systems were presented

• Data organization was described and implemented

• Process of map building was described

18/20

Page 19: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Summary

• the Karlskrona map was built• the POIs database was prepared• part of a map of Wrocław was vectorized

• the algorithm to trip finding was designed

• the Windows Mobile Application was implemented

• the Symbian OS application is still in implementation

19/20

Page 20: Intelligent Tourist Information System Author of the thesis: Krzysztof Jeleń Advisor at PWr: dr inż. Andrzej Gawrych-Żukowski Advisor at BTH: Bengt Aspvall.

Questions?