CityGML Experience: From Validation to Database Management. Kean Huat SOON, Eric LOW, Zhen Hao NG and Victor KHOO

Size: px
Start display at page:

Download "CityGML Experience: From Validation to Database Management. Kean Huat SOON, Eric LOW, Zhen Hao NG and Victor KHOO"

Transcription

1 Experience: From Validation to Database Management Kean Huat SOON, Eric LOW, Zhen Hao NG and Victor KHOO

2 Outline : WOG 3D National Topographic Mapping Project Validation Process Management of Data in DBMS Outlook ()

3 WOG 3D National Topographic Mapping Project Two Phases: Phase 1 Airborne; Phase 2 Mobile, for the whole 1: Modeling for Relief, Waterbody, Vegetation, Bridge and Building 2: City Furniture, Relief, Tunnel and Transportation (LOD0-LOD2) To develop a national 3D topographic database, which is based on 2.0 schema

4 Open Geospatial Consortium (OGC) encoding standard since 2008 developed by international experts Open standard XML-based not confined by proprietary software, i.e. neutral machine readable and processable can be opened in any Operation Systems (MacOS, Windows, Linux,etc)

5 2.0 Thematic Modules Application Domain Extensions (ADE) Generics Appearance Building Bridge CityFurniture CityObjectGroup LandUse Relief Transportation Tunnel Vegetation WaterBody Core / GML (Source: Claus Nagel)

6 LOD 0 to LOD 4 LOD 0 only FootPrint and/or RoofEdge LOD 1 Block model w/o roof structures 6 LOD 2 Differentiated roof structures, building installations LOD 3 Detailed architecture model LOD 4 LOD 3 + model of the interior space (Source: OGC) (Source: TUDelft)

7 Data Management Building Model CityObject Abstract Building Building roof surface Building Part Boundary Surface Roof Surface Wall Surface wall surface ground surface 3D Geometry + Topology + Semantics + Appearance

8 Data Management Building Model CityObject Abstract Building Building roof surface Building Part Boundary Surface Roof Surface Wall Surface wall surface ground surface 3D Geometry + Topology + Semantics + Appearance

9 as DB Schema

10 as Exchange Format

11 Singapore Building LOD 2 Singapore s Spatial Reference System in 3D A unique GML ID for 3D Buildings Singapore Localized Codelists Address

12 Spatio-Semantic Coherence critical for complex queries, analysis and simulations Geometry objects know WHAT they are CityObject Abstract Building Building Building Part Boundary Surface Roof Surface Wall Surface Semantic objects know WHERE they are and their spatial extent 11

13 Applications Development Planning Rainwater Runoff Assessment Green Applications Flood modeling Building Height Study Solar Potential Study Telecommunication Coverage Climate Change Study Pollution Dispersion, etc. 12 Data Management (Source: CyberCity3D)

14 Analysis and simulation results are not reliable if the quality of the models is not ensured. have been carried out to check schema (e.g. compliance and external reference) themes (e.g. Building, Bridge) geometries (polygon and solid) semantics (e.g. wall surface, roof surface) database import (e.g. data type) Using validation tools FZK Viewer 3D CityDB Importer/Exporter v3.0 CityDoctor 13

15 Validation Process Models validate accept produce Validation Tools reject Quality Checks (SLA) 3D Topography DB (SLA) communicate Modelers (Vendors) 14 Discussions/Requirements (SLA and vendors)

16 Validation Process Models validate accept produce Validation Tools reject Quality Checks (SLA) 3D Topography DB (SLA) communicate Modelers (Vendors) 14 Discussions/Requirements (SLA and vendors)

17 FZK Viewer Visual and manual attribute checks include gml id, codelists, etc. e.g. address, external reference, measuredheight roof type Building? e.g. volume, surface area 15

18 3D CityDB Importer/Exporter 3.0 Fully automated Schema checks for all thematic modules (e.g. Building, Relief, Bridge) Database import check Includes other functionalities e.g. import and export from database

19 CityDoctor Validation Tool Content in tree structure Four different views Color Preference Validation Criteria Geometric Table stuttgart.de Validation Results Panel Validation Results in XML

20 CityDoctor Polygon Checks Solid Checks Semantic Checks Additional Checks Building models are validated automatically through Polygon Checks, Solid Checks, and Semantic Checks. Currently the tool is limited to Building only 18

21 Polygon Checks 1. A linear ring must consist of a minimum of 4 points 2. First and last point of a linear ring are identical. 3. All points of a linear ring are different, with exception of first and last point. 4. Two edges can intersect only in one start- /end point. Other points of intersection or touching are not allowed (to account for rounding errors or polygons which are not perfectly planar, a small tolerance is allowed). 5. All points of the polygon must be located in a plane (a small tolerance is allowed). X X X X X X 19 (Source: Alam et. al 2013)

