A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS

Size: px
Start display at page:

Download "A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS"

Transcription

1 A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS RUDI STOUFFS 1 National University of Singapore 1 stouffs@nus.edu.sg 1. Introduction Abstract. A triple graph grammar approach is adopted as a formal framework for semantic and geometric conversion of IFC models into CityGML Level of Detail 3/4 building models. The triple graph grammar approach supports a semantic mapping from IFC to CityGML, the generation of conversion routines from this mapping, and an incremental approach to achieving a complete and near-lossless mapping. The objective of this approach is the development of a methodology and algorithms to automate the conversion of Building Information Models into CityGML building models, capturing both geometric and semantic information as available in the BIM models, in order to create semantically enriched 3D city models that include both exterior and interior structures. Keywords. BIM; CityGML; conversion; semantic; automated. The Singapore government has embarked on a project to establish a three-dimensional city model and collaborative data platform for Singapore. The aim of this Virtual Singapore project is to achieve a 3D digital platform that will enable users from different sectors to develop sophisticated tools and applications for test-bedding concepts and services, planning and decision-making, and research on technologies to solve emerging and complex challenges for Singapore ( Virtual Singapore, 2017). Using both airborne and mobile mapping surveys, the current incarnation of the Virtual Singapore model is as an LoD2 (Level of Detail) CityGML model (Figure 1). Current endeavors aim to create a semantically enriched LoD3/4 CityGML model. In this paper, we elaborate on a research project to develop a methodology and algorithms to automate the conversion of Building Information Models (BIM) into CityGML building models, capturing both geometric and semantic information as available in the BIM models, and including exterior as well as interior structures such as corridors, rooms, internal doors, and stairs. While automation has been demonstrated before, mainly for exterior building shells in LoD1 and LoD2, this research focuses on achieving a complete and near-lossless mapping for both exterior and interior structures in LoD3/4. A formal framework for semantic and geometric conversion adopting triple graph grammars is being developed in order to improve the degree of automation T. Fukuda, W. Huang, P. Janssen, K. Crolla, S. Alhadidi (eds.), Learning, Adapting and Prototyping, Proceedings of the 23 rd International Conference of the Association for Computer-Aided Architectural Design Research in Asia (CAADRIA) 2018, Volume 2, and published by the Association for Computer-Aided Architectural Design Research in Asia (CAADRIA) in Hong Kong.

2 42 R. STOUFFS and completeness of the mapping process. This formal framework includes the specification of an Application Domain Extension (ADE) to CityGML in order to allow for the representation of semantic information beyond what CityGML currently provides for. In addition, we are working with existing BIM models obtained from government agencies as well as major BIM software vendors. The development of the methodology and algorithms does not target the conversion of native BIM models as used by specific BIM software applications but, instead, BIM models in the Industry Foundation Classes (IFC) data format for openbim. Nevertheless, the existing BIM models are native BIM models and we are investigating export configurations that result in high-quality IFC4 models for the problem at hand. Considering that IFC is merely a data format and not a model specification, the project objective is to address a wide variety of native BIM models as resulting from major BIM software applications and reflecting on how buildings and their indoor structures are modeled by different BIM users and practices.the knowledge gained from this will be much more broadly applicable than the conversion into CityGML as a particular target format. In this paper, we contemplate the notion of a complete and near-lossless conversion and present triple graph grammars as a formal framework for semantic and geometric conversion of IFC models into CityGML LoD 3/4 building models. Figure 1. Building model in LoD1 to LoD4. (Source: Benner et al., 2010). 2. The automation challenge Several attempts have been made to simplify BIM models and integrate them with Geospatial Information Systems (GIS). For example, Isikdag (2006) demonstrated the transfer of selective information from BIM to (ESRI) Shapefiles and Geodatabases. The Open Geospatial Consortium (OGC) completed tests on the integration of CityGML and IFC models in OWS-4 testbed (Lapierre and Cote, 2008). These tests focused on the development of a Web Feature Server (WFS) for IFC data, adopting the OGC Web Services Common Specification as a proven and widely adopted infrastructure for designing the web services for BIM, and on the translation of IFC to CityGML, but, limited to IFC Spaces (rooms). While a number of efforts have been discontinued (e.g., de Laat and van Berlo, 2011), there exists both a commercial ( Safe Software, 2015) and an open source (Donkers, 2013) solution for conversion from IFC to CityGML. Safe Software FME supports reading IFC and writing CityGML, however the conversion is not a native function and the required data model transformations need to be built in FME. Pre-made conversion procedures do exist ( Safe Software, 2015); however, these converters do not transform the IFC geometries and, thus, do not create

