CityGML in Detail Part 1

Size: px
Start display at page:

Download "CityGML in Detail Part 1"

Transcription

1 CityGML in Detail Part 1 Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de May 2008 EduServ6 Course on CityGML

2 Copyright Notice This is copyrighted material. It is not allowed to distribute copies or parts of these slides and the video clips without the written consent of the author. Please note, that the presentation also contains thirdparty copyrighted material used with permission. 2 T. H. Kolbe Lectures on CityGML

3 Overview Section I Introduction: Urban Information Modelling CityGML Overview and Status OGC Geography Markup Language (GML) Section II Further GML Concepts and Application Modelling CityGML Details, Part 1 Section IV CityGML Details, Part 2 Section V Extending CityGML Application Examples Section VI Relations to Other Standards 3 T. H. Kolbe Lectures on CityGML

4 Details 4 T. H. Kolbe Lectures on CityGML

5 Multi-scale modelling: 5 levels of details LOD 0 Regional model 2.5D Digital Terrain Model LOD 1 City / Site model block model w/o roof structures LOD 2 City / Site model textured, differenciated roof structures LOD 3 City / Site model detailed architecture model LOD 4 Interior model walkable architecture models 5 T. H. Kolbe Lectures on CityGML

6 Thematic Modelling in CityGML <<FeatureCollection>> CityModel * <<Feature>> _CityObject * * ExternalReference - informationsystem: anyuri - externalreference: ExternalObjectReferenceType _Transportation Objects _City Furniture CityObject Group _Water Bodies _Site Relief Feature lod1geometryproperty lod2geometryproperty Geometry _Vegetation lod3geometryproperty 6 T. H. Kolbe Lectures on CityGML

7 Digital Terrain Models DTM for each Level of Detail can be composed of TINs (Triangulated Irregular Network), Grids, 3D Breaklines, and 3D Mass Points Each DTM component may be restricted to be valid in a specific region by providing a validity extent polygon detailed TIN coarse Grid Validity extent polygon can have holes which allow nested DTMs! 7 T. H. Kolbe Lectures on CityGML

8 Digital Terrain Model: UML Diagram extent City Object ReliefFeature + lod: integer [1] * _ReliefComponent + lod: integer [1] 0..1 TIN Relief 1 gml: Polygon Raster Relief 1 gml:gridcoverage gml:triangulatedsurface BreaklineRelief gml: MultiCurve MassPointRelief 1 1 gml: MultiPoint 8 T. H. Kolbe Lectures on CityGML

9 Site Model _CityObject _Site Excavation Wall _Abstract Building Tunnel Bridge 9 T. H. Kolbe Lectures on CityGML

10 Building Model Coherent aggregation of spatial and semantical components (recursive) composition of building parts thematic surfaces (roof surface, wall surface, etc.) [from LOD2] building installations like dormers, stairs, balconies [from LOD2] openings like doors and windows [from LOD3] rooms and furniture [in LOD4] Components contain relevant thematic attributes name, class, function, usage, construction and demolition date, roof type, address no. of storeys above / below ground, storey heights 10 T. H. Kolbe Lectures on CityGML

11 Building Model in LoD1: UML Diagram 0..* 0..1 BuildingPart _AbstractBuilding + function: BuildingFunction[0..*] + yearofconstruction:integer[0..1] + rooftype: RoofType[0..1] + measuredheigth: LengthType[0..1] + Building 1 lod1geometry Property Solid Geometry Implemented in in CityGML using the the xnal standard from fromoasis 0..* Address + zipcode: int + city: String + street: String + housenumber: String 11 T. H. Kolbe Lectures on CityGML

12 Building Model in LoD2 LoD1 LoD2 _CityObject _AbstractBuilding + function: BuildingFunction[0..*] + yearofconstruction:integer[0..1] + rooftype: RoofType[0..1] + measuredheigth: LengthType[0..1] lod1solidproperty lod2solidproperty lod2surfaceproperty lod2lineproperty lod2terrain IntersectionCurve Solid Geometry Surface Geometry Line Geometry _BoundarySurface lod2surfaceproperty Roof Wall Ground ClosureSurface 12 T. H. Kolbe Lectures on CityGML

13 Building Model in LoD3+4 LoD1 LoD2 LoD3 LoD4 Building Installation Building Furniture exterior interior interior interior Room _Abstract Building lod3geometryprop. lod4geometry Property lod4geometryproperty Solid Geometry Opening Window Door _BoundarySurface lod4geometryproperty lod3geometryprop. Surface Geometry Ceiling Interior Wall Floor Roof Wall Ground Closure Surface 13 T. H. Kolbe Lectures on CityGML

14 Building Features in LoD4 Exterior Shell Roof Opening (Window) Interior wall Room Floor Ground Wall Ceiling Interior wall Opening (Door) 14 T. H. Kolbe Lectures on CityGML

15 Building in LoD4 Interior Model Canbeusede.g. for escape route planning in disaster management or for mobile robotics Topology implies Accessibility Graph! Back room Passage (w/o door) Living room Rooms Entrance door Hallway Doorway (with door) 15 T. H. Kolbe Lectures on CityGML

16 Example for CityGML file structure <?xml version="1.0" encoding="utf-8"?> <CityModel xmlns=" namespaces omitted> <gml:name>cologne</gml:name> <gml:boundedby> <gml:envelope Combined horizontal and vertical CRS srsname="urn:ogc:def:crs,crs:epsg:6.12:31466,crs:epsg:6.12:5783"> <gml:pos> </gml:pos> <gml:pos> </gml:pos> </gml:envelope> </gml:boundedby> Bounding volume of the whole city model <!-- now come the CityObjects like Buildings, DTM, Roads etc. --> <cityobjectmember> <Building gml:id= Building0815"> <!-- shown on following slides --> </Building> </cityobjectmember> <!-- more CityObjects here --> </CityModel > 16 T. H. Kolbe Lectures on CityGML

