SlideShare una empresa de Scribd logo
1 de 42
Integrating  Building Information Models  with  Geographic Information Systems The Technology Review   Umit Isikdag, Prof.Ghassan Aouad Dr. Jason Underwood, Dr. Nigel Trodd
The Problem Exchange of information in an  effective way  between different types of software that’s used throughout the  construction life cycle  and in the  domain of  urban management
Software used through the construction life cycle ,[object Object],[object Object],[object Object]
Interoperability in Construction Industry: STEP & IFC ,[object Object],[object Object],[object Object],[object Object]
Software used in  the urban management ,[object Object],[object Object],[object Object]
GIS is the common denominator of urban management systems ,[object Object],GISs are used in many areas and also in, various stages in construction life cycle.
Interoperability in GIS  ,[object Object],[object Object]
The background for the research (AEC Scope) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The background for the research  (Urban Management Scope) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Aim of the research ,[object Object],[object Object],This presentation is focused on the technology review stage of the research.
THE TECHNOLGY REVIEW PART 1 GIS
Raster & Vector Data  Models ,[object Object],[object Object],[object Object],[object Object],[object Object]
Spatial Databases ,[object Object],I am a spatial database I can store vector and  raster files and also  other relational data models I am a raster file (an air photo)   I am a vector file (Building Geometries)   I am a RDBMS Table
The architecture of Geographical Information Systems Spatial DBMS Raster and Vector Data Files GIS GATEWAY GIS Web Server   Web Services GIS Software Data Conversion Tools GIS APIs Client Applications Client Applications Web Browsers Data Layer
THE TECHNOLGY REVIEW PART 2 IFC
Information Models for AEC ,[object Object],[object Object],[object Object]
The Structure of  the STEP and IFC
Structure of STEP Description Methods  EXPRESS, EXPRESS-G  IDEF1x ,NIAM,  Integrated Resources   Common Model Subsets Application Protocols Meta Models Application Reference Model (Defined by EXPRESS-G) Application Interpreted Model (EXPRESS) Implementation Methods Physical Files Structures(21)  File Access Methods(22) Conformance Test  assesses the implementation
IFC Schema = The Meta Model Meta Model file is  called  IFC Schema Meta Model file holds the IFC entities IFC entities contain descriptive information about IfcObjects.  Meta Model is defined by  EXPRESS  The meta model file has the .exp extension ENTITY IfcOrganizationRelationship; Name : IfcLabel; Description : OPTIONAL IfcText; RelatingOrganization : IfcOrganization; RelatedOrganizations : SET [1:?] OF IfcOrganization; END_ENTITY;
IFC Physical File Physical Model file is  called  IFC file Physical Model file holds the IFC objects Physical Model is defined by  STEP Standard Part 21   The physical model file has the .ifc extension #42 = IFCSHAPEREPRESENTATION (#26, 'Axis', 'Curve2D', (#41)); #43 = IFCCARTESIANPOINT ((0., 0.)); #44 = IFCCARTESIANPOINT ((2000., 0.)); #45 = IFCCARTESIANPOINT ((1760.000005364418, 239.999994635582)); #46 = IFCCARTESIANPOINT ((-239.999994635582, 239.999994635582)); #47 = IFCPOLYLINE ((#43, #44, #45, #46, #43)); #48 = IFCARBITRARYCLOSEDPROFILEDEF (.AREA., $, #47);
IFC Information Exchange Architectures
Information Exchange with IFCs IFC file  (STEP-P21) XCAD YCAD Level1:Data sharing between applications  using building information models as physical files
Information Exchange with IFCs Level 2: Accessing the IFCs through APIs  IFC File (STEP-P21) IFC API SDAI API XCAD Client B YCAD Client A
Information Exchange with IFCs ,[object Object],[object Object],[object Object],OCCURENCE OBJECT DATA(.P21) IFC PHYSICAL FILE PROPERTY ATTRIBUTE RELATIONSHIP ASSOCIATION ENTITY CLASS METADATA(.EXP) IFC SCHEMA RELATIONAL DATA MODEL OBJECT DATA MODEL FORMS EXPRESS DATA MODEL LOGICAL LEVEL CONCEPTUAL LEVEL
Express Databases I am an Express Database I can interpret STEP meta models I can store STEP compliant models IFC Meta Model (Schema) (ISO10303) IFC File (ISO10303-P21)
Information Exchange with IFCs ,[object Object],[object Object],EXPRESS DBMS IFC SCHEMA  IFC FILE SDAI DB API Database API Clients XCAD YCAD
Alternative types of architectures Yes Yes, Database Schema Yes/No No Need for the schema No Yes (DB API)/No RDBMS ODBMS Storing IFCs in RDBMS / ODBMS Yes Building.ifc Accessing IFC with APIs EDBMS Building.ifc Data stored in form of.. Yes (DB API) Storing IFCs in EDBMS No IFC Physical File Exchange Need for an API  to get information  Architecture Type
Conclusion Several  Possible  System Architectures Physical File Level Database Level Application Level
Physical File Level: File Conversion IFC  Physical File GIS Vector Data Files GML
Database Level :Database Integration Spatial DBMS EXPRESS DBMS API GML to IFC(XSLT) IFC to GML(API) RDBMS API API or GML ODBMS
Application Level Integration 1 Scope: Model Based Construction Focus: Building Information Model EXPRESS DBMS IFC/IFG SCHEMA  IFC/IFG  File (STEP-P21) SDAI API Database API Clients using IFC and GIS Data Spatial DBMS Raster and Vector Data Files GIS GATEWAY Web Services GIS Client Applications  (APIs ,Data Conversion Tools ,GIS Software) GML GML WMS/WFS IFC API Web Services Data Conversion and Transfer Tier GIS Data Conversion API XSLT
Application Level Integration 2 Scope: Urban Management  Focus: Geographic Information System EXPRESS DBMS IFC SCHEMA  IFC/IFG  File (STEP-P21) SDAI API Database API Clients using GIS and IFC Data IFC API Web Services Translation APIs Spatial DBMS Raster and Vector Data Files GIS GATEWAY Web Services GIS Client Applications  (APIs ,Data Conversion Tools ,GIS Software) GML GML WMS/WFS
Finally, IFC is a project driven approach for information management IFC enable interoperability through the project  life cycle  GISs have an infrastructure driven approach  GISs enable interoperability in urban modelling and management Urban Planning & Management (GIS) IFC IFC IFC Construction Project Life Cycle (IFC Based Information Systems) Geo-info. Geo-info
Finally, ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Thanks for listening…
NEW APPROACHES
New Approaches: Mapping the IFCs to XML Ifc MetaModel (IFC2x.exp) Ifc Model (Building.ifc) Ifc MetaModel XML Schema (IFC2x.xsd) Ifc Model XML  (Building.xml)
New Approaches: Mapping the IFCs to XML Ifc MetaModel XML Schema (IFC2x2.xsd) Ifc Model XML  (Building.xml) XML Database
Alternative types of architectures Yes/No Building.xml Ifc.xsd New Approach: Storing IfcXML in XMLDB Ifc.xsd Ifc.exp Ifc.exp, Database Schema Ifc.exp Ifc.exp Schema No RDBMS/ ODBMS Storing IFCs in ODBMS / RDBMS Yes Building.ifc Accessing IFC with APIs Building.xml EDBMS Building.ifc Data stored in form of.. Yes (DOM.SAX) New Approach:IfcXML Yes (DB API) Storing IFCs in EDBMS No IFC Physical File Exchange Need for an API  to get information  Architecture Type
Physical File Level: Conversion Mirror IFC  Physical File IfcXML Physical File GIS Vector Data Files GML
Database Level :Database Integration Spatial DBMS EXPRESS DBMS XML Database GML IFC XML API GML to IFC(XSLT) IFC to GML(API) RDBMS API or IFCXML API or GML ODBMS
Interoperable data ,[object Object],[object Object],[object Object],[object Object]