22 Solid Checks X X 1. The minimum number of polygons to define a solid is four. They must be situated in different planes. 2. A valid intersection of two polygons of a solid either contains a common edge, a common point of a linear ring, or is empty. Common edges and points must be elements of both polygons. 3. Each edge of a linear ring defining a polygon is used by exactly one neighboring polygon. 4. Consistent orientation of polygons of a solid such that common edges according to check 4 are used in opposite direction. 5. The normal vectors of the polygons must point towards the outside of the solid. 6. All parts of a solid must be connected. X X (Source: Alam et. al 2013) 20

23 Semantic Checks 1. Orientation of RoofSurface, WallSurface and GroundSurface elements 2. measuredheight in same range as height of building geometry 3. numberofstoreysaboveground plausible for height of the building geometry 4. numberofstoreysbelowground plausible for height of underground geometry of the building 5. Relationship of Building and BuilidingPart (Source: Alam et. al 2013) 21

24 Loading Content to DBMS All faces of building Roof Wall Files <gml:solid gml:id="srf_t29i1172_2543" > <gml:exterior> <gml:compositesurface >. </gml:compositesurface> </gml:exterior> </gml:solid> <gml:surfacemember> <gml:polygon gml:id= poly_t29i1172_p2543_0"> <gml:exterior> <gml:linearring gml:id="line_t29i1172_p2543_0"> <gml:poslist srsdimension="3">. </gml:poslist>.. </gml:surfacemember> <gml:surfacemember> <gml:polygon gml:id= poly_t29i1172_p2543_1"> <gml:exterior> <gml:linearring gml:id="line_t29i1172_p2543_0"> <gml:poslist srsdimension="3">. </gml:poslist>.. </gml:surfacemember> SURFACE_GEOMETRY ID GMLID PARENT_ ID ROOT _ID Database IS_SOLID IS_COMPOSITE GEOMETRY SOLID_GEOMETRY 1 srf_t29i1172_2543 (null) (null) SDO_GEOMETRY 2 UUID (null) (null) 3 poly_t29i1172_p2543_ SDO_GEOMETRY (null) Building Wall Wall <gml:surfacemember> <gml:polygon gml:id= poly_t29i1172_p2543_2"> <gml:exterior> <gml:linearring gml:id="line_t29i1172_p2543_0"> <gml:poslist srsdimension="3">. </gml:poslist>.. </gml:surfacemember> <gml:surfacemember> <gml:polygon gml:id= poly_t29i1172_p2543_3 "> <gml:exterior> <gml:linearring gml:id="line_t29i1172_p2543_0"> <gml:poslist srsdimension="3">. </gml:poslist>.. </gml:surfacemember> 3D City DB Importer/ Exporter 4 poly_t29i1172_p2543_ SDO_GEOMETRY (null) 5 poly_t29i1172_p2543_ SDO_GEOMETRY (null) 6 poly_t29i1172_p2543_ SDO_GEOMETRY (null) 7 poly_t29i1172_p2543_ SDO_GEOMETRY (null) Wall <gml:surfacemember> <gml:polygon gml:id= poly_t29i1172_p2543_4"> <gml:exterior> <gml:linearring gml:id="line_t29i1172_p2543_0"> <gml:poslist srsdimension="3">. </gml:poslist>.. </gml:surfacemember> 22

25 From DBMS to More Files 3D CityDB Importer/ Exporter Single Source of Truth GIS Data (e.g. ESRI, Bentley, etc.) Web Feature Services, KML, COLLADA, etc. Interfacing 23

26 Principle Single Source of Truth using Oracle Spatial Data integrity (e.g. no duplicates, always up- to- date) Database Management System (DBMS) vs File- based Management Centrally managed while sharing through web services (SOA) 24

27 Maintenance with GIS software? Maintaining with multiple SDO_GEOMETRY columns is a challenge for any GIS software Currently working with Bentley Technical Team to tackle the challenge Multiple SDO_GEOMETRY columns 25 3D City Database Schema

28 Outlook () Building modeling is still work in progress, expected to complete by year end Final models are not aimed at 100% error proof, but hopefully at 85%. Main reason due to the complexity of the buildings, especially in CBD 26

29 Outlook Looking at more elegant way of maintaining the database using GIS software as opposed to export and import files for every update CityDoctor would be great to consider other thematic modules (e.g. Transportation) 27

30 Acknowledgement Appreciate the technical supports given by (alphabetical order): 3D City DB Team from virtualcitysystems (Nagel, Kunde) AAM (Lambert) Bentley Technical Team (Rao) CityDoctor Team from HFT Stuttgart (Coors, Alam) 28

31 thank you! 29

3D Validation of CityGML