17 Example: Simple Building in CityGML 1/3... <Building gml:id= Building0815"> <gml:name>my nice building</gml:name> <externalreference> <informationsystem> <externalobject> <uri>urn:adv:oid:dehe </uri> </externalobject> </externalreference> <function>1012</function> <yearofconstruction>1985</yearofconstruction> <rooftype>3100</rooftype> <measuredheight uom="m">8.0</measuredheight> <lod2solid> <!-- geometry (for Level of Detail 2) see next slide --> </lod2solid> </Building> T. H. Kolbe Lectures on CityGML

18 Example: Simple Building in CityGML 2/3 <! continued from previous slide --> <lod2solid> <gml:solid gml:id= solid0815" > </lod2solid> <gml:exterior> <gml:compositesurface> <gml:surfacemember> <gml:polygon gml:id= polygon4711"> <gml:exterior> <gml:linearring> <gml:pos> </gml:pos> <gml:pos> </gml:pos>... </gml:linearring> </gml:exterior> </gml:polygon> <gml:surfacemember> Please note that geometries are objects that can have IDs <!-- further surfaces of the solid; closing tags omitted due to limited space --> 18 T. H. Kolbe Lectures on CityGML

19 Example: Simple Building in CityGML 3/3 <Building gml:id= Building0815"> <lod2solid> <gml:solid> <gml:exterior> <gml:compositesurface> <gml:surfacemember> <!-- front surface as in previous slide --> </gml:surfacemember> <gml:surfacemember> <!-- side surface --> </gml:surfacemember> <!-- here come side, back, roof, and ground surfaces --> </gml:compositesurface> </gml:exterior> </gml:solid> </lod2solid> </Building> 19 T. H. Kolbe Lectures on CityGML

20 Spatio-semantical Composition 3D-Modell: Stadt Coburg BuildingInstallation (Dormer) BuildingPart Building BuildingPart Building Building surface (WallSurface) 20 T. H. Kolbe Lectures on CityGML

21 Coherent Building Model in Level of Detail 3 3D-Modell: Dr. Benner, Forschungszentrum Karlsruhe 21 T. H. Kolbe Lectures on CityGML

22 Coherent Building Model in Level of Detail 4 Main Building TU Berlin 22 T. H. Kolbe Lectures on CityGML

23 Transportation Objects LoD1 LoD2..4 CityModel * * CityObject gml:_abstractfeature +name[0..*]: String ExternalReference Track _TransportationObject Road Railway TransportationComplex + function[0..*] Square AuxillaryTrafficArea + function[0..*] + surfacematerial[0..1] gml:_surface LoDXGeometry, x in {1..4} TrafficArea + function[0..*] + usage[0..*] + surfacematerial[0..1] 23 T. H. Kolbe Lectures on CityGML

24 Example: Transportation Model in LoD2 Traffic Area Traffic Area Traffic Area Auxillary Traffic Areas Road 24 T. H. Kolbe Lectures on CityGML

Status and Roadmap. Dr. Thomas H. Kolbe Dr. Gerhard Gröger. Institut für Kartographie und Geoinformation, Uni Bonn Lehrstuhl für Geoinformation

Status and Roadmap. Dr. Thomas H. Kolbe Dr. Gerhard Gröger. Institut für Kartographie und Geoinformation, Uni Bonn Lehrstuhl für Geoinformation Institut für Kartographie und Geoinformation, Uni Bonn Lehrstuhl für Geoinformation CityGML Status and Roadmap Dr. Thomas H. Kolbe Dr. Gerhard Gröger November 2005 Institute for Cartography and Geoinformation,

More information

CityGML Tutorial. Prof. Dr. Thomas H. Kolbe. Institute for Geodesy and Geoinformation Science Berlin University of Technology

CityGML Tutorial. Prof. Dr. Thomas H. Kolbe. Institute for Geodesy and Geoinformation Science Berlin University of Technology Technische Universität Berlin CityGML Tutorial Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de 27th of August, 2007 1st

More information

CityGML in Detail Part 2

CityGML in Detail Part 2 CityGML in Detail Part 2 Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de May 2008 EduServ6 Course on CityGML Copyright

More information

CityGML 3D Geospatial and Semantic Modelling of Urban Structures

CityGML 3D Geospatial and Semantic Modelling of Urban Structures Technische Universität Berlin CityGML 3D Geospatial and Semantic Modelling of Urban Structures Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology

More information

CityGML Background and Design

CityGML Background and Design Institut für Kartographie und Geoinformation, Uni Bonn Lehrstuhl für Geoinformation CityGML Background and Design Dr. Thomas H. Kolbe OWS-4 Kickoff Meeting June 14, 2006 Institut für Kartographie und Geoinformation,

More information

Overview of CityGML. Dave Capstick, Ordnance Survey Research Department

Overview of CityGML. Dave Capstick, Ordnance Survey Research Department Overview of CityGML Dave Capstick, Ordnance Survey Research Department Introduction Why is citygml necessary CityGML development who is responsible? Ordnance Surveys interest 3D modelling basic concepts

More information

3D Geospatial Information Modelling with CityGML

3D Geospatial Information Modelling with CityGML Technische Universität Berlin 3D Geospatial Information Modelling with CityGML Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de

More information

Conversion of IFC to CityGML

Conversion of IFC to CityGML Technische Universität Berlin Conversion of IFC to CityGML Claus Nagel Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Technische Universität Berlin OGC 3DIM WG, Paris Agenda Part I: Talk

More information

Making interoperability persistent: A 3D geo database based on CityGML

