Volume Editor. Hans Weghorn Faculty of Mechatronics BA-University of Cooperative Education, Stuttgart Germany

Size: px
Start display at page:

Download "Volume Editor. Hans Weghorn Faculty of Mechatronics BA-University of Cooperative Education, Stuttgart Germany"

Transcription

1 Volume Editor Hans Weghorn Faculty of Mechatronics BA-University of Cooperative Education, Stuttgart Germany Proceedings of the 4 th Annual Meeting on Information Technology and Computer Science ITCS, Volume 2008 Stuttgart, Germany, February 2008 Hans Weghorn (Ed.) Copyright 2008 All rights reserved Printed in Stuttgart, Germany ISSN

2 12 Managing Geo Data for Location-based Services The Hybris Framework Jörg Roth University of Applied Sciences Nuremberg Kesslerplatz 12, D Nuremberg Joerg.Roth@ohm-hochschule.de Abstract. Even though geo data are getting more and more widely available nowadays, they often do not meet the requirements of location-based services concerning structure, content and format. Often, an application provider thus has to modify or adapt geo data. Moreover, applications still have to deal with the position capturing process and the sensor fusion task. In this paper we present the Hybris framework that provides a geo data authoring environment and position reasoning services that significantly simplify the development of location-based services. Keywords: Location-based Services, Geo Data, Positioning, Spatial Reasoning 1 Introduction Geo data form the natural resource for location-based services. Geo objects describe the world in terms of natural, artificial and virtual entities that cover the earth's surface. Important functions such as displaying maps, maintaining points of interests (POIs) and navigation strongly rely on the quality of geo data. Managing geo data becomes a more and more difficult tasks. A huge variety of sources are available that range from land survey data (e.g. ATKIS), freely available geo data (e.g. OpenStreetMap), privately assembled data such points of interests collected with the car navigation device or GPS tracks stored in GPS loggers. These data have different characteristics concerning quality, structure and contents, thus data not only have to be imported from different formats, but have to be corrected, fused, enriched and finally integrated into a data repository. In this paper we present the Hybris environment. It is built to collect and manage geo data for location-based services; it contains a component to access positioning systems and provides a location reasoning mechanism.

3 13 2 The Hybris Environment The Hybris environment connects the components External Geo Data, Authoring, Positioning and Applications as illustrated in Fig. 1. Fig. 1. The Hybris environment The geo data authoring tool is called depro. Besides display and modification functions it provides a powerful plug-in interface that allows the easy integration of new components. In addition to the stand-alone editor, a Web-based variation based on Google Maps is realized. The Domain Repository stores the corresponding geo data. We identified a number of requirements that the geo data model should meet (see below). In the current implementation, the domain repository simply consists of a directory tree of XML files, but also the storage in spatial databases is conceivable. A mechanism called MAP3 allows to reason about the geo data in relation to the user's current position. As position sensors have certain sensor error distributions, reasoning about a position is a probabilistic mechanism. MAP3 provides an efficient approach to represent and process position probability densities and in contrast to Kalman filters also support non-gaussian densities. The next sections provide details about these components. 2.1 The Authoring Environment The traditional field that deals with geo data is land surveying. As nowadays land survey data is stored digitally, it can in principle be used for location-based services. However, the goals of land surveying often do not meet the requirements of location-based services, we thus introduce a new geo data model [3]. We identified a number of require-

4 14 ments that the geo model should meet, extended the traditional properties of geo data, which are thematic, geometric and topological properties and introduced structural, organizational and meta data properties. Commercial systems in the area of location-based services often import geo data from hundreds of geo spatial databases. One of our goals was to represent all required geo information within a single data format. To get the required expressiveness, we first extended the list of traditional properties of geo objects (i.e. geometric, thematic and topological properties). The resulting list of properties (excluding the traditional ones) is: Structural properties are used to describe storage and access of geo data in technical infrastructures. E.g., inside the Nimbus project [1, 2] we used structural properties to perform a geometric lookup of geo objects that are stored in a distributed federation of servers. In contrast to topological properties, structural properties describe relations in terms, which are not directly perceived by end-users. Organizational properties are information about the generation process of geo data, e.g., unique identifiers to detect duplicate objects as a result of multiple imports. They answer questions such as: What is the data source, who modified an entry and how long is the entry expected to be valid? If the geometry is based on GPS measurements, how many satellites were available? Such data is important to achieve and preserve the quality of geo data. In contrast to structural properties, organizational properties describe non-technical characteristics. Meta data are names, images, sounds, or Web links. Even though structural and organizational properties are also meta data in a general meaning, this point only summarizes those properties that describe content perceivable by an end-user as meta data. Some meta data is intended only to be displayed to users, but others have to be included into a resolution process. E.g., the time validity property is used for geo objects that do not exist permanently such as fairs, weekly markets, or construction zones. Fig. 2. The depro authoring environment (left: Web-based; right: stand-alone) Inside the Hybris project, we use an XML language to represent geo objects, whereas each geo object is stored in an individual XML file. That simplifies the distribution of