Más contenido relacionado

La actualidad más candente

Using Geotechnical Data in a 3D Space Whitepaper
Using Geotechnical Data in a 3D Space WhitepaperUsing Geotechnical Data in a 3D Space Whitepaper
Using Geotechnical Data in a 3D Space WhitepaperAmy Heffner
 
Computer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringComputer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringuniversity of sust.
 
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...Whitepaper: "Construction Lifecycle Management – a necessary business strateg...
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...Ionel GRECESCU
 
Research Sruti
Research SrutiResearch Sruti
Research Srutisrutin
 
Development of alogorithm to recognize through slot feature from step ap224 n...
Development of alogorithm to recognize through slot feature from step ap224 n...Development of alogorithm to recognize through slot feature from step ap224 n...
Development of alogorithm to recognize through slot feature from step ap224 n...eSAT Journals
 
Intelligent design-of-industrial-steel-buildings
Intelligent design-of-industrial-steel-buildingsIntelligent design-of-industrial-steel-buildings
Intelligent design-of-industrial-steel-buildingsPriyabrata Behera
 
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...Pieter Pauwels
 
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용Tae wook kang
 
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018 Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018 DataBench
 
1257103560 X Mp Lantand Iso15926 Oct2009
1257103560 X Mp Lantand Iso15926 Oct20091257103560 X Mp Lantand Iso15926 Oct2009
1257103560 X Mp Lantand Iso15926 Oct2009Giorgio Amici
 
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...OPEN DEI
 