Making interoperability persistent: A 3D geo database based on CityGML Making interoperability persistent: A 3D geo database based on CityGML Alexandra Stadler, Claus Nagel, Gerhard König, Thomas H. Kolbe Technische Universität Berlin Chair of Geoinformation Science Motivation

More information

USE OF VIRTUAL 3D-LANDSCAPES FOR EMERGENCY DRIVER-TRAINING

USE OF VIRTUAL 3D-LANDSCAPES FOR EMERGENCY DRIVER-TRAINING USE OF VIRTUAL 3D-LANDSCAPES FOR EMERGENCY DRIVER-TRAINING Dipl.-Ing. Bodo Randt * Head of Database Generation and Tools Dipl.-Inf. Frank Bildstein * Head of Ground Driving Database Team Dr. Thomas H.

More information

Representing and Exchanging 3D City Models with CityGML

Representing and Exchanging 3D City Models with CityGML Chapter 2 Representing and Exchanging 3D City Models with CityGML Thomas H. Kolbe Abstract. CityGML is an open data model and XML-based format for the representation and exchange of virtual 3D city models.

More information

Semantic 3D City Models for Urban Information Fusion and City Lifecycle Management

Semantic 3D City Models for Urban Information Fusion and City Lifecycle Management Technische Universität Berlin Semantic 3D City Models for Urban Information Fusion and City Lifecycle Management Thomas H. Kolbe Institute for Geodesy & Geoinformation Science Technische Universität Berlin

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

New Concepts for Structuring 3D City Models an Extended Level of Detail Concept for CityGML Buildings

New Concepts for Structuring 3D City Models an Extended Level of Detail Concept for CityGML Buildings New Concepts for Structuring 3D City Models an Extended Level of Detail Concept for CityGML Buildings Marc-O. Löwner a, Joachim Benner b, Gerhard Gröger c, Karl-Heinz Häfele b a Institute for Geodesy and

More information

Semantic 3D City Models for Strategic Energy Planning in Berlin & London

Semantic 3D City Models for Strategic Energy Planning in Berlin & London Semantic 3D City Models for Strategic Energy Planning in Berlin & London The content of this presentation is provided by Zhihang Yao, Robert Kaden, and Thomas H. Kolbe Chair of Geoinformatics, TU München

More information

Virtual 3D Cities. Chapter VIII. Virtual 3D Cities. 8.1 Introduction. Components. Chapter VIII: Virtual 3D Cities 1

Virtual 3D Cities. Chapter VIII. Virtual 3D Cities. 8.1 Introduction. Components. Chapter VIII: Virtual 3D Cities 1 Chapter VIII Virtual 3D Cities 8.1 Introduction 8.2 CityGML 8.3 Google Earth 8.4 Virtual Earth 8.5 Conclusions Virtual 3D Cities 8.1 Introduction 3D Visualization of cities Languages such as CityGML New

More information

The INSPIRE Building Model for Energy Applications

The INSPIRE Building Model for Energy Applications The INSPIRE Building Model for Energy Applications 1 Gerhard Gröger Institute for Geodesy and Geoinformation University of Bonn, Germany 2nd Joint SIG 3D and OGC Workshop - CityGML EnergyADE for building

More information

CITYGML MODELLING FOR SINGAPORE 3D NATIONAL MAPPING

CITYGML MODELLING FOR SINGAPORE 3D NATIONAL MAPPING CITYGML MODELLING FOR SINGAPORE 3D NATIONAL MAPPING K. H. Soon* and V. H. S. Khoo Land Survey Division, Singapore Land Authority, 55 Newton Road, #12-01, 307987 Singapore - (soon_kean_huat, victor_khoo)@sla.gov.sg

More information

From CityGML to Energy ADE - Workflow

From CityGML to Energy ADE - Workflow From CityGML to Energy ADE - Workflow KIT Universität von Baden-Württemberg und nationales Forschungszentrum der Helmholtz Gemeinschaft www.kit.edu Workflow overview CityGML import Geometric / semantic

More information

GIS for 3D Object Generation, Modelling, and Exploitation. Paul Hardy Esri

GIS for 3D Object Generation, Modelling, and Exploitation. Paul Hardy Esri GIS for 3D Object Generation, Modelling, and Exploitation Paul Hardy Esri ArcGIS has long understood 3D Multipatch data type in geodatabase - 3D volumetric objects - Collection of triangles, strips, fans,

More information

3D City Models. Lars Harrie, Per-Ola Olsson. Images borrowed from Hanna Stigmar, Viktoria Strömberg, Bo Mao and Ara Toomanian

3D City Models. Lars Harrie, Per-Ola Olsson. Images borrowed from Hanna Stigmar, Viktoria Strömberg, Bo Mao and Ara Toomanian 3D City Models Lars Harrie, Per-Ola Olsson Images borrowed from Hanna Stigmar, Viktoria Strömberg, Bo Mao and Ara Toomanian 1. Collection of 3D-data Photogrammetry http://www.gpsi-corp.com Overlapping

More information

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2)

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2) CityGML XFM Application Template Documentation Bentley Map V8i (SELECTseries 2) Table of Contents Introduction to CityGML 1 CityGML XFM Application Template 2 Requirements 2 Finding Documentation 2 To

More information

Energy Visualization and 3D city modelling using GIS. Polycity conference,

Energy Visualization and 3D city modelling using GIS. Polycity conference, Energy Visualization and 3D city modelling using GIS Polycity conference, 17.9.2010 Prof. Dr. Volker Coors, 30.07.2010 1 Szenario Scharnhauser Park MODELING ENERGY DEMAND FOR HEATING AT CITY SCALE Aneta

More information

Geoinformation Science at TU Berlin