3D Validation of CityGML 3D Validation of CityGML Hugo Ledoux GIS technology group 10 March 2009 CityGML Information model for exchange and storage of 3D city models Based on GML (thus XML-based) Now an international standard

More information

Bringing Singapore to life in 3D

Bringing Singapore to life in 3D Bringing Singapore to life in 3D Dr Victor Khoo, Deputy Director Singapore Land Authority Bringing Singapore to life in 3D ESRI Singapore UC 2016 Dr. Victor Khoo Singapore Land Authority SLA 2016 RESTRICTED

More information

Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection

Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection Implementing INSPIRE Data Specifications Transformation workflow and Challenges Based on Example of Designated Areas for Nature Protection INSPIRE Conference 2014 Parallel session: Data Transformation

More information

Integrating ArcGIS desktop in data interoperability environments with heterogeneous GIS clients

Integrating ArcGIS desktop in data interoperability environments with heterogeneous GIS clients Data-Interoperability based on Common Databases Integrating ArcGIS desktop in data interoperability environments with heterogeneous GIS clients M.Sc Abdurasyid Moestofa / Prof. Rainer Kettemann Stuttgart

More information

Simulation of explosions in urban space and result analysis based on CityGML-City Models and a cloud-based 3D-Webclient Master Thesis

Simulation of explosions in urban space and result analysis based on CityGML-City Models and a cloud-based 3D-Webclient Master Thesis Technical University Munich Chair of Geoinformatics Simulation of explosions in urban space and result analysis based on CityGML-City Models and a cloud-based 3D-Webclient Master Thesis vorgelegt von:

More information

Final Report Technical Specifications for the Construction of 3D IMGeo-CityGML

Final Report Technical Specifications for the Construction of 3D IMGeo-CityGML Final Report Technical Specifications for the Construction of 3D IMGeo-CityGML Authors: Jan Blaauboer, Bentley Joris Goos, Rotterdam Council Hugo Ledoux, TU Delft Friso Penninga, Den Haag Council Marcel

More information

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe

3D Data Modelling at Esri. Paul Hardy Business Development Consultant Esri Europe 3D Data Modelling at Esri Paul Hardy phardy@esri.com Business Development Consultant Esri Europe Users of 3D GIS Local government Facilities management Civil engineering 3D GIS Defense / Public Safety

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc Standards, and AIXM Dr. David Burggraf Vice President Galdos Systems Inc Copyright Galdos Systems Inc. May 6, 2010 Geography Markup Language: What is it? A modeling language for geographic features A set

More information

Using Databases for 3D Data Management From Point Cloud to City Model

Using Databases for 3D Data Management From Point Cloud to City Model Using Databases for 3D Data Management From Point Cloud to City Model Hans Viehmann 1 1 ORACLE Corporation, Server Technologies Division, Hamburg, Germany, hans.viehmann@oracle.com Abstract With the cost

More information

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu Lecture 5: Spatial Data Management in GIS Dr. Bo Wu lsbowu@polyu.edu.hk Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to

More information

From 2D to 3D at Esri

From 2D to 3D at Esri From 2D to 3D at Esri OGC/EuroSDR workshop on CityGML in National Mapping Paul Hardy phardy@esri.com Business Development Consultant National Mapping & Cadastre Esri 3D GIS Visualize Manage Share Analyze

More information

SDI Tecnological Components and Standards

SDI Tecnological Components and Standards SDI Tecnological Components and Standards Salvador Bayarri sbayarri@gmail.com World Bank Consultant Contents The SDI architecture model Software components: the SDI stack Basic services Metadata SDI access

More information

XML and Inter-Operability in Distributed GIS

XML and Inter-Operability in Distributed GIS XML and Inter-Operability in Distributed GIS KIM Do-Hyun and KIM Min-Soo, Republic of Korea Key words: GML(Geography Markup Language), Interoperability, GIS. SUMMARY Web GIS (Geographic Information Systems)

More information

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT

5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT 86 Advances toward 3D GIS 5 MANAGING AND MODELLING OF 3D SPATIAL OBJECTS FOR URBAN ENVIROMENT Siti Nur Awanis Mohamad Zulkifli Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation

More information

Oracle Spatial Users Conference

Oracle Spatial Users Conference April 2006 April 27, 2006 Tampa Convention Center Tampa, Florida, USA April 2006 Michael Smith Physical Scientist Remote Sensing/GIS Center of Expertise Army Corps of Engineers Engineer Research & Development

More information

Unwrapping of Urban Surface Models

Unwrapping of Urban Surface Models Unwrapping of Urban Surface Models Generation of virtual city models using laser altimetry and 2D GIS Abstract In this paper we present an approach for the geometric reconstruction of urban areas. It is

More information

GML, WFS and SVG: A New Frontier of Internet GIS