5 15 geo objects to different servers. Fig. 2 shows the main authoring tool to edit geo objects. The different properties are reflected by different views on the data. The editor provides a powerful plug-in interface to build future extensions. Currently plug-ins for refactoring, statistics, import/export, consistency checks, binary polygonal operations and for the creation of topological connections are implemented. The plug-in interface significantly simplifies the creation of authoring functions as it already provides powerful functions such as geo coding of mouse positions and displaying maps often required for editing. In addition, the environment preserves consistency if plug-ins modify multiple domains simultaneously. The major path to integrate huge amounts of geo data goes through the Import/Export interface. For important formats such as ATKIS (EDBS), GPS Logs (NMEA), Google Earth (KML), OpenStreetMaps (OSM) and TomTom POIs (OV2), import plug-ins are already implemented. 2.2 Reasoning Environment MAP 3 (Multi-Area Probability-based Positioning by Predicates) [5] introduces a new approach for position sensor data fusion (fig. 3). Any piece of information about the location at any point in time is mapped to a location predicate that forms a kind of universal interface to any positioning system. Predicates are mapped either to probability density representations or operations on densities. Fig. 3. The reasoning environment Position probability densities f are mathematical constructions that need to be approximated for computation, if they do not follow some hard constrains such as Gaussian densities [4]. We use the following approximation f approx for a position p n f ( p) fapprox ( p) = wiλ( p, mphi ) i= 1 where Λ is a characteristic function of a multipolygon with holes (mph i ) and w i the weight of the respective mph. An mph represents the most common approximating twodimensional structure that is widely available and efficiently implemented in many tool environments, software libraries and spatial databases. The Spatial Solver component executes density operations (e.g. multiplication, convolution) with the help of these mph operations. Depending on the application, the most

6 16 probable location or a set of local maximum values is computed. For details of the probabilistic reasoning mechanism see [5]. Fig. 3. Hybris applications (left: Buddy Finder, right: Photo Mapper) 3 Conclusions Managing geo data and locations currently still is a cost intensive task. With the Hybris environment, an application developer mainly can focus on the application-dependent part. We verified the approach with the help of two location-based applications developed as student project: a buddy finder for mobile phones and an application that assigns locations to digital pictures (fig. 3). A developer and can rely on a powerful tool environment to manage geo data, especially on the convenient authoring environment that provides a plug-in interface to integrate new import and processing mechanisms. The innovative spatial reasoning approach MAP 3 allows the easy integration of different positioning systems and provides an effective position fusion mechanism. References 1. Jörg Roth: The Distributed Location Resolution Problem and its Efficient Solution, IADIS Intern. Conf. Applied Computing 2006, San Sebastian (Spain), Feb , 2006, Jörg Roth: Detecting Identifiable Areas in Mobile Environments, 21 st Annual ACM Symposium on Applied Computing, April 23-27, 2006, Dijon, (France), ACM Press, Jörg Roth: Modelling Geo Data for Location-based Services, 3. GI/ITG KuVS Fachgespräch "Ortsbezogene Anwendungen und Dienste", Sept. 2006, Berlin, Institut für Informatik der Freien Universität Berlin, ISBN , Sept. 2006, Jörg Roth: Location Sensor Fusion Mechanisms A Comparison, 4. GI/ITG KuVS Fachgespräch "Ortsbezogene Anwendungen und Dienste", Sept. 2007, München, Dr. Hut- Verlag, ISBN , Jörg Roth: Inferring Position Knowledge from Location Predicates, 3 rd Intern. Symposium on Location- and Context-Awareness (LoCA 2007) Sept , 2007, Oberpfaffenhofen, Germany, LNCS 4718, Springer Verlag, The Hybris Homepage:

A Spatial Hashtable Optimized for Mobile Storage on Smart Phones

A Spatial Hashtable Optimized for Mobile Storage on Smart Phones A Spatial Hashtable Optimized for Mobile Storage on Smart Phones Jörg Roth Department of Computer Science Univ. of Applied Sciences Nuremberg Kesslerplatz 12 90489 Nuremberg, Germany Joerg.Roth@Ohm-Hochschule.de

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Red text signifies new things in Bentley Map