3 A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS 43 completely valid LoD3 CityGML geometries. At the same time, the semantics mapping is limited and not fully correct. Donkers (2013) does demonstrate the automatic generation of valid and semantically rich CityGML LoD3 building models, however the conversion is not complete as it is output-driven, rather than input-driven. Rather than attempting to store all IFC information into a CityGML model, his approach is to construct a proper CityGML model using only the information that is needed for a successful conversion. Donkers (2013) elaborates an IFC to CityGML LoD3 transformation in three stages. In the first stage, relevant building elements are extracted using semantic filtering. In the second stage, a volumetric representation of the complete building is generated through geometric transformation using Boolean and morphological operations like dilation and erosion. In the third stage, a refinement process is applied to guarantee the compliance with ISO 19107:2003. The process is focused on LoD3 with an outlook to LoD4. LoD1 and LoD2 are not considered. As can be concluded from these examples, the difficulty is not so much in the automation, but in the complete and near-lossless mapping between IFC and CityGML models (including interior structures), especially in the light of variations in BIM models as developed with different BIM software applications and by different users and practices, and in the light of future requirements on a semantically enriched 3D city (CityGML) model, for example to export information to other formats and applications. The default geometric representation of physical building elements in IFC is volumetric. This can be a parametric representation (e.g., extrusion of a parametric profile), a Constructive Solid Geometry (CSG) or a boundary representation (B-rep). However, volumetric building elements are not supported by CityGML; instead, building elements in CityGML are modeled only as boundary surfaces for buildings or rooms. This means that the volumetric representation of building elements in IFC has to be converted into boundary surfaces of the CityGML building or room (Figure 2). Additionally, IFC uses a local Cartesian coordination system; a global geographic location can be optionally specified for the site object. On the other hand, CityGML uses global coordinates given a reference coordinate system. The corresponding conversion between different geo-referencing methods can be done by well-known coordinate transformations. Figure 2. Differences in the model of a building story between IFC (left) and CityGML (right). (Source: Nagel et al., 2009).

4 44 R. STOUFFS Another difference is semantic. For example, in IFC, the physical building elements are represented as objects with relations. Such relations can be used, e.g., for material information, properties, or connections between building elements. However, building elements in CityGML are only modeled as boundary surfaces, and not as objects and, thus, do not allow for further properties or relations to other boundary surfaces. For example, while CityGML LoD3 models specify both outer walls and windows, inherently, they do not include any relationship between a window and the wall it is part of. Many other semantic differences exist as well. For this, it is important to define a formal semantic mapping between the two schemas. Several studies (Benner et al., 2005; Isikdag and Zlatanova, 2009; Nagel et al., 2009) have emphasized that a formal framework for strict semantic and geometric conversion is required for a complete integration of CityGML and IFC. While it is possible to semi-automate part of the semantic mapping between IFC and CityGML itself, for example, using linguistic and text-mining techniques (Cheng et al., 2015), only a manual method of semantic mapping can guarantee accuracy. BIM models are far more detailed than traditional GIS models, however, the CityGML schema can easily be extended using the concept of Application Domain Extension (ADE). Various ADEs have been considered by researchers to extend the CityGML schema and allow for additional information available in the IFC schema to be included in CityGML. For example, de Laat and van Berlo (2011) consider a GeoBIM-ADE to allow more semantic data from IFC to be added into CityGML, with a focus on extending details of existing CityGML objects (e.g., Room, Window, Door, Opening, Buildingfurniture, BuildingInstallation). Deng et al. (2015) developed a Semantic City Model (SMC) ADE to enrich CityGML models by providing more semantic information such as the linkage relationship between walls and building stories. Hijazi et al. (2011) employ the UtilityNetworkADE to map interior utility information contained in an IFC model. Finally, all this work is further complicated by the fact that IFC is merely a data format and not a model specification, and that there is no universally accepted building model for IFC. Others have attempted to define a reasonably standard building model (e.g., El-Mekawy et al., 2012). However, considering the wide variety of IFC models representing actual buildings in Singapore, as available to the Housing & Development Board (HDB), the Building & Construction Authority (BCA), and other potential users, as resulting from different BIM software applications, and as modeled by different BIM users and practices, and the objective to achieve a complete and near-lossless mapping, such an approach is not a practical one. Instead, we closely collaborate with HDB, BCA, and major BIM software vendors, and collect IFC models from different sources for testing and demonstration, in order to ensure that the methodology, algorithms, and conversion routines work with BIM models developed with any of the major BIM software applications, including Revit (Autodesk), AECOsim/Microstation (Bentley), ArchiCAD (Graphisoft) and Tekla (Trimble). At the same time, we attempt to extract minimal requirements for e-submission of BIM models that will facilitate the conversion of BIM models to CityGML and can assist in other conversions as well.

5 A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS The research methodology To address these challenges, we adopt a two-pronged approach (Figure 3). Firstly, we are developing a formal framework for semantic and geometric conversion that supports models to be automatically exchanged. This framework will include an identification of the necessary transformations to convert IFC geometry data into CityGML geometry, as well as the ability to assign semantic data from the IFC building model into elements of the CityGML model. This research draws upon literature on formal approaches for semantic and geometric conversion between IFC and CityGML (e.g., Benner et al., 2005; Isikdag and Zlatanova, 2009; Nagel et al., 2009), on Application Domain Extensions (ADEs) for CityGML relating to BIM (e.g., de Laat and van Berlo, 2011; Hijazi et al., 2011; Deng et al., 2015), and the experiences and results of the OGC FutureCities Pilot in collaboration with BuildingSMART. It also considers user requirements, specifically from HDB and BCA, such as the practice to convert to the STL format to support Computational Fluid Dynamics (CFD) wind simulations. While conversions from CityGML to other formats are not directly targeted, requirements on a CityGML model relating to such conversions, such as the need to identify the relationship between a window and the wall it belongs to in the CityGML model, are considered. Additionally, major BIM software vendors are consulted on the semantic mapping to ensure broad applicability. Secondly, we translate the mapping between the two data models, including the necessary transformations as identified, into conversion algorithms and software routines that allow a complete and near-lossless automated mapping from IFC to CityGML. Figure 3. Two-pronged approach: formal framework and software development.