GML, WFS and SVG: A New Frontier of Internet GIS GML, WFS and SVG: A New Frontier of Internet GIS Zhong-Ren Peng Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning University of Wisconsin-Milwaukee

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Web Services Security and Management Web Services for non-traditional Types of Data What are Web Services? Applications that accept XML-formatted requests from other systems

More information

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS

INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS INCORPORATING 3D SPATIAL OPERATOR WITH BUILDING INFORMATION MODELS IN CONSTRUCTION MANAGEMENT USING GEO-DBMS Ivin Amri Musliman 1, Alias Abdul-Rahman 1, and Volker Coors 2 1 3D GIS Research Lab, Faculty

More information

From 2D to 3D at Esri

From 2D to 3D at Esri From 2D to 3D at Esri Paul Hardy, Esri Inc phardy@esri.com, Cambridge, UK SHORT PAPER This short paper provides an overview of the 3D capabilities of a modern GIS, illustrated by the Esri ArcGIS system,

More information

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for:

Announcements. Data Sources a list of data files and their sources, an example of what I am looking for: Data Announcements Data Sources a list of data files and their sources, an example of what I am looking for: Source Map of Bangor MEGIS NG911 road file for Bangor MEGIS Tax maps for Bangor City Hall, may

More information

ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS

ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS ENCODING AND DECODING OF PLANAR MAPS THROUGH CONFORMING DELAUNAY TRIANGULATIONS Edward Verbree Delft University of Technology, Research Institute OTB, Section GIS technology, Jaffalaan 9, 2628 BX, Delft,

More information

Visualization/dissemination of 3D Cadastral Information

Visualization/dissemination of 3D Cadastral Information Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Visualization/dissemination of 3D Cadastral Information 9-5-2018 Barbara Cemellini, Rod Thompson, Marian de Vries, Peter van Oosterom

More information

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment

Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment Storing And Using Multi-Scale Topological Data Efficiently In A Client-Server DBMS Environment MAARTEN VERMEIJ, PETER VAN OOSTEROM, WILKO QUAK AND THEO TIJSSEN. Faculty of Civil Engineering and Geosciences,

More information

Implementing CDDA Based on the INSPIRE Protected Sites Transformation Workflow

Implementing CDDA Based on the INSPIRE Protected Sites Transformation Workflow Implementing CDDA Based on the INSPIRE Protected Sites Transformation Workflow María Cabello Pedro Mendive Summary Data transformation GML issues Validation and testing Tools Open issues Lessons learned

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2016-12-05 Reference number of this OGC document: OGC 07-036r1 Version: 3.2.2 Category: OpenGIS Standard Editor: Clemens Portele OpenGIS Geography Markup Language

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

MSc Geomatics thesis presentation. Validation and automatic repair of planar partitions using a constrained triangulation.

MSc Geomatics thesis presentation. Validation and automatic repair of planar partitions using a constrained triangulation. MSc Geomatics thesis presentation Validation and automatic repair of planar partitions using a constrained triangulation Ken Arroyo Ohori Friday, 27 August 2010 at 10:00 Grote Vergaderzaal OTB Research

More information

Keywords: 3D-GIS, R-Tree, Progressive Data Transfer.

Keywords: 3D-GIS, R-Tree, Progressive Data Transfer. 3D Cadastres 3D Data Model Visualisation 3D-GIS IN NETWORKING ENVIRONMENTS VOLKER COORS Fraunhofer Institute for Computer Graphics Germany ABSTRACT In this paper, we present a data model for 3D geometry

More information

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network John Alsup & John Long Presentation Outline Utility Network Preparation - Migration Patterns - Understanding the Asset Package

More information

MODELLING AND MANAGING 3D SPATIAL OBJECTS. Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman

MODELLING AND MANAGING 3D SPATIAL OBJECTS. Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman MODELLING AND MANAGING 3D SPATIAL OBJECTS Siti Nur Awanis Mohamad Zulkifli and Alias Abdul Rahman Departments of Geoinformatics, Faculty of Geoinformation Engineering and Sciences, Universiti Teknologi

More information

Storing and using scale-less topological data efficiently in a clientserver DBMS environment

Storing and using scale-less topological data efficiently in a clientserver DBMS environment Storing and using scale-less topological data efficiently in a clientserver DBMS environment Maarten Vermeij, Peter van Oosterom, Wilko Quak and Theo Tijssen Faculty of Civil Engineering and Geosciences,

More information

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK)

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) INSPIRE: The ESRI Vision Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) Overview Who are we? Introduction to ESRI Inc. and ESRI(UK) Presenters ArcGIS The ESRI Solution to

More information

OpenGIS Image geopositioning metadata GML 3.2 application schema

OpenGIS Image geopositioning metadata GML 3.2 application schema Open Geospatial Consortium Inc. Date: 2007-05-10 Reference number of this document: OGC 07-031r1 Version: 0.0.3 Category: OpenGIS Implementation Specification Editor: Arliss Whiteside OpenGIS Image geopositioning