Geoinformation Science at TU Berlin Technische Universität Berlin Department of Geoinformation Science Geoinformation Science at TU Berlin Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology

More information

CityGML - 3D City Models and their Potential for Emergency Response

CityGML - 3D City Models and their Potential for Emergency Response CityGML - 3D City Models and their Potential for Emergency Response T. H. Kolbe, G. Gröger & L. Plümer Institute for Cartography and Geoinformation, University of Bonn, Germany ABSTRACT: Virtual 3D city

More information

Towards Interoperating CityGML and IFC Building Models: A Unified Model Based Approach

Towards Interoperating CityGML and IFC Building Models: A Unified Model Based Approach Towards Interoperating CityGML and IFC Building Models: A Unified Model Based Approach Mohamed El-Mekawy, Anders Östman, and Khurram Shahzad Abstract CityGML represents 3D urban objects that can be shared

More information

THE UPDATING PROCESS FOR 3D CITY MODEL OBJECTS Commission III Session: TS02E 3D Modelling

THE UPDATING PROCESS FOR 3D CITY MODEL OBJECTS Commission III Session: TS02E 3D Modelling THE UPDATING POCESS FO 3D CITY MODEL OBJECTS Commission III Session: TS02E 3D Modelling KhairulHafiz Sharkawi, Edward Eric Duncan 3D GIS Lab, Faculty of Geoinformationand eal Estate, Universiti Teknologi

More information

3D City/Landscape Modeling Non-Building Thematic: Vegetation

3D City/Landscape Modeling Non-Building Thematic: Vegetation 3D City/Landscape Modeling Non-Building Thematic: Vegetation Presenter: Shafarina Wahyu Trisyanti shafarina.wahyu@gmail.com Co-Author: Deni Suwardhi, Agung Budi Harto dsuwardhi@kk-insig.org, agung@gd.itb.ac.id

More information

The Conversion from CityGML to 3D Property Units

The Conversion from CityGML to 3D Property Units Shen YING, Fengzan JIN, Renzhong GUO, Lin LI, Jie YANG and Yujie ZHOU, China Key words: 3D Property Unit, CityGML, 3D Cadastre, Data Conversion SUMMARY Due to the fast growth of building construction technology

More information

Designing 3D Semantic Model in LOD4 to Simulate Building Utility Network

Designing 3D Semantic Model in LOD4 to Simulate Building Utility Network Indian Journal of Science and Technology, Vol 8(16), DOI: 10.17485/ijst/2015/v8i16/58276, July 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Designing 3D Semantic Model in LOD4 to Simulate Building

More information

Web 3D Service & CityGML Update

Web 3D Service & CityGML Update Technische Universität Berlin Web 3D Service & CityGML Update Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de 2nd of November, 2007

More information

3D-SDI contribution to energy-efficient cities 3D CityModels for Energy Demand Simulation

3D-SDI contribution to energy-efficient cities 3D CityModels for Energy Demand Simulation HFT Research 3D-SDI contribution to energy-efficient cities 3D CityModels for Energy Demand Simulation Claudia Schulte, HFT Stuttgart, Institute for Applied Research Prof. Dr. Volker Coors, HFT Stuttgart,

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 Hardik Panchal & Rizwan Khan, Smita Sengupta, GISE Advance Lab, Indian Institute of Technology, Bombay, India N.L. Sarda, Dept. Of Computer Science, Indian

More information

Exporting 3D Geoinformation from Baggis Database to CityGML

Exporting 3D Geoinformation from Baggis Database to CityGML Exporting 3D Geoinformation from Baggis Database to CityGML Erik Olsson Master s of Science Thesis in Geoinformatics TRITA-GIT EX 09-05 Division of Geoinformatics Royal Institute of Technology (KTH) 100

More information

SEMANTIC APPROACH TO 3D HISTORICAL RECONSTRUCTION

SEMANTIC APPROACH TO 3D HISTORICAL RECONSTRUCTION SEMANTIC APPROACH TO 3D HISTORICAL RECONSTRUCTION M. Lorenzini a a Università degli Studi di Pisa, Pisa, Italy. matteo.lorenzini@gmail.com Commission V, WG 4 KEY WORDS: 3D, Semantic, CityGML, Open Source,

More information

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Mark E. Reichardt President mreichardt@opengeospatial.org 31 October 2006 2006 Open Geospatial

More information

Building Thermal Energy Simulations Supported by the CityGML Energy ADE

Building Thermal Energy Simulations Supported by the CityGML Energy ADE Building Thermal Energy Simulations Supported by the CityGML Energy ADE INSTITUT FÜR AUTOMATION UND ANGEWANDTE INFORMATIK KIT Die Forschungsuniversität in der Helmholtz-Gemeinschaft www.kit.edu Agenda

More information

CityGML and the Streets of New York A Proposal for Detailed Street Space Modeling

CityGML and the Streets of New York A Proposal for Detailed Street Space Modeling LEONHARD OBERMEYER CENTER TUM CENTER OF DIGITAL METHODS FOR THE BUILT ENVIRONMENT CityGML and the Streets of New York A Proposal for Detailed Street Space Modeling Christof Beil & Thomas H. Kolbe Chair

More information

CITYGML RESTFUL WEB SERVICE: AUTOMATIC RETRIEVAL OF CITYGML DATA BASED ON THEIR SEMANTICS. PRINCIPLES, GUIDELINES AND BLDG CONCEPTUAL DESIGN

CITYGML RESTFUL WEB SERVICE: AUTOMATIC RETRIEVAL OF CITYGML DATA BASED ON THEIR SEMANTICS. PRINCIPLES, GUIDELINES AND BLDG CONCEPTUAL DESIGN CITYGML RESTFUL WEB SERVICE: AUTOMATIC RETRIEVAL OF CITYGML DATA BASED ON THEIR SEMANTICS. PRINCIPLES, GUIDELINES AND BLDG CONCEPTUAL DESIGN I. Pispidikis *, E. Dimopoulou School of Rural and Surveying