More information

A Railway Simulation Landscape Creation Tool Chain Considering OpenStreetMap Geo Data

A Railway Simulation Landscape Creation Tool Chain Considering OpenStreetMap Geo Data A Railway Simulation Landscape Creation Tool Chain Considering OpenStreetMap Geo Data Christian Rahmig, Andreas Richter DLR Institute of Transportation Systems Braunschweig, Germany SUMO Conference 2014

More information

GIS-based Smart Campus System using 3D Modeling

GIS-based Smart Campus System using 3D Modeling GIS-based Smart Campus System using 3D Modeling Smita Sengupta GISE Advance Research Lab. IIT Bombay, Powai Mumbai 400 076, India smitas@cse.iitb.ac.in Concept of Smart Campus System Overview of IITB Campus

More information

CARTOGRAPHY in a Web World

CARTOGRAPHY in a Web World CARTOGRAPHY in a Web World Nationale GI Minor BAREND KÖBBEN b.j.kobben@utwente.nl Agenda Short introduction to ITC and me Cartography: communicating spatial data Changing GIS & Cartography technology:

More information

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS An Ngoc VAN and Wataru TAKEUCHI Institute of Industrial Science University of Tokyo 4-6-1 Komaba, Meguro-ku, Tokyo 153-8505 Japan

More information

CARTOGRAPHY in a Web World

CARTOGRAPHY in a Web World CARTOGRAPHY in a Web World SENSE Research Cluster XIII meeting: Concepts and tools for spatial data visualization BAREND KÖBBEN kobben@itc.nl b.j.kobben@utwente.nl Agenda Short introduction to ITC and

More information

Business Model for sustainable regional development by tourism

Business Model for sustainable regional development by tourism Business Model for sustainable regional development by tourism Why EuroVeloPark Banat? Steps to Success Action proposal 1. Drawing of the Basis Map 2. Data Acquisition, POIs, etc. 3. Printed Map and Distribution

More information

Overview. Everywhere. Over everything.

Overview. Everywhere. Over everything. Cadenza Desktop Cadenza Web Cadenza Mobile Cadenza Overview. Everywhere. Over everything. The ultimate GIS and reporting suite. Provide, analyze and report data efficiently. For desktop, web and mobile.

More information

One platform for desktop, web and mobile

One platform for desktop, web and mobile One platform for desktop, web and mobile Search and filter Get access to all data thematically filter data in context factually and spatially as well as display it dynamically. Export a selection or send

More information

Geo Business Gis In The Digital Organization

Geo Business Gis In The Digital Organization We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with geo business gis in

More information

GIS Functions and Integration. Tyler Pauley Associate Consultant

GIS Functions and Integration. Tyler Pauley Associate Consultant GIS Functions and Integration Tyler Pauley Associate Consultant Contents GIS in AgileAssets products Displaying data within AMS Symbolizing the map display Display on Bing Maps Demo- Displaying a map in

More information

The Emerging Role of Enterprise GIS in State Forest Agencies

The Emerging Role of Enterprise GIS in State Forest Agencies The Emerging Role of Enterprise GIS in State Forest Agencies Geographic Information System (GIS) A geographic information system (GIS) is a computer software system designed to capture, store, manipulate,

More information

Converting OpenStreetMap geo data into railml for a Railway Simulation Environment

Converting OpenStreetMap geo data into railml for a Railway Simulation Environment Converting OpenStreetMap geo data into railml for a Railway Simulation Environment Christian Rahmig, Andreas Richter DLR Institute of Transportation Systems Braunschweig, Germany > Slide 1 Institute of

More information

Features and Benefits

Features and Benefits Autodesk LandXplorer Features and Benefits Use the Autodesk LandXplorer software family to help improve decision making, lower costs, view and share changes, and avoid the expense of creating physical

More information

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction

GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction GEOGRAPHICAL INFORMATION SYSTEMS. GIS Foundation Capacity Building Course. Introduction In recent times digital mapping has become part and parcel of our daily lives with experience from Google Maps on

More information

33 par&cipants 16 countries 5 sessions 16 presenta&ons

33 par&cipants 16 countries 5 sessions 16 presenta&ons 33 par&cipants 16 countries 5 sessions 16 presenta&ons Collection development, facts, figures and trends DUTCH EXPERIENCES rich tradition of institutional map collecting, dating back already to the 16th

More information

Model development for web - atlas system applying in administration management