La actualidad más candente (13)

Using Geotechnical Data in a 3D Space Whitepaper
Using Geotechnical Data in a 3D Space WhitepaperUsing Geotechnical Data in a 3D Space Whitepaper
Using Geotechnical Data in a 3D Space Whitepaper
 
Information Delivery Manual
Information Delivery ManualInformation Delivery Manual
Information Delivery Manual
 
Computer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineeringComputer aided design, computer aided manufacturing, computer aided engineering
Computer aided design, computer aided manufacturing, computer aided engineering
 
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...Whitepaper: "Construction Lifecycle Management – a necessary business strateg...
Whitepaper: "Construction Lifecycle Management – a necessary business strateg...
 
Research Sruti
Research SrutiResearch Sruti
Research Sruti
 
Development of alogorithm to recognize through slot feature from step ap224 n...
Development of alogorithm to recognize through slot feature from step ap224 n...Development of alogorithm to recognize through slot feature from step ap224 n...
Development of alogorithm to recognize through slot feature from step ap224 n...
 
Intelligent design-of-industrial-steel-buildings
Intelligent design-of-industrial-steel-buildingsIntelligent design-of-industrial-steel-buildings
Intelligent design-of-industrial-steel-buildings
 
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...
BIMMeeting 2016 - BIM-Infra-GIS: building bridges from single buildings to di...
 
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용
최신 3차원 이미지 스캔 역설계 기술 전망 및 건설 활용
 
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018 Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018
Big Data Technical Benchmarking, Arne Berre, BDVe Webinar series, 09/10/2018
 
1257103560 X Mp Lantand Iso15926 Oct2009
1257103560 X Mp Lantand Iso15926 Oct20091257103560 X Mp Lantand Iso15926 Oct2009
1257103560 X Mp Lantand Iso15926 Oct2009
 
Cora final meeting
Cora final meetingCora final meeting
Cora final meeting
 
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...
Accelerating the Digital Transformation – Building a 3D IoT Reference Archite...
 

Destacado (20)

El futbol
El futbolEl futbol
El futbol
 
En busca de la felicidad devcional familiar
En busca de la felicidad devcional familiarEn busca de la felicidad devcional familiar
En busca de la felicidad devcional familiar
 
Web 20
Web 20Web 20
Web 20
 
Pasa el paquete
Pasa el paquetePasa el paquete
Pasa el paquete
 
SGBS Inhouse & Consulting
SGBS Inhouse & ConsultingSGBS Inhouse & Consulting
SGBS Inhouse & Consulting
 
Navasarni Bulletin - September 2016
Navasarni Bulletin - September 2016Navasarni Bulletin - September 2016
Navasarni Bulletin - September 2016
 
Salmacompu
SalmacompuSalmacompu
Salmacompu
 
Campaña de cariño
Campaña de cariñoCampaña de cariño
Campaña de cariño
 
Inclusión de la red satelital televisa, edusat
Inclusión de la red satelital televisa, edusatInclusión de la red satelital televisa, edusat
Inclusión de la red satelital televisa, edusat
 
Feliznavidad2
Feliznavidad2Feliznavidad2
Feliznavidad2
 
Taller 3 maria
Taller 3  mariaTaller 3  maria
Taller 3 maria
 
Seguimiento a egresados
Seguimiento a egresadosSeguimiento a egresados
Seguimiento a egresados
 