More information

M. Andrea Rodríguez-Tastets. I Semester 2008

M. Andrea Rodríguez-Tastets. I Semester 2008 M. -Tastets Universidad de Concepción,Chile andrea@udec.cl I Semester 2008 Outline refers to data with a location on the Earth s surface. Examples Census data Administrative boundaries of a country, state

More information

Extruding building footprints to create topologically consistent 3D city models

Extruding building footprints to create topologically consistent 3D city models Extruding building footprints to create topologically consistent 3D city models Hugo Ledoux and Martijn Meijers Delft University of Technology (OTB section GIS Technology) Jaffalaan 9, 2628BX Delft, the

More information

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION 10 th ICA Workshop on Generalisation and Multiple Representation, 2-3 August 2007, Moscow TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION Jean-Luc Monnot, Paul Hardy, &

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

More information

OGC Simple Features (for SQL and XML/GML)

OGC Simple Features (for SQL and XML/GML) Daniel Wirz, Department of Geography - GIS Division, University of Zurich mailto:wirz@geo.unizh.ch January 2004 What,...? Introduction Develop publicly available geoprocessing specifications. Open interfaces

More information

Implementing air quality e-reporting

Implementing air quality e-reporting Implementing air quality e-reporting Core requirements by September 2014 Jaume Targa 11 th AQ E-Reporting IPR Pilot meeting Copenhagen, EEA Content Core requirements by Sept 2014 Air Quality Zones (B)

More information

Maps as Numbers: Data Models

Maps as Numbers: Data Models Maps as Numbers: Data Models vertices E Reality S E S arcs S E Conceptual Models nodes E Logical Models S Start node E End node S Physical Models 1 The Task An accurate, registered, digital map that can

More information

May 2012 Oracle Spatial User Conference

May 2012 Oracle Spatial User Conference 1 May 2012 Oracle Spatial User Conference May 23, 2012 Ronald Reagan Building and International Trade Center Washington, DC USA Siva Ravada Director of Development Oracle Spatial Steve MacCabe Product

More information

INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data

INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data Making the Web an Exploratory Place for Geospatial Knowledge INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data Michalis Alexakis Spiros Athanasiou Nikos Georgomanolis Giorgos

More information

3D Modeling and Representation of the Spanish Cadastral Cartography and the INSPIRE buildings model

3D Modeling and Representation of the Spanish Cadastral Cartography and the INSPIRE buildings model 3D Modeling and Representation of the Spanish Cadastral Cartography and the INSPIRE José Miguel Olivares García jmiguel.olivares@catastro.minhap.es Luis Ignacio Virgós Soriano luis.virgos@catastro.meh.es

More information

Unit 4: Vector Overlay Analysis. Lecture Outline. Possible background reading material: McHarg, Ian 1992 Design with Nature. Wiley and Sons, New York.

Unit 4: Vector Overlay Analysis. Lecture Outline. Possible background reading material: McHarg, Ian 1992 Design with Nature. Wiley and Sons, New York. Unit 4: Vector Overlay Analysis Lecture Outline Possible background reading material: McHarg, Ian 1992 Design with Nature. Wiley and Sons, New York. Introduction: The idea of overlay originated when maps

More information

A Standard Indoor Spatial Data Model OGC IndoorGML and Implementation Approaches

A Standard Indoor Spatial Data Model OGC IndoorGML and Implementation Approaches International Journal of Geo-Information Article A Standard Indoor Spatial Data Model OGC IndoorGML and Implementation Approaches Hae-Kyong Kang 1 and Ki-Joune Li 2, * 1 Korea Research Institute for Human

More information

3D Analyst Visualization with ArcGlobe. Brady Hoak, ESRI DC

3D Analyst Visualization with ArcGlobe. Brady Hoak, ESRI DC 3D Analyst Visualization with ArcGlobe Brady Hoak, ESRI DC 3D GIS Viewing geospatial data in 3D leads to new insights 2D 3D Sometimes you need to edit your data in 3D 2D 3D Some problems can only be solved

More information

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016 Geodatabases Dr. Zhang SPRING 2016 GISC 1401 10/03/2016 Using and making maps Navigating GIS maps Map design Working with spatial data Spatial data infrastructure Interactive maps Map Animations Map layouts

More information

Topology in the Geodatabase: An Introduction

Topology in the Geodatabase: An Introduction Topology in the Geodatabase: An Introduction Colin Zwicker Erik Hoel ESRI Super Secret Topology Laboratory, May 2016 Agenda ArcGIS Topology defined Validating a topology Editing a topology Geoprocessing

More information

Proposed Resolution Joint Technical Committee on Electronic Engineering Data Title: Endorsement of TransXML