Model development for web - atlas system applying in administration management VNU Journal of Science, Earth Sciences 28 (2012) 29-36 Model development for web - atlas system applying in administration management Bui Ngoc Quy* Ha Noi University of Mining and Geology, Dong Ngac, Tu

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Visualization Software Dr. M. Gavrilova GIS Software for Visualization ArcView GEO/SQL Digital Atmosphere AutoDesk Visual_Data GeoMedia GeoExpress CAVE? Visualization in

More information

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Cameron SHORTER, Australia Key words: Open Source Geospatial Foundation, OSGeo, Open Standards, Open Geospatial

More information

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada Overview FLOSS concepts Digital Land Administration systems FLOSS Database alternatives FLOSS

More information

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model

Introduction-Overview. Why use a GIS? What can a GIS do? Spatial (coordinate) data model Relational (tabular) data model Introduction-Overview Why use a GIS? What can a GIS do? How does a GIS work? GIS definitions Spatial (coordinate) data model Relational (tabular) data model intro_gis.ppt 1 Why use a GIS? An extension

More information

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data INTERNATIONAL STANDARD ISO 19115-2 First edition 2009-02-15 Geographic information Metadata Part 2: Extensions for imagery and gridded data Information géographique Métadonnées Partie 2: Extensions pour

More information

Innovation in Land Management: Integrated Solutions For National Cadastre Projects

Innovation in Land Management: Integrated Solutions For National Cadastre Projects Success With GIS Innovation in Land Management: Integrated Solutions For National Cadastre Projects XXIII International FIG Congress Munich These documents are only complete, when used in connection with

More information

When Map Quality Matters

When Map Quality Matters When Map Quality Matters 50% 25% Powerful geospatial mapping tools for Adobe Creative Cloud and offline map solutions for mobile devices 20% When Map Quality Matters 10% We re focused on creating powerful

More information

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC ESRI PC ARC/INFO and Data Automation Kit GIS Tools for Your PC PC ARC/INFO High-quality digitizing and data entry Powerful topology building Cartographic design and query Spatial database query and analysis

More information

OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS. Nathan Frantz Geospatial Research Lab

OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS. Nathan Frantz Geospatial Research Lab OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS Nathan Frantz Geospatial Research Lab Dr. Ben Tuttle National Geospatial-Intelligence Agency FOSS4G 2015 Geospatial

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to GIS What is a geographic information

More information

THIS IS NOT A PRESENTATION

THIS IS NOT A PRESENTATION THIS IS NOT A PRESENTATION IT IS AN INVITATION Background Objectives Project Profile Distributed Geodata Management Current Status Remarks Gunnar Misund Associate Professor Head of Environmental Computing

More information

Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS

Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS Geospatial Multistate Archive and Preservation Partnership By Glen McAninch Best Practices

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

gvsig a real tool for GIS technicians

gvsig a real tool for GIS technicians gvsig a real tool for GIS technicians Jorge Gaspar Sanz Salinas jsanz@prodevelop.es International Geodetic Students Meeting 05/05/08 Valencia Agenda of the project OK, but what can gvsig do for me now?

More information

K. Zainuddin et al. / Procedia Engineering 20 (2011)

K. Zainuddin et al. / Procedia Engineering 20 (2011) Available online at www.sciencedirect.com Procedia Engineering 20 (2011) 154 158 The 2 nd International Building Control Conference 2011 Developing a UiTM (Perlis) Web-Based of Building Space Management

More information

Lecture 11. Data Standards and Quality & New Developments in GIS

Lecture 11. Data Standards and Quality & New Developments in GIS Lecture 11 Data Standards and Quality & New Developments in GIS Lecture 11: Outline I. Data Standards and Quality 1. Types of Spatial Data Standards 2. Data Accuracy II. New Developments/The Future of

More information

Integrating LiDAR data into the workflow of cartographic representation.

Integrating LiDAR data into the workflow of cartographic representation. Integrating LiDAR data into the workflow of cartographic representation. Cartographic Workflow I. 1 2 3 4 5 Surveying Vector (Nat. GDB) GPS, Laser Range Finder Yes/ No Scanning old maps LiDARflights Capture

More information

Developing An Application For M-GIS To Access Geoserver Through Mobile For Importing Shapefile

Developing An Application For M-GIS To Access Geoserver Through Mobile For Importing Shapefile Developing An Application For M-GIS To Access Geoserver Through Mobile For Importing Shapefile Ritik Sharma,A,1, Shubhangi Garg B,2, Yogesh Kumar c,3, Jeevash Mutreja d,4 a ABES Engg.College Ghaziabad