6 46 R. STOUFFS 3.1. COMPLETE AND NEAR-LOSSLESS The formal objective of the project is to convert BIM models into CityGML building models in order to create semantically enriched 3D city models. Adopting a complete (and near-lossless) mapping from IFC to CityGML for both exterior and interior structures in LoD3/4 ensures the most semantically rich model but is, otherwise, ill-advised. BIM models generally contain very detailed building information, information that may be of little value in a city model and will only slow any processing of the city model. For this reason, one of the secondary objectives of the project is to define the meaning of a complete and near-lossless mapping and to identify exactly which information should be included in the mapping. As an example, a complete breakdown of the material composition of a wall may not be required, but a roughness value for the finishing layer of an exterior wall may be relevant from the point of view of being able to perform a CFD simulation of part of the city model. For this reason, we are collecting use cases from collaborators and other potential users of the 3D city model to understand which information needs to be included in the complete and near-lossless mapping in order to ensure their use cases apply. Unfortunately, these use cases are not necessarily obvious as the adoption and use of a 3D city model of Singapore is a mere promise at this time and will only be made available to government agencies in July of Although there may be obvious use cases, such as drawing from the 3D city model in order to perform a CFD simulation of a building within its built environment, such use cases are few. At a basis, we are focusing on architectural BIM models, ignoring structural and MEP (Mechanical, Electrical, and Plumbing) models and information. At the same time, we are focusing on LoD3/4 (exterior and interior), though we are exploring whether some plan-based LoD0 information may need to be included for particular use cases. In particular, we are considering to introduce some kind of use case-based configurability to allow for alternative complete and near-lossless mappings. Of course, such configurability would not apply to the integration of BIM-derived CityGML models into the overarching Virtual Singapore model. Also, it is not our intention to put the onus back on the user by providing a complex and detailed configurability interface. This research does not intend to provide a solution for all and everybody, but a practical solution for our collaborators and anybody with similar requirements, and the knowledge that underlies such solution and can serve other objectives. In conclusion, complete and near-lossless is a term we are defining for this research in cooperation with our collaborators in order to ensure the research and its solution(s) are driven by user needs. Some configurability may be provided TRIPLE GRAPH GRAMMARS Triple graph grammars are a grammar formalism first introduced by Andy Schürr in 1994 as a technique for model transformation (Schürr, 1994). The triple graph rules correlate two graphs through a third graph. These rules can serve to (formally) relate two types of models, to transform a model of one type into

7 A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS 47 another, to compute the correspondence between two existing models, or to maintain the consistency between the two types of models (Kindler and Wagner, 2007). In our research, we adopt triple graph grammars to formally relate IFC and CityGML, both semantically and geometrically, and to transform a BIM model, expressed as an IFC graph, into a CityGML model expressed as a GML graph. The relationships between the two graphs as established within the transformation process are captured in the edges of the third graph that link from nodes in the IFC graph to nodes in the CityGML graph (Figure 4). Triple graph grammars can be used for both forward and backward transformations, but here we consider only a one-directional transformation. The use of a triple graph grammar allows us to develop the formal mapping from IFC to CityGML incrementally. An added advantage of the triple graph grammar is that while the rules can be expressed graphically, these can be automatically translated into software routines to perform the actual transformation. Figure 4. Triple graph example correlating an IFC graph and a CityGML graph. Dashed lines denote edges belonging to the correlation graph. (Author: Helga Tauscher). Figure 5 shows an example of a rule identifying an interior wall surface within the IFC graph and creating a corresponding node in the CityGML graph. An interior wall surface within IFC is identified as an internal, physical space boundary that relates to a wall and a space and has a connection surface geometry. It is the latter geometry that is transformed into an interior wall surface node in the CityGML graph; both are related through a connection edge. We consider two types of rules. The previous example specifies a feature rule, identifying a feature pattern in IFC and creating a corresponding node or feature in CityGML. The other type is a relation rule, identifying a relation pattern in IFC and creating a corresponding relation in CityGML. Currently, we are applying these rule types mainly in an alternating and recursive manner, where a feature rule may invoke a relation rule upon application and where this relation rule in turn may invoke another feature rule that is required to apply in order to be able to create the relation edge. As an example, a feature rule may map an IFCBuilding node onto a bldg:building node in the GML graph. This feature rule may then