Proposed Resolution Joint Technical Committee on Electronic Engineering Data Title: Endorsement of TransXML Proposed Resolution Joint Technical Committee on Electronic Engineering Data Title: Endorsement of TransXML WHEREAS, Advancements in technology are providing increasing opportunities and needs for the

More information

Stir It Up: Achieving GIS Interoperability

Stir It Up: Achieving GIS Interoperability Stir It Up: Achieving GIS Interoperability City of Tacoma, Washington, USA Mike Murnane, Community & Economic Development John Shell, Public Works 2006 ESRI International User Conference - August 9, 8:30

More information

Topology in the Geodatabase an Introduction. Erik Hoel Doug Morgenthaler

Topology in the Geodatabase an Introduction. Erik Hoel Doug Morgenthaler Topology in the Geodatabase an Introduction Erik Hoel Doug Morgenthaler ESRI Super Secret Topology Laboratory, May 2012 Agenda ArcGIS Topology defined Validating a topology Editing a topology Geoprocessing

More information

The Interoperability of Location-Tracking Service based on Geographic Information

The Interoperability of Location-Tracking Service based on Geographic Information The Interoperability of Location-Tracking Service based on Geographic Information Do Hyun KIM and Byung Tae JANG, Korea Key words: Interoperability, Location-Tracking, GIS SUMMARY Tracking Service based

More information

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

May 21, 2014 Walter E. Washington Convention Center Washington, DC USA. Copyright 2014, Oracle and/or its affiliates. All rights reserved. May 21, 2014 Walter E. Washington Convention Center Washington, DC USA 1 How to Build a Better GIS Application Siva Ravada Senior Director of Development Spatial and Graph & MapViewer Oracle Program Agenda

More information

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION C. Jun a, * G. Kim a a Dept. of Geoinformatics, University of Seoul, Seoul, Korea - (cmjun, nani0809)@uos.ac.kr Commission VII KEY WORDS: Modelling,

More information

Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti

Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti Politecnico di Milano giuseppe.pelagatti@polimi.it spatialdbgroup.polimi.it

More information

2011 Bentley Systems, Incorporated. Bentley Descartes V8i Advancing Information Modeling For Intelligent Infrastructure

2011 Bentley Systems, Incorporated. Bentley Descartes V8i Advancing Information Modeling For Intelligent Infrastructure Bentley Descartes V8i Advancing Information Modeling For Intelligent Infrastructure Agenda Why would you need Bentley Descartes? What is Bentley Descartes? Advanced Point Cloud Workflows Advanced Terrain

More information

United State Department of Agriculture Forest Service Southwestern Region\Region 3 CAD Standards Manual Version 1.0

United State Department of Agriculture Forest Service Southwestern Region\Region 3 CAD Standards Manual Version 1.0 United State Department of Agriculture Forest Service Southwestern Region\Region 3 CAD Standards Manual Version 1.0 3/12/2010 Prepared for: Bart Matthews US Forest Service Southwestern Regional Office

More information

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA GOVERNMENT GAZETTE OF THE REPUBLIC OF NAMIBIA N$7.20 WINDHOEK - 7 October 2016 No. 6145 CONTENTS Page GENERAL NOTICE No. 406 Namibia Statistics Agency: Data quality standard for the purchase, capture,

More information

3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES

3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES 3D TOPOLOGY FOR MODELLING OF URBAN STRUCTURES Tarun Ghawana & Sisi Zlatanoa Delft Uniersity of Technology Challenge the future Increased awareness of underground information Ludig Emgard Jakob Beetz 2

More information

TerraScan Tool Guide

TerraScan Tool Guide TerraScan Main Toolbox General Toolbar Draw Toolbar Groups Toolbar Vectorize Towers Toolbar Road Toolbar Buildings Toolbar Building Edges Toolbar View Laser Toolbar Model Toolbar Vectorize Wires Toolbar

More information

LASERDATA LIS build your own bundle! LIS Pro 3D LIS 3.0 NEW! BETA AVAILABLE! LIS Road Modeller. LIS Orientation. LIS Geology.

LASERDATA LIS build your own bundle! LIS Pro 3D LIS 3.0 NEW! BETA AVAILABLE! LIS Road Modeller. LIS Orientation. LIS Geology. LIS 3.0...build your own bundle! NEW! LIS Geology LIS Terrain Analysis LIS Forestry LIS Orientation BETA AVAILABLE! LIS Road Modeller LIS Editor LIS City Modeller colors visualization I / O tools arithmetic

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017

GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 GISCI GEOSPATIAL CORE TECHNICAL KNOWLEDGE EXAM CANDIDATE MANUAL AUGUST 2017 This document provides information about the GISCI Geospatial Core Technical Knowledge Exam, now a requirement for GISCI GISP

More information

Spatial Data Management