More information

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 GIS at UCAR The evolution of NCAR s GIS Initiative Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 Why GIS? z z z z More questions about various climatological, meteorological, hydrological and

More information

GIS CONCEPTS Part I. GIS ON THE WEB Part II

GIS CONCEPTS Part I. GIS ON THE WEB Part II Week 2 GIS CONCEPTS Part I GIS ON THE WEB Part II topics of the week part I GIS functions and GIS data Spatial relationships Organizing convention for spatial data Store Information by thematic layers

More information

THE USE OF GEOMATICS IN CULTURAL HERITAGE AND ARCHAEOLOGY FOR VARIOUS PURPOSES

THE USE OF GEOMATICS IN CULTURAL HERITAGE AND ARCHAEOLOGY FOR VARIOUS PURPOSES THE USE OF GEOMATICS IN CULTURAL HERITAGE AND ARCHAEOLOGY FOR VARIOUS PURPOSES FEBRUARY 2013 AL BEIDA GEOPLAN CONTENT Company Profile Concept Objectives and Strategies Data Production Methods Data Samples

More information

Introduction to Field Data Collection

Introduction to Field Data Collection Introduction to Field Data Collection Dr. Yuji Murayama (Professor) Dr. Ko Ko Lwin (JSPS Postdoctoral Researcher) Division of Spatial Information Science Graduate School of Life and Environmental Sciences

More information

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices 212 45th Hawaii International Conference on System Sciences Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices Kazunari Ishida Hiroshima Institute of Technology k.ishida.p7@it-hiroshima.ac.jp

More information

ArchaeoKM: Managing Archaeological data through Archaeological Knowledge

ArchaeoKM: Managing Archaeological data through Archaeological Knowledge Computer Applications and Quantitative Methods in Archeology - CAA 2010 Fco. Javier Melero & Pedro Cano (Editors) ArchaeoKM: Managing Archaeological data through Archaeological Knowledge A. Karmacharya

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones

Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones Rik Bellens 1 Sven Vlassenroot 2 Sidharta Guatama 3 Abstract: In 2010 the MOVE project started in the collection and analysis

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

3D Urban Information Models in making a smart city the i-scope project case study

3D Urban Information Models in making a smart city the i-scope project case study UDC: 007:528.9]:004; 007:912]:004; 004.92 DOI: 10.14438/gn.2014.17 Typology: 1.04 Professional Article 3D Urban Information Models in making a smart city the i-scope project case study Dragutin PROTIĆ

More information

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136

GIS Boot Camp for Education June th, 2011 Day 1. Instructor: Sabah Jabbouri Phone: (253) x 4854 Office: TC 136 GIS Boot Camp for Education June 27-30 th, 2011 Day 1 Instructor: Sabah Jabbouri Phone: (253) 833-9111 x 4854 Office: TC 136 Email: sjabbouri@greenriver.edu http://www.instruction.greenriver.edu/gis/ Summer

More information

Maps as Research Tools Within a Virtual Research Environment.

Maps as Research Tools Within a Virtual Research Environment. Maps as Research Tools Within a Virtual Research Environment. Sebastian Specht, Christian Hanewinkel Leibniz-Institute for Regional Geography Leipzig, Germany Abstract. The Tambora.org Virtual Research

More information

Lecture 12. Data Standards and Quality & New Developments in GIS

Lecture 12. Data Standards and Quality & New Developments in GIS Lecture 12 Data Standards and Quality & New Developments in GIS Lecture 12: Outline I. Data Standards and Quality 1. Types of Spatial Data Standards 2. Data Accuracy 3. III. Documenting Spatial Data Accuracy

More information

NOKIS - Information Infrastructure for the North and Baltic Sea

NOKIS - Information Infrastructure for the North and Baltic Sea NOKIS - Information Infrastructure for the North and Baltic Sea Carsten Heidmann 1 and Jörn Kohlus 2 Abstract 1. General The initial motivation for the project NOKIS (German title: Nord- und Ostsee-Küsteninformationssystem)

More information

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES

USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES USAGE OF OLD MAPS AND THEIR DISTRIBUTION WITHIN THE FRAME OF WEB MAP SERVICES Jiri Cajthaml, Jiri Krejci Czech Technical University in Prague, Faculty of Civil Engineering, Department of Mapping and Cartography,

More information

Development of a server to manage a customised local version of OpenStreetMap in Ireland