8 48 R. STOUFFS invoke a relation rule in order to create a consistsofbuildingpart relationship between the bldg:building node and a bldg:buildingpart node. However, as the latter hasn t yet been created, the appropriate feature rule would be called upon first. A more extensive example is presented in Figure 6. Though this alternating manner obviously limits the applicability of these rules to a recursive, hierarchical development, it allows for a straightforward generation of conversion routines from this mapping, and it can easily be extended to include other rule types and patterns. Figure 5. Example of a triple graph rule transforming an interior wall surface from IFC into CityGML. The left-hand-side of the rule specifies four IFC nodes and their mutual edges; the right-hand-side of the rule adds (indicated in red) a CityGML node and a connection edge between an existing IFC node and the new CityGML node. (Author: Helga Tauscher). 4. Conclusion A triple graph grammar approach is adopted as a formal framework for semantic and geometric conversion of IFC models into CityGML Level of Detail 3/4 building models. The triple graph grammar approach supports a semantic mapping from IFC to CityGML, the generation of conversion routines from this mapping, and an incremental approach to achieving a complete and near-lossless mapping of Building Information Models into CityGML building models, capturing both geometric and semantic information as available in the BIM models, in order to create semantically enriched 3D city models that include both exterior and interior structures. Acknowledgements This material is based on research/work supported by the National Research Foundation under Virtual Singapore Award No. NRF2015VSG-AA3DCM I would like to acknowledge the input from the entire research team: Patrick Janssen, James Crawford, Filip Biljecki, Helga Tauscher, Salman Khalili Araghi, Chen Kok Kiong and Amol Konde. I would also like to acknowledge the project collaborators, Ordnance Survey International for its contribution to the research and development, the Housing & Development Board and Building & Construction Authority for collaborating with us on use cases and providing us with their feedback, and Bentley Systems, Graphisoft and Trimble for the insightful discussions we have had on IFC and BIM. Additionally, I would like to acknowledge the feedback we received on the project developments from the Government Technology Agency of Singapore,

9 A TRIPLE GRAPH GRAMMAR APPROACH TO MAPPING IFC MODELS INTO CITYGML BUILDING MODELS 49 Singapore Land Authority, and the Urban Redevelopment Authority. Figure 6. A collection of triple graph rules, both feature rules (left) and relation rules (right), to recursively convert a city model, its buildings, building parts, rooms and boundary surfaces of these rooms. (Author: Helga Tauscher). References Safe Software : Available from < (accessed 28th September 2017). Virtual Singapore : Available from < apore> (accessed 12th December 2017). Benner, J., Geiger, A. and Häfele, K.-H.: 2010, Concept for building licensing based on standardized 3D geo information, International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Vol. XXXVIII-4/W15, Benner, J., Geiger, A. and Leinemann, K.: 2005, Flexible generation of semantic 3D building models, Proc of the 1st Intern. Workshop on Next Generation 3D City Models, Cheng, J., Deng, Y. and Anumba, C.: 2015, Mapping BIM schema and 3D GIS schema semi-automatically utilizing linguistic and text mining techniques, Journal of Information

10 50 R. STOUFFS Technology in Construction, 20, Deng, Y., Cheng, J. and Anumba, C.: 2015, Mapping between BIM and 3D GIS in different levels of detail using schema mediation and instance comparison, Automation in Construction, 67, Donkers, S.: 2013, Automatic generation of CityGML LoD3 building models from IFC model, Master s Thesis, TU Delft. El-Mekawy, M., Östman, M. and Hijazi, I.: 2012, A unified building model for 3D urban GIS, ISPRS International Journal of Geo-Information, 1, Hijazi, I., Ehlers, M., Zlatanova, S., Becker, T. and van Berlo, L.: 2011, Initial investigations for modeling interior utilities within 3D geo context, Advances in 3D Geo-Information Sciences, Isikdag, U.: 2006, Towards the Implementation of Building Information Models in Geospatial Context, Ph.D. Thesis, U Salford. Isikdag, U. and Zlatanova, S.: 2009, Towards defining a framework for automatic generation of buildings in CityGML using BIM, 3D Geo-Information Sciences, Kindler, E. and Wagner, R.: 2007, Triple graph grammars: Concepts, extensions, implementations, and application scenarios, Technical Report tr-ri , University of Paderborn, Paderborn, Germany. de Laat, R. and van Berlo, L. 2011, Integration of BIM and GIS: the development of the CityGML GeoBIM extension, in T.H. Kolbe, G. Konig and C. Nagel (eds.), Advances in 3D Geo-Information Sciences, Springer, Berlin, Lapierre, A. and Cote, P.: 2008, Using Open Web Services for urban data management: a testbed resulting from an OGC initiative offering standard CAD/GIS/BIM services, Urban and Regional Data Management: UDMS Annual 2007, Nagel, C., Stadler, A. and Kolbe, T.H. 2009, Conceptual Requirements for the Automatic Reconstruction of Building Information Models from Uninterpreted 3d Models, in T.H. Kolbe, H. Zhang and S. Zlatanova (eds.), Academic Track of Geoweb 2009: Cityscapes, ISPRS, Schürr, A.: 1994, Specification of graph translators with triple graph grammars, Graph-Theoretic Concepts in Computer Science, 20th International Workshop, WG 94,

STRICT AND AUTOMATIC MAPPING OF IFC-BIM MODELS INTO SEMANTICALLY ENRICHED 3D CITYGML BUILDING MODELS (EXTERIOR AND INTERIOR)