Spatial Data Management Spatial Data Management [R&G] Chapter 28 CS432 1 Types of Spatial Data Point Data Points in a multidimensional space E.g., Raster data such as satellite imagery, where each pixel stores a measured value

More information

RoboCupRescue 2013 Rescue Simulation League Infrastructure Competition Team Description <AUT S.O.S. (Iran)>

RoboCupRescue 2013 Rescue Simulation League Infrastructure Competition Team Description <AUT S.O.S. (Iran)> RoboCupRescue 2013 Rescue Simulation League Infrastructure Competition Team Description SalimMalakouti, Seyed, Yoosef Golshahi, Hesam Hosseini, Mohammad Reza Modaresi, Sina Sheikholeslami,

More information

Spatial Data Management

Spatial Data Management Spatial Data Management Chapter 28 Database management Systems, 3ed, R. Ramakrishnan and J. Gehrke 1 Types of Spatial Data Point Data Points in a multidimensional space E.g., Raster data such as satellite

More information

Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning. Eamon Walsh espatial Solutions

Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning. Eamon Walsh espatial Solutions Spatial SIG Oracle Spatial Pure Web Editing for Telco Outside Plant Engineering Planning Eamon Walsh espatial Solutions Speaker Eamon Walsh, CTO espatial Solutions. over 20 years experience in the IT industry,

More information

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany Markus SEIFERT, Germany Key words: ISO, CEN, OGC, AdV, Spatial Data Infrastructure SUMMARY Germany is a classic

More information

Part 1: Content model

Part 1: Content model Provläsningsexemplar / Preview TECHNICAL SPECIFICATION ISO/TS 19163-1 First edition 2016-01-15 Geographic information Content components and encoding rules for imagery and gridded data Part 1: Content

More information

Towards Automating Spatial Data Quality Evaluation in the Finnish National Topographic Database

Towards Automating Spatial Data Quality Evaluation in the Finnish National Topographic Database Towards Automating Spatial Data Quality Evaluation in the Finnish National Topographic Database SDQ 2018: International Workshop on Spatial Data Quality Wednesday 7th February 2018 Nils Mesterton and Riikka

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

Spatial Analysis and Modeling (GIST 4302/5302) Database Fundaments. Database. Review: Bits and Bytes

Spatial Analysis and Modeling (GIST 4302/5302) Database Fundaments. Database. Review: Bits and Bytes Spatial Analysis and Modeling (GIST 4302/5302) Database Fundaments Guofeng Cao Department of Geosciences Texas Tech University Review: Bits and Bytes Data stored in a computer system is measured in bits

More information

Topology in spatial DBMSs

Topology in spatial DBMSs Topology in spatial DBMSs Wilko Quak, Jantien Stoter and Theo Tijssen Department of Geodesy, Faculty of Civil Engineering and Geosciences Delft University of Technology, The Netherlands Telephone: +31

More information

Straight Skeleton. Computational Geometry and Geometric Computing Seminar Lavinia Dinu. Supervisor: Eric Berberich

Straight Skeleton. Computational Geometry and Geometric Computing Seminar Lavinia Dinu. Supervisor: Eric Berberich Straight Skeleton Computational Geometry and Geometric Computing Seminar Lavinia Dinu Supervisor: Eric Berberich How to fit a roof to these walls? [SSA] Walls and fitted roof Outline Definitions and Basic

More information

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation Oracle Spatial Technologies: An Update Xavier Lopez Director, Spatial Technologies Oracle Corporation Overview Oracle Approach to Market Specialist v. Generalist Solutions New Developments: Oracle Database

More information

A Collaborative User-centered Approach to Fine-tune Geospatial

A Collaborative User-centered Approach to Fine-tune Geospatial A Collaborative User-centered Approach to Fine-tune Geospatial Database Design Grira Joel Bédard Yvan Sboui Tarek 16 octobre 2012 6th International Workshop on Semantic and Conceptual Issues in GIS - SeCoGIS

More information

A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet

A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet Jianting Zhang Le Gruenwald School of Computer Science The University of Oklahoma U.S.A. ggruenwald@ou.edu

More information

SERVO - ACES Abstract

SERVO - ACES Abstract 1 of 6 12/27/2004 2:33 PM 2 of 6 12/27/2004 2:33 PM Implementing GIS Grid Services for the International Solid Earth Research Virtual Observatory Galip Aydin (1), Marlon Pierce (1), Geoffrey Fox (1), Mehmet

More information

Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial

Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial Basic Geospatial Analysis Techniques: This presentation introduces you to basic geospatial analysis techniques, such as spatial and aspatial selections, buffering and dissolving, overly operations, table

More information

ELF Data Specifications

ELF Data Specifications ELF Data Specifications Presentation to: Author: Date: INSPIRE conference Anja Hopfstock (WP2), Antti Jakobsson (ELF project director) 16 th June 2014 Why extending INSPIRE? INSPIRE too much too little