Development of a server to manage a customised local version of OpenStreetMap in Ireland Development of a server to manage a customised local version of OpenStreetMap in Ireland BłaŜej Ciepłuch 1, Jianghua Zheng 1, Peter Mooney 1,2, Adam C. Winstanley 1 1 Department of Computer Science, National

More information

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity

7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity 7th FIG Regional Conference Spatial Data Serving People: Land Governance and the Environment - Building the Capacity Hanoi, Vietnam, 19-22 October 2009 ------------------ TS 3A - SDI in Support of Urban

More information

ESRI Survey Summit August Clint Brown Director of ESRI Software Products

ESRI Survey Summit August Clint Brown Director of ESRI Software Products ESRI Survey Summit August 2006 Clint Brown Director of ESRI Software Products Cadastral Fabric How does Cadastral fit with Survey? Surveyors process raw field observations Survey measurements define high-order

More information

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD ISO 19100 Series Standards in a Model Driven Architecture for Landmanagement Jürgen Ebbinghaus, AED-SICAD 29.10.2003 The Company 100% SIEMENS PTD SIEMENS Business Services Shareholder & Strategic Business

More information

Digital Map of Mexico Platform and MxSIG. March 2017

Digital Map of Mexico Platform and MxSIG. March 2017 Digital Map of Mexico Platform and MxSIG March 2017 1 I. Digital Map of Mexico Platform Concept Evolution II. Digital Map of Mexico online Concept Capabilities Information available Other state units information

More information

Cartographic and Geospatial Futures

Cartographic and Geospatial Futures Cartographic and Geospatial Futures 1. Web Cartography, WebGIS, & Virtual Globes--New Roles for Maps, GIS, and GIS professionals 2. Map Mashups, the Neo Neo-geography Movement, & Crowd-sourcing Geospatial

More information

From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting

From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting From User Requirements Analysis to Conceptual Design of a Mobile Augmented Reality Tool to be used in an Urban Geography Fieldwork Setting Xiaoling Wang, Corné P.J.M. van Elzakker, Menno-Jan Kraak 2016

More information

GST Geosciences in Space and Time

GST Geosciences in Space and Time A TEAM COLLABORATION TOOL AND PLATFORM TO SHARE 3D GEOMODELS GST Geosciences in Space and Time Paul Gabriel 1,2, Jan Gietzel 1,2, Helmut Schaeben 2 1 GiGa infosystems, Freiberg, Germany 2 Geophysics and

More information

POSSIBILITY FOR APPLICATION OF GIS TECHNOLOGIES IN RTB BOR GROUP

POSSIBILITY FOR APPLICATION OF GIS TECHNOLOGIES IN RTB BOR GROUP MINING AND METALLURGY INSTITUTE BOR UDK: 622 ISSN: 2334-8836 (Štampano izdanje) ISSN: 2406-1395 (Online) UDK: 681.33:622.343(045)=111 doi:10.5937/mmeb1603021v Nenad Vušović *, Marko Vuković **, Igor Svrkota

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

Intelligent GIS: Automatic generation of qualitative spatial information

Intelligent GIS: Automatic generation of qualitative spatial information Intelligent GIS: Automatic generation of qualitative spatial information Jimmy A. Lee 1 and Jane Brennan 1 1 University of Technology, Sydney, FIT, P.O. Box 123, Broadway NSW 2007, Australia janeb@it.uts.edu.au

More information

Existing Open Source Tools and Possibilities for Cadastre Systems

Existing Open Source Tools and Possibilities for Cadastre Systems Existing Open Source Tools and Possibilities for Cadastre Systems Gertrude Pieper Espada FIG Congress Sydney, 11-16 April 2010 What is FLOSS? What is open source? What open source software tools are available?

More information

Geodatabase: Best Practices. Robert LeClair, Senior Instructor

Geodatabase: Best Practices. Robert LeClair, Senior Instructor Geodatabase: Best Practices Robert LeClair, Senior Instructor Agenda Geodatabase Creation Data Ownership Data Model Data Configuration Geodatabase Behaviors Data Validation Extending Performance Geodatabase

More information

ArcGIS is Advancing. Both Contributing and Integrating many new Innovations. IoT. Smart Mapping. Smart Devices Advanced Analytics

ArcGIS is Advancing. Both Contributing and Integrating many new Innovations. IoT. Smart Mapping. Smart Devices Advanced Analytics ArcGIS is Advancing IoT Smart Devices Advanced Analytics Smart Mapping Real-Time Faster Computing Web Services Crowdsourcing Sensor Networks Both Contributing and Integrating many new Innovations ArcGIS