STRICT AND AUTOMATIC MAPPING OF IFC-BIM MODELS INTO SEMANTICALLY ENRICHED 3D CITYGML BUILDING MODELS (EXTERIOR AND INTERIOR) STRICT AND AUTOMATIC MAPPING OF IFC-BIM MODELS INTO SEMANTICALLY ENRICHED 3D CITYGML BUILDING MODELS (EXTERIOR AND INTERIOR) 1ST INTERNATIONAL IAG WORKSHOP ON BIM AND GIS INTEGRATION 25 OCTOBER 2017 Rudi

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

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

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

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

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

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

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

Important note To cite this publication, please use the final published version (if applicable). Please check the document version above.

Important note To cite this publication, please use the final published version (if applicable). Please check the document version above. Delft University of Technology Building Information Modelling: essentials and issues The need to Integrate BIM and Geoinformation Zlatanova, Sisi; Isikdag, Umit Publication date 2016 Document Version Early

More information

BENEFITS OF INTEGRATING BIM AND GIS IN CONSTRUCTION MANAGEMENT AND CONTROL

BENEFITS OF INTEGRATING BIM AND GIS IN CONSTRUCTION MANAGEMENT AND CONTROL 5 th International/11 th Construction Specialty Conference 5 e International/11 e Conférence spécialisée sur la construction Vancouver, British Columbia June 8 to June 10, 2015 / 8 juin au 10 juin 2015

More information

Your Perfect 3D World (BIM and GIS Integrated)

Your Perfect 3D World (BIM and GIS Integrated) Your Perfect 3D World (BIM and GIS Integrated) June 2015 Larisa Kruger Background Larisa Kruger- Enterprise GIS Manager FITS- Facilities Information Technology Services 2 years (GIS for 15) 2 FTE, 4 students

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

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

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

Building Your Own Urban Tool Kit

Building Your Own Urban Tool Kit Building Your Own Urban Tool Kit Utilizing parametric BIM components as smart early design tools for largescale urban planning Caner Dolas 1, Andreas Dieckmann 2, Peter Russell 3 Chair for Computer Aided

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

Strategies for Integrating CAD and BIM in ArcGIS. Don Kuehne Esri 3D Product Manager: CAD/BIM/AEC

Strategies for Integrating CAD and BIM in ArcGIS. Don Kuehne Esri 3D Product Manager: CAD/BIM/AEC Strategies for Integrating CAD and BIM in ArcGIS Don Kuehne Esri 3D Product Manager: CAD/BIM/AEC CAD Digital Drawing CAD in ArcGIS Desktop CAD in Desktop CAD as Data CAD as a Map EXPORT TO CAD Create and

More information

Investigating the practical relationship between GIS and BIM; then relating that to a 3D cadastre. J. Gabriel van Wyk, Johan Nel

Investigating the practical relationship between GIS and BIM; then relating that to a 3D cadastre. J. Gabriel van Wyk, Johan Nel Investigating the practical relationship between GIS and BIM; then relating that to a 3D cadastre. J. Gabriel van Wyk, Johan Nel Overview So exactly what is BIM? Available BIM offerings in the market Traditional

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

THE PATH FROM BIM TO A 3D INDOOR FRAMEWORK A REQUIREMENT ANALYSIS