Pressemappe DAAD
Pressemappe DAADPressemappe DAAD
Pressemappe DAAD
 
Publicidad
PublicidadPublicidad
Publicidad
 
ACU - Adicionales estabilización de la plataforma en sectores con bofedales -...
ACU - Adicionales estabilización de la plataforma en sectores con bofedales -...ACU - Adicionales estabilización de la plataforma en sectores con bofedales -...
ACU - Adicionales estabilización de la plataforma en sectores con bofedales -...
 
Tres generaciones bajo un mismo techo
Tres generaciones bajo un mismo techoTres generaciones bajo un mismo techo
Tres generaciones bajo un mismo techo
 
Modelo gavilan 2.0
Modelo gavilan 2.0Modelo gavilan 2.0
Modelo gavilan 2.0
 
Porto de mos
Porto de mosPorto de mos
Porto de mos
 
Cuadro tributos estadales vanessa fuentes(2)
Cuadro tributos estadales vanessa fuentes(2)Cuadro tributos estadales vanessa fuentes(2)
Cuadro tributos estadales vanessa fuentes(2)
 
Chapter 4 presentation
Chapter 4 presentationChapter 4 presentation
Chapter 4 presentation
 

Similar a IRW 2004

Urban Data Fusion
Urban Data Fusion Urban Data Fusion
Urban Data Fusion Umit Isikdag
 
Case Study about BIM on GIS platform development project with the standard model
Case Study about BIM on GIS platform development project with the standard modelCase Study about BIM on GIS platform development project with the standard model
Case Study about BIM on GIS platform development project with the standard modelTae wook kang
 
Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and AlgorithmYatin Singh
 
Graphic standards and exchange formats
Graphic standards and exchange formatsGraphic standards and exchange formats
Graphic standards and exchange formatskishor kumar
 
MHM_RS_23_04_13.pptx
MHM_RS_23_04_13.pptxMHM_RS_23_04_13.pptx
MHM_RS_23_04_13.pptxMinHtetMyint1
 
lifecycle-bim-gis-user-group-april-2017
lifecycle-bim-gis-user-group-april-2017lifecycle-bim-gis-user-group-april-2017
lifecycle-bim-gis-user-group-april-2017Dale Ritchie
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUGIF
 
Building Information Modeling (BIM) & Industry Foundation Classes (IFC)
Building Information Modeling (BIM)  & Industry Foundation Classes (IFC)Building Information Modeling (BIM)  & Industry Foundation Classes (IFC)
Building Information Modeling (BIM) & Industry Foundation Classes (IFC)metalalp
 
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...South Tyrol Free Software Conference
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHRAJESHS631800
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Safe Software
 
Conversion of Existing Data
Conversion of Existing DataConversion of Existing Data
Conversion of Existing DataTilok Chetri
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformSANGHEE SHIN
 
Whitepaper: How Autodesk Supports Open Data Exchange Standards
Whitepaper: How Autodesk Supports Open Data Exchange Standards Whitepaper: How Autodesk Supports Open Data Exchange Standards
Whitepaper: How Autodesk Supports Open Data Exchange Standards Sander Lijbers
 
Slides Apde2002 Enhance
Slides Apde2002 EnhanceSlides Apde2002 Enhance
Slides Apde2002 Enhancempereda
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterIAEME Publication
 
Chapter three.pptx
Chapter three.pptxChapter three.pptx
Chapter three.pptxBossGold
 
Integrating GIS utility data in the UK
Integrating GIS utility data in the UKIntegrating GIS utility data in the UK
Integrating GIS utility data in the UKAntArch
 

Similar a IRW 2004 (20)

Urban Data Fusion
Urban Data Fusion Urban Data Fusion
Urban Data Fusion
 
Case Study about BIM on GIS platform development project with the standard model
Case Study about BIM on GIS platform development project with the standard modelCase Study about BIM on GIS platform development project with the standard model
Case Study about BIM on GIS platform development project with the standard model
 
Graphics Standards and Algorithm
Graphics Standards and AlgorithmGraphics Standards and Algorithm
Graphics Standards and Algorithm
 
Graphic standards and exchange formats
Graphic standards and exchange formatsGraphic standards and exchange formats
Graphic standards and exchange formats
 