More information

Design and implementation of a new meteorology geographic information system

Design and implementation of a new meteorology geographic information system Design and implementation of a new meteorology geographic information system WeiJiang Zheng, Bing. Luo, Zhengguang. Hu, Zhongliang. Lv National Meteorological Center, China Meteorological Administration,

More information

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School Jaakko Kähkönen*, Lassi Lehto*, Juha Riihelä** * Finnish Geodetic Institute, PO Box 15, FI-02431 Masala,

More information

Understanding Geographic Information System GIS

Understanding Geographic Information System GIS Understanding Geographic Information System GIS What do we know about GIS? G eographic I nformation Maps Data S ystem Computerized What do we know about maps? Types of Maps (Familiar Examples) Street Maps

More information

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management NASCIO Awards 2009 STATE GEOGRAPHIC INFORMATION DATABASE B. EXECUTIVE SUMMARY Utah has developed one of the most

More information

Access tofaydrological data from GIS applications by graphical software tools an example from the Hydrological Atlas of Germany (HAD)

Access tofaydrological data from GIS applications by graphical software tools an example from the Hydrological Atlas of Germany (HAD) Remote Sensing and Geographic Information Systems for Design and Operation of Water Resources Systems (Proceedings of Rabat Symposium S3, April 1997). IAHS Publ. no. 242, 1997 255 Access tofaydrological

More information

Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System

Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System Leveraging Your Geo-spatial Data Investments with Quantum GIS: an Open Source Geographic Information System Donald L. Schrupp Colorado Division of Wildlife (Retired) Danny Lewis Texas Parks and Wildlife

More information

A Distributed GIS Architecture for Research in Baalbek Based on CISAR

A Distributed GIS Architecture for Research in Baalbek Based on CISAR 234 Frank Henze A Distributed GIS Architecture for Research in Baalbek Based on CISAR Abstract: Research underway in Baalbek extends from the immediate vicinity of the excavation areas to the monumental

More information

COURSE INTRODUCTION & COURSE OVERVIEW

COURSE INTRODUCTION & COURSE OVERVIEW week 1 COURSE INTRODUCTION & COURSE OVERVIEW topics of the week Instructor introduction Students introductions Course logistics Course objectives Definition of GIS The story of GIS introductions Who am

More information

Government GIS and its Application for Decision Support

Government GIS and its Application for Decision Support Government GIS and its Application for Decision Support Zhang Qingpu (Chinese Academy of Surveying and Mapping, Email: zhangqp@casm.ac.cn) Abstract: Application of GIS in government agencies is called

More information

Model development for WebAtlas system applying in administration management.

Model development for WebAtlas system applying in administration management. Model development for WebAtlas system applying in administration management. Bui Ngoc Quy, Vo Ngọc Dung, Nguyen Danh Duc, University of mining and geology, Viet Nam Key words: Webatlas, Web Map, Electronic

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

Working with ArcGIS Online

Working with ArcGIS Online Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 Working with ArcGIS Online Bern Szukalski, Deane Kensok Topics for this Session ArcGIS Online Overview ArcGIS Online Content

More information

June 19 Huntsville, Alabama 1

June 19 Huntsville, Alabama 1 June 19 Huntsville, Alabama 1 Real-Time Geospatial Data: The Fusion of PI and ArcGIS Enabling Smarter Facilities Management OSIsoft and Esri Mapping and Location Analytics Platform Supporting Your Use

More information

Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION. clickworker GmbH 2017

Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION. clickworker GmbH 2017 Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION 2017 CLICKWORKER AT A GLANCE Segment: Paid Crowdsourcing / Microtasking Services: Text Creation (incl. SEO Texts), AI-Training Data, Internet

More information

IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS ABSTRACT

IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS ABSTRACT IMPLEMENTAION OF GIS TECHNOLOGY IN THE NILE AND ITS WADIS Eng. NADIA M. ABD EI- SALAM 1 Dr. ABDEL AZIZ TAREK M. 2 ABSTRACT Traditional methods have been used for several years for map production of the

More information

Statement on. Usage of BoK at our institute

Statement on. Usage of BoK at our institute BoK workshop AGILE 2012, Avignon Statement on Usage of BoK at our institute Wolfgang Reinhardt AGIS / Institut für Angewandte Informatik Universität der Bundeswehr München Wolfgang.Reinhardt@unibw.de www.agis.unibw.de

More information

Local SDI Collaboration on SOA