More information

Computers, Environment and Urban Systems

Computers, Environment and Urban Systems Computers, Environment and Urban Systems 41 (2013) 309 317 Contents lists available at SciVerse ScienceDirect Computers, Environment and Urban Systems journal homepage: www.elsevier.com/locate/compenvurbsys

More information

Remote sensing techniques applied to seismic vulnerability assessment

Remote sensing techniques applied to seismic vulnerability assessment Remote sensing techniques applied to seismic vulnerability assessment JJ Arranz (josejuan.arranz@upm.es), Y. Torres (y.torres@upm.es), A. Haghi (a.haghi@alumnus.upm.es), J. Gaspar (jorge.gaspar@upm.es)

More information

GIS Data Models. 4/9/ GIS Data Models

GIS Data Models. 4/9/ GIS Data Models GIS Data Models 1 Conceptual models of the real world The real world can be described using two conceptually different models: 1. As discrete objects, possible to represent as points, lines or polygons.

More information

UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC DE CATALUNYA

UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC DE CATALUNYA ISPRS Archive Vol. XXXVIII, Part 4-8-2-W9, "Core Spatial Databases - Updating, Maintenance and Services - from Theory to Practice", Haifa, Israel, 2010 UPDATING OF VECTOR DATABASES AT THE INSTITUT CARTOGRAFIC

More information

OS MasterMap Topography Layer

OS MasterMap Topography Layer P R O D U C T G R O U P / D E P A R T M E N T OS MasterMap Topography Layer Technical Specification OS MasterMap Topography Layer Vn.n OS 2017 Page 1 of 55 Responsibility for this document The Product

More information

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law Web Mapping Applications with ArcGIS Bernie Szukalski Derek Law Agenda Web Mapping and Map Services Fundamentals ArcGIS Web Mapping Applications - Hosted online - Hosted on-premise Summary Web Application

More information

Introduction to the Dimensionally Extended 9 Intersection Model (DE-9IM) in PostgreSQL/PostGIS Tutorial

Introduction to the Dimensionally Extended 9 Intersection Model (DE-9IM) in PostgreSQL/PostGIS Tutorial Introduction to the Dimensionally Extended 9 Intersection Model (DE-9IM) in PostgreSQL/PostGIS Tutorial Germán Carrillo gcarrillo@uni-muenster.de geotux_tuxman@linuxmail.org Objectives Following this tutorial

More information

Bentley Map GIS for the Engineering Professional

Bentley Map GIS for the Engineering Professional Point/Line to Area Overlay Analysis Overlay shows the relationships between two existing features. Bentley Map provides tools to perform a variety of overlay operations you can find points that fall within

More information

ORACLE SPATIAL AT IOWA DOT. Eric Abrams Iowa Department of Transportation GIS-T 2012

ORACLE SPATIAL AT IOWA DOT. Eric Abrams Iowa Department of Transportation GIS-T 2012 ORACLE SPATIAL AT IOWA DOT Eric Abrams Iowa Department of Transportation GIS-T 2012 HISTORY High and Low Roads to GIS Development Bijan Azad - Beirut, Lebanon 1997 1998 combine business data Road data

More information

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN OVERVIEW National point clouds Airborne laser scanning in the Netherlands Quality control Developments in lidar

More information

TatukGIS Editor. Introduction

TatukGIS Editor. Introduction TatukGIS Editor Introduction TatukGIS Editor is a desktop product designed for visualization, coverage, processing, and simple analysis of spatial data. The latest available product version at the time

More information

Development of Geospatial Smart Cities and Management

Development of Geospatial Smart Cities and Management Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Development of Geospatial Smart Cities and Management (E. Yılmaz, F. Kartal, E. Uçar, K. Eren) FIG2018 - Istanbul, 8 th May 2018 1

More information

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford

Lidar and GIS: Applications and Examples. Dan Hedges Clayton Crawford Lidar and GIS: Applications and Examples Dan Hedges Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density Creating raster DEMs and DSMs Data area

More information

Cell Decomposition for Building Model Generation at Different Scales

Cell Decomposition for Building Model Generation at Different Scales Cell Decomposition for Building Model Generation at Different Scales Norbert Haala, Susanne Becker, Martin Kada Institute for Photogrammetry Universität Stuttgart Germany forename.lastname@ifp.uni-stuttgart.de

More information

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Hans Viehmann Product Manager EMEA ORACLE Corporation January 22, 2017 @SpatialHannes Safe Harbor Statement

More information

INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML

INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML Hyemi Jeong, Hyung-gyu Ryoo, Ki-Joune Li Dept. of Computer Science&Engineering, Pusan National University, Kumjeong-Gu, 46241, Pusan, South

More information