More information

Final Report on the EuroSDR CityGML Project

Final Report on the EuroSDR CityGML Project Final Report on the EuroSDR CityGML Project Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Chair of Geoinformation Science Technische Universität Berlin Straße des 17. Juni 135 D-10623

More information

URBAN ENERGY SIMULATION BASED ON A NEW DATA MODEL PARADIGM: THE CITYGML APPLICATION DOMAIN EXTENSION ENERGY

URBAN ENERGY SIMULATION BASED ON A NEW DATA MODEL PARADIGM: THE CITYGML APPLICATION DOMAIN EXTENSION ENERGY URBAN ENERGY SIMULATION BASED ON A NEW DATA MODEL PARADIGM: THE CITYGML APPLICATION DOMAIN EXTENSION ENERGY. A CASE STUDY IN THE EPFL CAMPUS OF LAUSANNE Silvia Coccolo 1, D. Mauree 1, Jérôme Kämpf 1,2

More information

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS

Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS Risk Analysis V: Simulation and Hazard Mitigation 263 Application of high-resolution (10 m) DEM on Flood Disaster in 3D-GIS M. Mori Department of Information and Computer Science, Kinki University, Japan

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Slingsby, A. & Raper, J. (2008). Navigable Space in 3D City Models for Pedestrians. In: P. VanOosterom, S. Zlatanova,

More information

HFT Research. CityGML. Standard and practical examples in Germany. Prof. Dr. Volker Coors CityGML Energy ADE workshop,

HFT Research. CityGML. Standard and practical examples in Germany. Prof. Dr. Volker Coors CityGML Energy ADE workshop, HFT Research CityGML Standard and practical examples in Germany Prof. Dr. Volker Coors CityGML Energy ADE workshop, 24.11.2016 1 WebMapService für 3D-Karten http://stuttgart.geoplex.de/ Copyright 2016

More information

Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML

Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML Kristine HAASE und Reinhard KOCH Multimedia Information Processing Group, Department of Computer Science Christian-Albrechts-University

More information

Metadata for 3D City Models. Analysis of the Applicability of the ISO Standard and Possibilities for further Amendments

Metadata for 3D City Models. Analysis of the Applicability of the ISO Standard and Possibilities for further Amendments Page 1 of 9 Metadata for 3D City Models Analysis of the Applicability of the ISO 19115 Standard and Possibilities for further Amendments Leonhard Dietze, Ulrike Nonn, Alexander Zipf University of Applied

More information

3D-geodata infrastructure in the city of coburg - Origin process und vision. INGeoForum e.v. Open Geospatial Consortium

3D-geodata infrastructure in the city of coburg - Origin process und vision. INGeoForum e.v. Open Geospatial Consortium INGeoForum e.v. Open Geospatial Consortium at Fraunhofer Institut for Computer Graphics in Darmstadt 3D-geodata infrastructure in the city of coburg - Origin process und vision 29. September 2009 Requirements

More information

INVESTIGATING INTEGRATION CAPABILITIES BETWEEN IFC AND CITYGML LOD3 FOR 3D CITY MODELLING. G. Floros*, I. Pispidikis and E.

INVESTIGATING INTEGRATION CAPABILITIES BETWEEN IFC AND CITYGML LOD3 FOR 3D CITY MODELLING. G. Floros*, I. Pispidikis and E. INVESTIGATING INTEGRATION CAPABILITIES BETWEEN IFC AND CITYGML LOD3 FOR 3D CITY MODELLING G. Floros*, I. Pispidikis and E. Dimopoulou School of Rural and Surveying Engineering, National Technical University

More information

Symbolisation of 3D city models for online visualisation

Symbolisation of 3D city models for online visualisation Symbolisation of 3D city models for online visualisation Bo Mao, Jie Cao Jiangsu Provincial ebusiness Lab, Nanjing University of Finance and Economics, No.128 Tielu North Road, Nanjing, 210003 Telephone:

More information

Integrating Building Information Models with Open Geospatial Web Services

Integrating Building Information Models with Open Geospatial Web Services Open Geospatial Consortium Interoperability Testbed 4 for CAD/GIS/BIM Integrating Building Information Models with Open Geospatial Web Services Prepared by: Paul Cote Harvard Graduate School of Design

More information

AUGMENTING 3D CITY MODEL COMPONENTS BY GEODATA JOINS TO FACILITATE AD-HOC GEOMETRIC-TOPOLOGICALLY SOUND INTEGRATION

AUGMENTING 3D CITY MODEL COMPONENTS BY GEODATA JOINS TO FACILITATE AD-HOC GEOMETRIC-TOPOLOGICALLY SOUND INTEGRATION AUGMENTING 3D CITY MODEL COMPONENTS BY GEODATA JOINS TO FACILITATE AD-HOC GEOMETRIC-TOPOLOGICALLY SOUND INTEGRATION R. Kaden *, T. H. Kolbe Institute for Geodesy and Geoinformation Science, Technische

More information

Data Conversion to I3S for 3D Modeling from CityGML. Christian Dahmen (con terra GmbH) Satish Sankaran (Esri)

Data Conversion to I3S for 3D Modeling from CityGML. Christian Dahmen (con terra GmbH) Satish Sankaran (Esri) Data Conversion to I3S for 3D Modeling from CityGML Christian Dahmen (con terra GmbH) Satish Sankaran (Esri) 3D Across the ArcGIS Platform Manage Multiscale 3D Models 3D Geodesign ArcGIS for 3D Cities

More information

Developing 3D Geoportal for Wilayah Persekutuan Iskandar