Local SDI Collaboration on SOA Institute of Geodesy Local SDI Collaboration on SOA Dr.-Ing. Jörg Blankenbach Dipl.-Ing. Christian Hickel FIG Commission 3 Workshop Paris, 27.10.2011 Agenda Local SDI in Hesse: GDI-Südhessen Overview Service

More information

GIS Resources for Local Governments

GIS Resources for Local Governments ISSUE PAPER SERIES GIS Resources for Local Governments February 2018 NEW YORK STATE TUG HILL COMMISSION DULLES STATE OFFICE BUILDING 317 WASHINGTON STREET WATERTOWN, NY 13601 (315) 785-2380 WWW.TUGHILL.ORG

More information

Joanne N. Halls, PhD Dept. of Geography & Geology David Kirk Information Technology Services

Joanne N. Halls, PhD Dept. of Geography & Geology David Kirk Information Technology Services Joanne N. Halls, PhD Dept. of Geography & Geology David Kirk Information Technology Services Geographic Information Systems manage and analyze data to solve spatial problems. Real World Abstraction Analysis

More information

STATE GEOGRAPHIC INFORMATION DATABASE

STATE GEOGRAPHIC INFORMATION DATABASE STATE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management STATE GEOGRAPHIC INFORMATION DATABASE EXECUTIVE SUMMARY Utah has developed one of the most comprehensive statewide GIS resources

More information

Oakland County Parks and Recreation GIS Implementation Plan

Oakland County Parks and Recreation GIS Implementation Plan Oakland County Parks and Recreation GIS Implementation Plan TABLE OF CONTENTS 1.0 Introduction... 3 1.1 What is GIS? 1.2 Purpose 1.3 Background 2.0 Software... 4 2.1 ArcGIS Desktop 2.2 ArcGIS Explorer

More information

NR402 GIS Applications in Natural Resources

NR402 GIS Applications in Natural Resources NR402 GIS Applications in Natural Resources Lesson 1 Introduction to GIS Eva Strand, University of Idaho Map of the Pacific Northwest from http://www.or.blm.gov/gis/ Welcome to NR402 GIS Applications in

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

GSDI Global Spatial Data Infrastructure. Convergences between Geo Spatial Communities: key decision for decision making

GSDI Global Spatial Data Infrastructure. Convergences between Geo Spatial Communities: key decision for decision making GSDI Global Spatial Data Infrastructure Convergences between Geo Spatial Communities: key decision for decision making April 14 th 2010 Bas Kok GSDI Past-President Director of International Affairs, Dutch

More information

Interactive Visualization Tool (InViTo)

Interactive Visualization Tool (InViTo) Interactive Visualization Tool (InViTo) Stefano Pensa To cite this report: Stefano Pensa (2012) Interactive Visualization Tool (InViTo), in Angela Hull, Cecília Silva and Luca Bertolini (Eds.) Accessibility

More information

Course Syllabus. Geospatial Data & Spatial Digital Technologies: Assessing Land Use/Land Cover Change in the Ecuadorian Amazon.

Course Syllabus. Geospatial Data & Spatial Digital Technologies: Assessing Land Use/Land Cover Change in the Ecuadorian Amazon. Course Syllabus Geospatial Data & Spatial Digital Technologies: Assessing Land Use/Land Cover Change in the Ecuadorian Amazon Co- Instructors Dr. Carlos F. Mena, Universidad San Francisco de Quito, Ecuador

More information

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY K. T. He a, b, Y. Tang a, W. X. Yu a a School of Electronic Science and Engineering, National University of Defense Technology, Changsha,

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

More information

2013 AND 2025 THE FUTURE OF GIS

2013 AND 2025 THE FUTURE OF GIS THE FUTURE OF GIS 2013 AND 2025 What is the state of geospatial computing today? What are the issues today? Unresolved problems What will geospatial computing be like in 2025? What issues will be of concern

More information

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey

Global Geospatial Information Management Country Report Finland. Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Submitted by Director General Jarmo Ratia, National Land Survey Global Geospatial Information Management Country Report Finland Background

More information

The Challenge of Geospatial Big Data Analysis

The Challenge of Geospatial Big Data Analysis 288 POSTERS The Challenge of Geospatial Big Data Analysis Authors - Teerayut Horanont, University of Tokyo, Japan - Apichon Witayangkurn, University of Tokyo, Japan - Shibasaki Ryosuke, University of Tokyo,

More information

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager Innovation The Push and Pull at ESRI September 2004 Kevin Daugherty Cadastral/Land Records Industry Solutions Manager The Push and The Pull The Push is the information technology that drives research and

More information