MHM_RS_23_04_13.pptx
MHM_RS_23_04_13.pptxMHM_RS_23_04_13.pptx
MHM_RS_23_04_13.pptx
 
lifecycle-bim-gis-user-group-april-2017
lifecycle-bim-gis-user-group-april-2017lifecycle-bim-gis-user-group-april-2017
lifecycle-bim-gis-user-group-april-2017
 
Ugif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutesUgif 10 2012 lycia2 introduction in 45 minutes
Ugif 10 2012 lycia2 introduction in 45 minutes
 
Building Information Modeling (BIM) & Industry Foundation Classes (IFC)
Building Information Modeling (BIM)  & Industry Foundation Classes (IFC)Building Information Modeling (BIM)  & Industry Foundation Classes (IFC)
Building Information Modeling (BIM) & Industry Foundation Classes (IFC)
 
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...
SFScon22 - Peter Hopfgartner - Bridging the Gap between BIM and GIS with Open...
 
CAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECHCAD STANDARDS - SMART MANUFACTURING MECH
CAD STANDARDS - SMART MANUFACTURING MECH
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1
 
Conversion of Existing Data
Conversion of Existing DataConversion of Existing Data
Conversion of Existing Data
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin Platform
 
Whitepaper: How Autodesk Supports Open Data Exchange Standards
Whitepaper: How Autodesk Supports Open Data Exchange Standards Whitepaper: How Autodesk Supports Open Data Exchange Standards
Whitepaper: How Autodesk Supports Open Data Exchange Standards
 
Ijetcas14 430
Ijetcas14 430Ijetcas14 430
Ijetcas14 430
 
Slides Apde2002 Enhance
Slides Apde2002 EnhanceSlides Apde2002 Enhance
Slides Apde2002 Enhance
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameter
 
Chapter three.pptx
Chapter three.pptxChapter three.pptx
Chapter three.pptx
 
Integrating GIS utility data in the UK
Integrating GIS utility data in the UKIntegrating GIS utility data in the UK
Integrating GIS utility data in the UK
 
Geohosting
GeohostingGeohosting
Geohosting
 

Último

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Último (20)

New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