Developing 3D Geoportal for Wilayah Persekutuan Iskandar Developing 3D Geoportal for Wilayah Persekutuan Iskandar Dionnald Beh BoonHeng and Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation Engineering and Sciences, Universiti Teknologi

More information

UrbIS Products User Guide

UrbIS Products User Guide UrbIS Products User Guide Avenue des Arts 21 Kunstlaan Bruxelles 1000 Brussel T 32 2 282 47 70 F 32 2 230 31 07 www.cirb.brussels www.cibg.brussels Table of contents 1. Introduction... 4 1.1. Context...

More information

CityGML & opendrive Urban Simulation Based on Open Standards

CityGML & opendrive Urban Simulation Based on Open Standards CREATE MAINTAIN DISTRIBUTE 3D Mapping Solutions CityGML & opendrive Urban Simulation Based on Open Standards Dr.-Ing. Stefan Trometer virtualcitysystems GmbH virtualcitysystems Experts for 3D City Models

More information

Compactly representing massive terrain models as TINs in CityGML

Compactly representing massive terrain models as TINs in CityGML Received: 7 December 2017 Revised: 1 March 2018 Accepted: 2 May 2018 DOI: 10.1111/tgis.12456 RESEARCH ARTICLE Compactly representing massive terrain models as TINs in CityGML Kavisha Kumar Hugo Ledoux

More information

Towards semantically enriched 3D city models: an ontology-based approach. FALQUET, Gilles, METRAL, Claudine, CUTTING-DECELLE, Anne-Françoise

Towards semantically enriched 3D city models: an ontology-based approach. FALQUET, Gilles, METRAL, Claudine, CUTTING-DECELLE, Anne-Françoise Proceedings Chapter Towards semantically enriched 3D city models: an ontology-based approach FALQUET, Gilles, METRAL, Claudine, CUTTING-DECELLE, Anne-Françoise Reference FALQUET, Gilles, METRAL, Claudine,

More information

Solar Potential Analysis and Integration of the Time-dependent Simulation Results for Semantic 3D City Models using Dynamizers

Solar Potential Analysis and Integration of the Time-dependent Simulation Results for Semantic 3D City Models using Dynamizers Solar Potential Analysis and Integration of the Time-dependent Simulation Results for Semantic 3D City Models using Dynamizers Kanishk Chaturvedi, Bruno Willenborg, Maximilian Sindram, Thomas H. Kolbe

More information

Establishing a national 3D standard compliant to CityGML: good practice of a national 3D SDI

Establishing a national 3D standard compliant to CityGML: good practice of a national 3D SDI Establishing a national 3D standard compliant to CityGML: good practice of a national 3D SDI Linda van den Brink, Jantien Stoter, and Sisi Zlatanova Geonovum, Amersfoort, The Netherlands; GISt, OTB, TU

More information

3nd Joint SIG 3D and OGC Workshop - CityGML EnergyADE for building energy calculation. Working group metadata

3nd Joint SIG 3D and OGC Workshop - CityGML EnergyADE for building energy calculation. Working group metadata 3nd Joint SIG 3D and OGC Workshop - CityGML EnergyADE for building energy calculation Working group metadata Part I Three Approaches Questions to keep in mind Should metadata in CityGML be close to ISO

More information

IDBE. Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment

IDBE. Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment IDBE Common conceptual framework and roadmap of collaboration in Spatial Standards for the Digital Built Environment GeoBIM: 3D GIS in China Mei Xue: In my opinion, what matters most in the integration

More information

Web-based Exploration of and Interaction with Large and Deeply Structured Semantic 3D City Models using HTML5 and WebGL

Web-based Exploration of and Interaction with Large and Deeply Structured Semantic 3D City Models using HTML5 and WebGL Web-based Exploration of and Interaction with Large and Deeply Structured Semantic 3D City Models using HTML5 and WebGL KANISHK CHATURVEDI 1, ZHIHANG YAO 2 & THOMAS H. KOLBE 1 Abstract: The aim of the

More information

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN

THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN THE 3D SIMULATION INFORMATION SYSTEM FOR ASSESSING THE FLOODING LOST IN KEELUNG RIVER BASIN Kuo-Chung Wen *, Tsung-Hsing Huang ** * Associate Professor, Chinese Culture University, Taipei **Master, Chinese

More information

UWE has obtained warranties from all depositors as to their title in the material deposited and as to their right to deposit such material.

UWE has obtained warranties from all depositors as to their title in the material deposited and as to their right to deposit such material. Jamali, A., Abdul Rahman, A. and Boguslawski, P. (2016) A hybrid 3D indoor space model. In: Isikdag, U., Abdul Rahman, A., Castro, F. A. and Karas, I. R., eds. International Archives of the Photogrammetry,

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

The Highland - List of materials needed to construct a weather tight home.

The Highland - List of materials needed to construct a weather tight home. Page:1 The Highland - List of materials needed to construct a weather tight home. PLEASE NOTE: 1. 'While every attempt has been made in the preparation of this materals list to avoid mistakes, B&H Cedar

More information

Integration of Historic Building Information Modeling (HBIM) and 3D GIS for Recording and Managing Cultural Heritage Sites

Integration of Historic Building Information Modeling (HBIM) and 3D GIS for Recording and Managing Cultural Heritage Sites Dublin Institute of Technology ARROW@DIT Conference papers School of Surveying and Construction Management 2012 Integration of Historic Building Information Modeling (HBIM) and 3D GIS for Recording and

More information

3D MAPS SCALE, ACCURACY, LEVEL OF DETAIL