THE PATH FROM BIM TO A 3D INDOOR FRAMEWORK A REQUIREMENT ANALYSIS THE PATH FROM BIM TO A 3D INDOOR FRAMEWORK A REQUIREMENT ANALYSIS L. Liu 1,, B. Li 1, S. Zlatanova 2, H. Liu 3 1 College of Surveying and GeoInformatics, Tongji University, Shanghai, China - (l.liu, bofeng

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

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

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

Chapter 10: BIM for Facilitation of Land Administration Systems in Australia

Chapter 10: BIM for Facilitation of Land Administration Systems in Australia Chapter 10: BIM for Facilitation of Land Administration Systems in Australia Sam Amirebrahimi Introduction With the introduction of the concept of 3D Cadastre and extensive efforts in this area, currently

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

Integration of Building and Urban Information Modeling Opportunities and Integration Approaches

Integration of Building and Urban Information Modeling Opportunities and Integration Approaches 42 Integration of Building and Urban Information Modeling Opportunities and Integration Approaches Ihab HIJAZI 1,2 and Andreas DONAUBAUER 1 1 Technische Universität München Lehrstuhl für Geoinformatik

More information

International 3D Developments. Jantien Stoter Professor 3D GeoInformation

International 3D Developments. Jantien Stoter Professor 3D GeoInformation International 3D Developments Jantien Stoter Professor 3D GeoInformation European Spatial Data Research EuroSDR 3D Special Interest Group Active participants: Swisstopo, Ordnance Survey UK, Ordnance Survey

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

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

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

UBGI and Address Standards

UBGI and Address Standards Workshop on address standards UBGI and Address Standards 2008. 5.25 Copenhagen, Denmark Sang-Ki Hong Convenor, WG 10 1 Evolution of Geographic Information Visualization Feature (Contents) Context Accessibility

More information

OGC Pilot Future Cities. 3D Stadt modelle, 9/11 Bonn

OGC Pilot Future Cities. 3D Stadt modelle, 9/11 Bonn Pilot Future Cities 3D Stadt modelle, 9/11 Bonn Bart De Lathouwer / Athina Trakas Open Geospatial Consortium Setting the stage Geo and BIM, how do they relate? Identify the issues How we pilot the solutions

More information

Coordinate systems, measured surveys for BIM, total station for BIM, as-built surveys, setting-out

Coordinate systems, measured surveys for BIM, total station for BIM, as-built surveys, setting-out Coordinate systems, measured surveys for BIM, total station for BIM, as-built surveys, setting-out What is a BIM What does a BIM do Why use a BIM BIM Software BIM and the Surveyor How do they relate to

More information

SMART CITIES NEED LOCATION DATA

SMART CITIES NEED LOCATION DATA SMART CITIES NEED LOCATION DATA Carsten Rönsdorf 27 May 2015 Lisbon Future Cities need Location Data Geospatial World Forum 27 May 2015 Carsten Rönsdorf, Head of Advisory Services, OS International OFFICIAL

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

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

NIBU: An Integrated Framework for Representing the Relation Among Building Structure and Interior Utilities in Micro-Scale Environment

NIBU: An Integrated Framework for Representing the Relation Among Building Structure and Interior Utilities in Micro-Scale Environment Geo-spatial Information Science 14(2):98-108 Volume 14, Issue 2 DOI 10.1007/s11806-011-0461-8 June 2011 Article ID: 1009-5020(2011)02-098-11 Document code: A NIBU: An Integrated Framework for Representing

More information

A Preliminary Model of Community-based Integrated Information System for Urban Spatial Development

A Preliminary Model of Community-based Integrated Information System for Urban Spatial Development A Preliminary Model of Community-based Integrated Information System for Urban Spatial Development Bauni HAMID 1, Devin DEFRIZA 2 1 2 CAITAD (Center of Applied Information Technology in Planning and Design),

More information

GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG. Dr. Joachim Benner Dr. Kai-Uwe Krause September

GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG. Dr. Joachim Benner Dr. Kai-Uwe Krause September GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG Dr. Joachim Benner Dr. Kai-Uwe Krause September Introduction city state Hamburg North Sea Hamburg Hamburg as a city state is

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

Exploit your geodata to enable smart cities and countries

Exploit your geodata to enable smart cities and countries Exploit your geodata to enable smart cities and countries Carsten Rönsdorf, Head of Advisory Services Middle East Practice Manager Future Cities, standards and 3D 24 November 2014 Importance of Standards

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

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

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

Lesson 16: Technology Trends and Research

Lesson 16: Technology Trends and Research http://www.esri.com/library/whitepapers/pdfs/integrated-geoenabled-soa.pdf GEOG DL582 : GIS Data Management Lesson 16: Technology Trends and Research Overview Learning Objective Questions: 1. Why is integration

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

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

OpenGeospatial Consortium Working Group Reports 3DIM, Urban planning, Land & Infrastructure

OpenGeospatial Consortium Working Group Reports 3DIM, Urban planning, Land & Infrastructure OpenGeospatial Consortium Working Group Reports 3DIM, Urban planning, Land & Infrastructure Leif Granholm BIM Ambassador, Trimble October 30, 2014 Toronto 3DIM Charter The 3D Information Management (3DIM)

More information

European Spatial Data Research. EuroSDR. Prof. Dr. Ir. Joep Crompvoets. General Assembly CLGE Tirana 18 March

European Spatial Data Research. EuroSDR. Prof. Dr. Ir. Joep Crompvoets. General Assembly CLGE Tirana 18 March EuroSDR Prof. Dr. Ir. Joep Crompvoets General Assembly CLGE - 2016 Tirana 18 March 2016 INTRODUCTORY QUESTIONS Who knows what is EuroSDR? Who does NOT know what is EuroSDR? Who is employed at mapping agencies?

More information

Design and Development of a Large Scale Archaeological Information System A Pilot Study for the City of Sparti

Design and Development of a Large Scale Archaeological Information System A Pilot Study for the City of Sparti INTERNATIONAL SYMPOSIUM ON APPLICATION OF GEODETIC AND INFORMATION TECHNOLOGIES IN THE PHYSICAL PLANNING OF TERRITORIES Sofia, 09 10 November, 2000 Design and Development of a Large Scale Archaeological

More information

Spatial Analysis in CyberGIS

Spatial Analysis in CyberGIS Spatial Analysis in CyberGIS towards a spatial econometrics workbench Luc Anselin, Sergio Rey and Myunghwa Hwang GeoDa Center School of Geographical Sciences and Urban Planning Arizona State University

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

Sova3D - Pilot Case: Hyvinkää Architectural Competition. Internet of Spaces

Sova3D - Pilot Case: Hyvinkää Architectural Competition. Internet of Spaces Sova3D - Pilot Case: Hyvinkää Architectural Competition SOVA3D SOVA3D offers Internet Based Services for Building Environment 3D Digitalisation. - 3D-VIRTUALMODELS - City Model - Geometry Models - BIM

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

E-Government and SDI in Bavaria, Germany

E-Government and SDI in Bavaria, Germany 135 E-Government and SDI in Bavaria, Germany Wolfgang STOESSEL, Germany Key words: GDI-BY, Bavaria, Spatial Data Infrastructure SUMMARY Spatial Data Infrastructure (SDI) is an important part of the e-government

More information

INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN. Yunpiao Bai. B.E.s., The University of Waterloo, 2014

INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN. Yunpiao Bai. B.E.s., The University of Waterloo, 2014 INTEGRATING GIS AND BIM FOR COMMUNITY BUILDING ENERGY DESIGN by Yunpiao Bai B.E.s., The University of Waterloo, 2014 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER

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

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

J.H.M. Tah, A.H. Oti,* and F.H. Abanda A state-of-the-art review of built environment information modelling (BeIM)

J.H.M. Tah, A.H. Oti,* and F.H. Abanda A state-of-the-art review of built environment information modelling (BeIM) Organization, Technology and Management in Construction 2017; 9: 1638 1654 Research Article Open Access J.H.M. Tah, A.H. Oti,* and F.H. Abanda A state-of-the-art review of built environment information

More information

Web-Based 3D Geospatial Facility Model Data Interfaces

Web-Based 3D Geospatial Facility Model Data Interfaces Web-Based 3D Geospatial Facility Model Interfaces Federal Facilities Council Symposia October 31, 2006 BIM: Grass Root Experiences Alex Viana Naval Facilities Engineering Command Washington Navy Yard,

More information

THE COMPUTATION OF DESCRIPTION GRAMMARS

THE COMPUTATION OF DESCRIPTION GRAMMARS S. Chien, S. Choo, M. A. Schnabel, W. Nakapan, M. J. Kim, S. Roudavski (eds.), Living Systems and Micro-Utopias: Towards Continuous Designing, Proceedings of the 21st International Conference of the Association

More information

Technical Specifications. Form of the standard

Technical Specifications. Form of the standard Used by popular acceptance Voluntary Implementation Mandatory Legally enforced Technical Specifications Conventions Guidelines Form of the standard Restrictive Information System Structures Contents Values

More information

A Model of GIS Interoperability Based on JavaRMI

A Model of GIS Interoperability Based on JavaRMI A Model of GIS Interoperability Based on Java Gao Gang-yi 1 Chen Hai-bo 2 1 Zhejiang University of Finance & Economics, Hangzhou 310018, China 2 College of Computer Science and Technology, Zhejiang UniversityHangzhou

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

Imagery and the Location-enabled Platform in State and Local Government

Imagery and the Location-enabled Platform in State and Local Government Imagery and the Location-enabled Platform in State and Local Government Fred Limp, Director, CAST Jim Farley, Vice President, Leica Geosystems Oracle Spatial Users Group Denver, March 10, 2005 TM TM Discussion

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

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

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Joshua Lieberman, Todd Pehle, Mike Dean Traverse Technologies, Inc., Northrop Grumman Information

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

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment.

Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment. Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment. F. Prandi, R. de Amicis, P. Parslow, M. Ford, E. D Hondt Outlook Introduction

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

Paths Toward CAD and GIS Interoperability

Paths Toward CAD and GIS Interoperability Paths Toward CAD and GIS Interoperability Bo Guo, PhD, PE Gistic Research, Inc Outline CAD and GIS Differences Interoperability Paths UDOT ROW Research Project CAD and GIS: The Difference (I) History Users

More information

THE WASHINGTON COASTAL ATLAS

THE WASHINGTON COASTAL ATLAS THE ICAN COASTAL ATLAS MEDIATOR PROTOTYPE AND CONNECTING THE WASHINGTON COASTAL ATLAS Liz O Dea 1, Yassine Lassoued 2, Tanya Haddad 3, Declan Dunne 2 1 GIS Services Unit, WA State Dept. of Ecology 2 Coastal

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

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

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

3D BUILDING MODELS IN GIS ENVIRONMENTS

3D BUILDING MODELS IN GIS ENVIRONMENTS A. N. Visan 3D Building models in GIS environments 3D BUILDING MODELS IN GIS ENVIRONMENTS Alexandru-Nicolae VISAN, PhD. student Faculty of Geodesy, TUCEB, alexvsn@yahoo.com Abstract: It is up to us to

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

Mapping a Nation in 3D Singapore s Journey. Bryan Chew Registrar of Titles Assistant Chief Executive Singapore Land Authority

Mapping a Nation in 3D Singapore s Journey. Bryan Chew Registrar of Titles Assistant Chief Executive Singapore Land Authority Mapping a Nation in 3D Singapore s Journey Bryan Chew Registrar of Titles Assistant Chief Executive Singapore Land Authority Singapore Size - 719 sq km Population - 5.5 million Density 7,600/sq km Singapore

More information

Virtual Cities of the Future and Past. Paul Cote Geographic Information Systems Specialist Harvard University Graduate School of Design

Virtual Cities of the Future and Past. Paul Cote Geographic Information Systems Specialist Harvard University Graduate School of Design Virtual Cities of the Future and Past Paul Cote Geographic Information Systems Specialist Harvard University Graduate School of Design 500 Design Students 250 Architecture 50 Urban Planning 100 Urban Design

More information

Model Setup IDM Vol 2: Process Model

Model Setup IDM Vol 2: Process Model Model Setup IDM Vol 2: Process Model Gateway to Melbourne, Australia. Source: Fender Katsalidis, Architects Version 1.4 27 June 2017 Contents Model Setup Exchange Scenarios... 1 Overview... 1 Project Roles...

More information

A Broad View of Geospatial Technology & Systems

A Broad View of Geospatial Technology & Systems A Broad View of Geospatial Technology & Systems Pete Large Vice President, Trimble On the shoulders of giants 1 Since their time, our ability to generate geospatial information has grown exponentially

More information

UNIPD RESEARCH UNIT Progress Report Francesca FISSORE, Marco PIRAGNOLO, Francesco PIROTTI

UNIPD RESEARCH UNIT Progress Report Francesca FISSORE, Marco PIRAGNOLO, Francesco PIROTTI UNIPD RESEARCH UNIT Progress Report Francesca FISSORE, Marco PIRAGNOLO, Francesco PIROTTI PRIN PROJECT: URBAN GEOmatics for Bulk Information Generation, Data Assessment and Technology Awareness UR UniPD

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning CI125230 Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell Brockwell IT Consulting Inc. Sean Kinahan Brockwell IT Consulting Inc. Learning Objectives

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

About the Geo-referencing of BIM models

About the Geo-referencing of BIM models About the Geo-referencing of BIM models Abdoulaye Diakité 3D geoinformation, Delft University of Technology Abstract This report is willing to give an overview of the situation regarding the geo-referencing

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

geographic patterns and processes are captured and represented using computer technologies

geographic patterns and processes are captured and represented using computer technologies Proposed Certificate in Geographic Information Science Department of Geographical and Sustainability Sciences Submitted: November 9, 2016 Geographic information systems (GIS) capture the complex spatial

More information

ArcGIS Urban: An Introduction. Lisa Staehli ArcGIS Urban Team Product Development Brooks Patrick ArcGIS Urban Team Business Development

ArcGIS Urban: An Introduction. Lisa Staehli ArcGIS Urban Team Product Development Brooks Patrick ArcGIS Urban Team Business Development ArcGIS Urban: An Introduction Lisa Staehli ArcGIS Urban Team Product Development Brooks Patrick ArcGIS Urban Team Business Development Our Cities Are Facing Massive Challenges Our Cities Are Facing Massive

More information

HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS

HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS HIGH RESOLUTION BASE MAP: A CASE STUDY OF JNTUH-HYDERABAD CAMPUS K.Manjula Vani, Abhinay Reddy, J. Venkatesh, Ballu Harish and R.S. Dwivedi ABSTRACT The proposed work High Resolution Base map: A Case study

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

INTEGRATED REMOTE SENSING AND VISUALIZATION (IRSV) SYSTEM FOR TRANSPORTATION INFRASTRUCTURE. Project Description and Year I Achievement Report

INTEGRATED REMOTE SENSING AND VISUALIZATION (IRSV) SYSTEM FOR TRANSPORTATION INFRASTRUCTURE. Project Description and Year I Achievement Report INTEGRATED REMOTE SENSING AND VISUALIZATION (IRSV) SYSTEM FOR TRANSPORTATION INFRASTRUCTURE OPERATIONS AND MANAGEMENT Project Description and Year I Achievement Report p PROJECT OVERVIEW Project Goals:

More information

MEU A cartographic-based web-platform for urban energy management and planning

MEU A cartographic-based web-platform for urban energy management and planning MEU A cartographic-based web-platform for urban energy management and planning Massimiliano Capezzali 1, Gaëtan Cherix 2, 1 Energy Center, Ecole Polytechnique Fédérale de Lausanne (EPFL), 1015 Lausanne

More information

Future Proofing the Provision of Geoinformation: Emerging Technologies

Future Proofing the Provision of Geoinformation: Emerging Technologies Future Proofing the Provision of Geoinformation: Emerging Technologies An Exchange Forum with the Geospatial Industry William Cartwright Chair JBGIS Second High Level Forum on Global Geospatial Information

More information

OGC Standards Update 29 November 2018 Orlando

OGC Standards Update 29 November 2018 Orlando OGC Standards Update 29 November 2018 Orlando Mark Reichardt mreichardt@opengeospatial.org +1 301 840-1361 OGC S INTEREST It s simple You have this or this and you need to make this... or this Courtesy

More information

Technical Drafting, Geographic Information Systems and Computer- Based Cartography

Technical Drafting, Geographic Information Systems and Computer- Based Cartography Technical Drafting, Geographic Information Systems and Computer- Based Cartography Project-Specific and Regional Resource Mapping Services Geographic Information Systems - Spatial Analysis Terrestrial

More information

3D City Modelling for Urban Scale Heating Energy Demand Forecasting

3D City Modelling for Urban Scale Heating Energy Demand Forecasting 3D City Modelling for Urban Scale Heating Energy Demand Forecasting Aneta Strzalka 1,*, Jürgen Bogdahn 1 and Ursula Eicker 1 1 Stuttgart University of Applied Sciences, Germany * Corresponding email: aneta.strzalka@hft-stuttgart.de

More information