IRW 2004

  • 1. Integrating Building Information Models with Geographic Information Systems The Technology Review Umit Isikdag, Prof.Ghassan Aouad Dr. Jason Underwood, Dr. Nigel Trodd
  • 2. The Problem Exchange of information in an effective way between different types of software that’s used throughout the construction life cycle and in the domain of urban management
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. THE TECHNOLGY REVIEW PART 1 GIS
  • 12.
  • 13.
  • 14. The architecture of Geographical Information Systems Spatial DBMS Raster and Vector Data Files GIS GATEWAY GIS Web Server Web Services GIS Software Data Conversion Tools GIS APIs Client Applications Client Applications Web Browsers Data Layer
  • 15. THE TECHNOLGY REVIEW PART 2 IFC
  • 16.
  • 17. The Structure of the STEP and IFC
  • 18. Structure of STEP Description Methods EXPRESS, EXPRESS-G IDEF1x ,NIAM, Integrated Resources Common Model Subsets Application Protocols Meta Models Application Reference Model (Defined by EXPRESS-G) Application Interpreted Model (EXPRESS) Implementation Methods Physical Files Structures(21) File Access Methods(22) Conformance Test assesses the implementation
  • 19. IFC Schema = The Meta Model Meta Model file is called IFC Schema Meta Model file holds the IFC entities IFC entities contain descriptive information about IfcObjects. Meta Model is defined by EXPRESS The meta model file has the .exp extension ENTITY IfcOrganizationRelationship; Name : IfcLabel; Description : OPTIONAL IfcText; RelatingOrganization : IfcOrganization; RelatedOrganizations : SET [1:?] OF IfcOrganization; END_ENTITY;
  • 20. IFC Physical File Physical Model file is called IFC file Physical Model file holds the IFC objects Physical Model is defined by STEP Standard Part 21 The physical model file has the .ifc extension #42 = IFCSHAPEREPRESENTATION (#26, 'Axis', 'Curve2D', (#41)); #43 = IFCCARTESIANPOINT ((0., 0.)); #44 = IFCCARTESIANPOINT ((2000., 0.)); #45 = IFCCARTESIANPOINT ((1760.000005364418, 239.999994635582)); #46 = IFCCARTESIANPOINT ((-239.999994635582, 239.999994635582)); #47 = IFCPOLYLINE ((#43, #44, #45, #46, #43)); #48 = IFCARBITRARYCLOSEDPROFILEDEF (.AREA., $, #47);
  • 21. IFC Information Exchange Architectures
  • 22. Information Exchange with IFCs IFC file (STEP-P21) XCAD YCAD Level1:Data sharing between applications using building information models as physical files
  • 23. Information Exchange with IFCs Level 2: Accessing the IFCs through APIs IFC File (STEP-P21) IFC API SDAI API XCAD Client B YCAD Client A
  • 24.
  • 25. Express Databases I am an Express Database I can interpret STEP meta models I can store STEP compliant models IFC Meta Model (Schema) (ISO10303) IFC File (ISO10303-P21)
  • 26.
  • 27. Alternative types of architectures Yes Yes, Database Schema Yes/No No Need for the schema No Yes (DB API)/No RDBMS ODBMS Storing IFCs in RDBMS / ODBMS Yes Building.ifc Accessing IFC with APIs EDBMS Building.ifc Data stored in form of.. Yes (DB API) Storing IFCs in EDBMS No IFC Physical File Exchange Need for an API to get information Architecture Type
  • 28. Conclusion Several Possible System Architectures Physical File Level Database Level Application Level
  • 29. Physical File Level: File Conversion IFC Physical File GIS Vector Data Files GML
  • 30. Database Level :Database Integration Spatial DBMS EXPRESS DBMS API GML to IFC(XSLT) IFC to GML(API) RDBMS API API or GML ODBMS
  • 31. Application Level Integration 1 Scope: Model Based Construction Focus: Building Information Model EXPRESS DBMS IFC/IFG SCHEMA IFC/IFG File (STEP-P21) SDAI API Database API Clients using IFC and GIS Data Spatial DBMS Raster and Vector Data Files GIS GATEWAY Web Services GIS Client Applications (APIs ,Data Conversion Tools ,GIS Software) GML GML WMS/WFS IFC API Web Services Data Conversion and Transfer Tier GIS Data Conversion API XSLT
  • 32. Application Level Integration 2 Scope: Urban Management Focus: Geographic Information System EXPRESS DBMS IFC SCHEMA IFC/IFG File (STEP-P21) SDAI API Database API Clients using GIS and IFC Data IFC API Web Services Translation APIs Spatial DBMS Raster and Vector Data Files GIS GATEWAY Web Services GIS Client Applications (APIs ,Data Conversion Tools ,GIS Software) GML GML WMS/WFS
  • 33. Finally, IFC is a project driven approach for information management IFC enable interoperability through the project life cycle GISs have an infrastructure driven approach GISs enable interoperability in urban modelling and management Urban Planning & Management (GIS) IFC IFC IFC Construction Project Life Cycle (IFC Based Information Systems) Geo-info. Geo-info
  • 34.
  • 37. New Approaches: Mapping the IFCs to XML Ifc MetaModel (IFC2x.exp) Ifc Model (Building.ifc) Ifc MetaModel XML Schema (IFC2x.xsd) Ifc Model XML (Building.xml)
  • 38. New Approaches: Mapping the IFCs to XML Ifc MetaModel XML Schema (IFC2x2.xsd) Ifc Model XML (Building.xml) XML Database
  • 39. Alternative types of architectures Yes/No Building.xml Ifc.xsd New Approach: Storing IfcXML in XMLDB Ifc.xsd Ifc.exp Ifc.exp, Database Schema Ifc.exp Ifc.exp Schema No RDBMS/ ODBMS Storing IFCs in ODBMS / RDBMS Yes Building.ifc Accessing IFC with APIs Building.xml EDBMS Building.ifc Data stored in form of.. Yes (DOM.SAX) New Approach:IfcXML Yes (DB API) Storing IFCs in EDBMS No IFC Physical File Exchange Need for an API to get information Architecture Type
  • 40. Physical File Level: Conversion Mirror IFC Physical File IfcXML Physical File GIS Vector Data Files GML
  • 41. Database Level :Database Integration Spatial DBMS EXPRESS DBMS XML Database GML IFC XML API GML to IFC(XSLT) IFC to GML(API) RDBMS API or IFCXML API or GML ODBMS
  • 42.