3D MAPS SCALE, ACCURACY, LEVEL OF DETAIL 26 th International Cartographic Conference August 25 30, 2013 Dresden, Germany 3D MAPS SCALE, ACCURACY, LEVEL OF DETAIL Prof. Dr. Temenoujka BANDROVA Eng. Stefan BONCHEV University of Architecture, Civil

More information

Smart Cities: Visualization

Smart Cities: Visualization Smart Cities: Visualization ISO/IEC JTC 1/SC24 Meetings 20-25 January 2019 Seoul, Korea Peter Ryan 1 and Myeong Won Lee 2 1 Defence Science & Technology Group, Australia 2 University of Suwon, Korea Presentation

More information

From BIM to GIS at the Smithsonian Institution

From BIM to GIS at the Smithsonian Institution From BIM to GIS at the Smithsonian Institution Detlef Günther-Diringer a a University of Applied Sciences, Karlsruhe, Germany; Smithsonian Fellow March August 2016; detlef.guenther-diringer@hskarlsruhe.de

More information

REVISITING THE CONCEPT OF LEVEL OF DETAIL IN 3D CITY MODELLING

REVISITING THE CONCEPT OF LEVEL OF DETAIL IN 3D CITY MODELLING Volume II-2/W, ISPRS 8th 3DGeoInfo Conference & WG II/2 Workshop, 27 29 November 203, Istanbul, Turkey REVISITING THE CONCEPT OF LEVEL OF DETAIL IN 3D CITY MODELLING F. Biljecki a,, J. Zhao a,b, J. Stoter

More information

Geospatial Ontology Trade Study

Geospatial Ontology Trade Study Ontology for the Intelligence Community (OIC-2007) November 28-29, 2007 Columbia, Maryland Geospatial Ontology Trade Study James Ressler 1, Mike Dean 2 1 a james.ressler@ngc.com Northrop Grumman Corporation

More information

Semantics-based Fusion for CityGML and 3D LandXML

Semantics-based Fusion for CityGML and 3D LandXML Kean Huat SOON, Singapore, Rod THOMPSON, Australia and Victor KHOO, Singapore Key words: Semantics-based Data Fusion, CityGML, LandXML, OWL, LADM Ontology SUMMARY For any developments that require spatial

More information

New Perspectives in GIS Databases. «80% of the data throughout the world have some geographic basis» New Perspectives in GIS Databases

New Perspectives in GIS Databases. «80% of the data throughout the world have some geographic basis» New Perspectives in GIS Databases New Perspectives in GIS Databases Pr. Robert LAURINI University of Lyon (INSA), France University of Venice (IUAV), Italy «80% of the data throughout the world have some geographic basis» New Perspectives

More information

Automatic semantic-preserving conversion between OBJ and CityGML

Automatic semantic-preserving conversion between OBJ and CityGML Eurographics Workshop on Urban Data Modelling and Visualisation (2015) F. Biljecki and V. Tourre (Editors) Automatic semantic-preserving conversion between OBJ and CityGML Filip Biljecki and Ken Arroyo

More information

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 Leibniz Universität Hannover, Germany

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 Leibniz Universität Hannover, Germany 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 9 A Framework for the Generalization of 3D City Models Richard Guercke and Claus Brenner Institute of Cartography and

More information

Smart Cities: Data Representation Model

Smart Cities: Data Representation Model Smart Cities: Data Representation Model ISO/IEC JTC 1/SC24 Meetings 19-24 January 2019 Seoul, Korea Peter Ryan 1 and Myeong Won Lee 2 1 Defence Science & Technology Group, Australia 2 University of Suwon,

More information

MULTI-DIMENSIONAL INDOOR LOCATION INFORMATION MODEL

MULTI-DIMENSIONAL INDOOR LOCATION INFORMATION MODEL MULTI-DIMENSIONAL INDOOR LOCATION INFORMATION MODEL Qing Xiong a, Qing Zhu b,a, Sisi Zlatanova c, Liang Huang a, Yan Zhou d,c, Zhiqiang Du a a State Key Laboratory of Information Engineering in Surveying

More information

Questions and Answers

Questions and Answers AUTODESK LANDXPLORER SOFTWARE FAMILY Questions and Answers The Autodesk LandXplorer 3D city model software family can help you create, analyze, and visualize digital city models. Contents Autodesk Landxplorer

More information

Improving the consistency of multi-lod CityGML datasets by removing redundancy

Improving the consistency of multi-lod CityGML datasets by removing redundancy Accepted Manuscript Improving the consistency of multi-lod CityGML datasets by removing redundancy Filip Biljecki Section GIS Technology, Delft University of Technology, The Netherlands Hugo Ledoux Section

More information

VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015

VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015 www.aamgroup.com VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015 Agenda AAM What is a Smart City? Data Acquisition 3D Modelling Benefits Questions AAM AAM is a Geospatial

More information

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III

Geographic Information Systems (GIS) in Environmental Studies ENVS Winter 2003 Session III Geographic Information Systems (GIS) in Environmental Studies ENVS 6189 3.0 Winter 2003 Session III John Sorrell York University sorrell@yorku.ca Session Purpose: To discuss the various concepts of space,

More information

The Journal of MacroTrends in Technology and Innovation

The Journal of MacroTrends in Technology and Innovation MACROJOURNALS The Journal of MacroTrends in Technology and Innovation Digital Watermarking Model for CityGML Jongweon Kim Department of Electronics Engineering, Sangmyung University, Hongjimun2-gil, Jongno-gu,

More information

User Requirements Gathering for a National 3D Mapping Product in the United Kingdom

User Requirements Gathering for a National 3D Mapping Product in the United Kingdom User Requirements Gathering for a National 3D Mapping Product in the United Kingdom Session 4 EuroSDR/VOLTA SESSION: NMCAS I (3D GEOINFORMATION FOR NATIONAL AND CADASTRAL MAPPING AGENCIES I) th 13 3DGeoInfo

More information

buildingsmart International and Open Geospatial Consortium Framework for Collaboration on BIM-GIS Interoperability

buildingsmart International and Open Geospatial Consortium Framework for Collaboration on BIM-GIS Interoperability buildingsmart International and Open Geospatial Consortium Framework for Collaboration on BIM-GIS Interoperability Jim Plume, Carsten Rönsdorf, and Scott Simmons Copyright 2017 Open Geospatial Consortium

More information

TOWARDS UNIFIED 3D CITY MODELS

TOWARDS UNIFIED 3D CITY MODELS TOWARDS UNIFIED 3D CITY MODELS T. H. Kolbe, G. Gröger Institute for Cartography and Geoinformation, University of Bonn, Meckenheimer Allee 172, 53115 Bonn, Germany (kolbe groeger)@ikg.uni-bonn.de KEY WORDS:

More information

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

11 November 2009, 12:15pm-1:00pm. SUBJECT: Math/Social Sciences Department Schematic Design Meeting No. 2

11 November 2009, 12:15pm-1:00pm. SUBJECT: Math/Social Sciences Department Schematic Design Meeting No. 2 PALO ALTO HIGH SCHOOL Palo Alto Unified School District MEETING NOTES DATE: 11 November 2009, 12:15pm-1:00pm SUBJECT: Math/Social Sciences Department Schematic Design Meeting No. 2 ATTENDEES: Radu Toma,

More information

CityGML OGC Standard for Photogrammetry?

CityGML OGC Standard for Photogrammetry? Kolbe, Nagel, Stadler 1 CityGML OGC Standard for Photogrammetry? THOMAS H. KOLBE, CLAUS NAGEL, ALEXANDRA STADLER, Berlin ABSTRACT Virtual 3D city models are an important data source for an increasing number

More information

Multimodal Location Based Services Semantic 3D City Data as Virtual and Augmented Reality

Multimodal Location Based Services Semantic 3D City Data as Virtual and Augmented Reality Multimodal Location Based Services Semantic 3D City Data as Virtual and Augmented Reality José Miguel Santana Agustín Trujillo José Pablo Suárez Jochen Wendel Alexander Simons Andreas Koch Collaboration

More information

The (Rough) road to BIM- Geospatial standards. Leif Granholm BIM ambassador

The (Rough) road to BIM- Geospatial standards. Leif Granholm BIM ambassador The (Rough) road to BIM- Geospatial standards Leif Granholm BIM ambassador What is Structured Semantic data BIM Graphics to objects Drawings geometry are graphics (appearance important) A Model consists

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

Arne SCHILLING, Steffen NEUBAUER, Alexander ZIPF Germany. Key words: 3D city models, OpenGIS, SDI, interoperability, service oriented architecture

Arne SCHILLING, Steffen NEUBAUER, Alexander ZIPF Germany. Key words: 3D city models, OpenGIS, SDI, interoperability, service oriented architecture Putting GDI-3D into practice: Experiences from developing an 3D spatial data infrastructure based on OpenGIS standards for the sustainable management of urban areas Arne SCHILLING, Steffen NEUBAUER, Alexander

More information

Trimble s ecognition Product Suite

Trimble s ecognition Product Suite Trimble s ecognition Product Suite Dr. Waldemar Krebs October 2010 Trimble Geospatial in the Image Processing Chain Data Acquisition Pre-processing Manual/Pixel-based Object-/contextbased Interpretation

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

AEC 3 United Kingdom. Industry Foundation Classes. Norwegian IFG project Harmonisation IFC and gml3. Dr. Thomas Liebich, Jeffrey Wix AEC3 Ltd.

AEC 3 United Kingdom. Industry Foundation Classes. Norwegian IFG project Harmonisation IFC and gml3. Dr. Thomas Liebich, Jeffrey Wix AEC3 Ltd. Industry Foundation Classes AEC 3 United Kingdom Thatcham, Berkshire RG18 3ES Tel: +44-1635 86 4590 Fax: +44-1635 86 0673 email: jeffrey.wix@aec3.com Germany D-80636 München Tel: +49-89-1870 3223 Fax:

More information

What is GIS? Introduction to data. Introduction to data modeling

What is GIS? Introduction to data. Introduction to data modeling What is GIS? Introduction to data Introduction to data modeling 2 A GIS is similar, layering mapped information in a computer to help us view our world as a system A Geographic Information System is a

More information

3D City Models in SketchUp

3D City Models in SketchUp 3D City Models in SketchUp 1 Features & Pricing Date: 03/03/2017, Version 2.7.0.785 1 Features The CityEditor is not an independent program but an extension for Trimble SketchUp allowing the import of

More information

INVESTIGATING INTEROPERABILITY CAPABILITIES BETWEEN IFC AND CITYGML LOD 4 - RETAINING SEMANTIC INFORMATION

INVESTIGATING INTEROPERABILITY CAPABILITIES BETWEEN IFC AND CITYGML LOD 4 - RETAINING SEMANTIC INFORMATION INVESTIGATING INTEROPERABILITY CAPABILITIES BETWEEN IFC AND CITYGML LOD 4 - RETAINING SEMANTIC INFORMATION G. S. Floros 1,2 *, C. Ellul 2, E. Dimopoulou 1 1 School of Rural and Surveying Engineering, National

More information

Integrating Legal and Physical Dimensions of Urban Environments

Integrating Legal and Physical Dimensions of Urban Environments ISPRS Int. J. Geo-Inf. 2015, 4, 1442-1479; doi:10.3390/ijgi4031442 Article Integrating Legal and Physical Dimensions of Urban Environments Ali Aien *, Abbas Rajabifard, Mohsen Kalantari and Davood Shojaei

More information