SlideShare a Scribd company logo
BIM to GIS
3D Guru
Safe Staff
Agenda
 BIM to GIS Overview
 challenges and opportunities
 FME and BIM
 formats and function
 BIM to GIS
 Demos: IFC/Revit to CityGML & KML
 Other examples and use cases
BIM to GIS Overview
 BIM: powerful tool to manage information
throughout the building life cycle
 Challenge: rich BIM models gather dust while
facility managers re-digitize building plans
 Opportunity: FME’s BIM consumption and
conversion tools leverage valuable BIM data
 Potential: planning, maintenance, energy,
sustainability, security, emergency response
Why extract from BIM?
 Visualization – planning, site suitability
 2D floor plans - routing, maintenance
 Analysis - space management: scheduling /
leasing, energy / HVAC
 Construction management – as built vs design
 Facilities management – maintain and replace
components, work plans, reporting
 Updates – keep BIM current, add reference links
Conversion Challenges
• BIM too complex for most GIS applications
• Data model differences and gaps
• object vs relational
• Limited geo-referencing
• File size / instanced geometries
• Schema mapping
• which source feature types match GIS ones
• External references
Why FME and BIM?
BIM software exports
• overly complex (IFC)
• overly simplified (DWG, Excel)
FME
• keep the info you need
• discard the info you don’t
• preserve the meaning or intent
• place it in the right location
FME & 3D: Key Concepts
● 3D Geometry Types
o Surface, Mesh, Solid
● Geometry structure
o Aggregation, Traits, GQuery
● Appearances
● Instances
3D Geometry types
Surface SolidMesh
• Adobe 3D PDF
• Autodesk 3DS
• AutoCAD Civil 3D
• AutoCAD DWG/DXF/RealDWG
• Bentley Microstation
• CityGML
• COLLADA / KML
• DirectX
• Esri Geodatabase
• Free File Geodatabase API
• Esri Shape
• Google SketchUp
• IFC
• LandXML
• LAS / LAZ
• Oracle Spatial Object
• Oracle Spatial Point Cloud
• Point Cloud XYZ
• Revit
• three.js
• VRML
• Wavefront OBJ
• XML / GML
• X3D
3D Formats
CAD VECTOR RASTER DATABASE BIM/3D WEB POINT CLOUD
BIM Formats
Reading:
 Revit
 IFC
 CityGML (BIM-lite)
Writing:
 IFC
 CityGML (ADE’s)
Reading Revit
Plugin Data Views
Reading IFC
● Data Model
o Hierarchical
o Relative
● Representations
o Body
o Annotations
● Property Sets
o Geometries
o Features
BIM to GIS: Transformation
 Schema mapping
 Resolving relationships
 Geometry
 Conversion / Extrusion
 Instances
 Appearances
 Validation
 Georeferencing
IFC to CityGML - Comparison
● Both Hierarchical
● Less levels in CityGML
● Different component types
● Solid vs. Surface
Source IFC in Solibri:
Riverside Building, DC
IFC100 to CityGML LOD2 Workspace
1. Read source IFC model
2. Create a single mesh
3. Set Building attributes and traits
4. Georeference
5. Write CityGML
CityGML LOD2 Result
Revit / IFC to CityGML LOD3 Workflow
 Read IFC / Revit reader (hierarchical view)
 Schema map IFC to CityGML feature types and fields
 Geometry conversion solid to surface (CSG to B-rep)
 Relationship preservation (parent / child)
 CityGML object construction, LODs, format attributes
 Building parts, roofs, walls, floors
 Openings (window and door hierarchy)
 Write CityGML
IFC200 to CityGML LOD3 Workspace
GIS Result: CityGML LOD3 Model
CityGML LOD3 to COLLADA/KML
 Read source CityGML
 Create a single mesh
 Set Attributes and traits for CityGML features
 Reproject from EPSG:2248 to LL84
 Write to KML (COLLADA is auto-generated and
linked)
CityGML to KML Workspace
KML / COLLADA: Georeferenced Result
Other Examples
 Leesburg Court house
 I-35 Bridge
 University of Washington
 HOK
 Data distribution
 Geometry Validation
 Updating and writing IFC
Revit to CityGML:
Leesburg Courthouse Square
I-35 Bridge in Revit
I35 Bridge CityGML
GeometryValidator for 3D
• Checks for solids with inverted faces,
dangling surfaces, unsealed solids, etc
• Flag errors with descriptions and locations
• Chain multiple validators to isolate
problems of interest (e.g 2d before 3d)
• Repair option
Writing IFC
● Updating IFC files with new information
o Merging from GIS or databases
Writing New IFC
● Property and Quantity Set
Definitions
● Used to define output sets
● From source IFC or create
using transformers
● Create Spaces from Floorplans
Distribution: 3DPDF, KML, GeoDB, OBJ
Summary
FME support for BIM and 3D workflows:
• Extract and filter from BIM – just what you need
• Translate to / from any GIS format
• Transform schema and geometry
• Validate schema, geometry and semantics
• Automate with enterprise services
• Publish BIM data to client friendly formats
Resources
● buildingSMART - IFC specifications and resources
o http://www.buildingsmart-tech.org/
● Cobie samples and info:
o http://www.nibs.org/?page=bsa_commonbimfiles
● IFC Viewers
o DDS-CAD: http://www.dds-cad.net/
o Solibri: http://www.solibri.com/products/solibri-
model-viewer/
Thank You!
 Questions?
 For more information:
 Enter name and email address
 Enter company name
 Enter other resources
Optional Extra Section: 3D Concepts
3D Geometry types
Surface SolidMesh
Surface
Face
● Basic 3D Unit
● Bounded by Polygon
CompositeSurface
● Collection of connected Faces
● Consistent front/back directions on Faces
MultiSurface
● Collection of Faces and/or
CompositeSurfaces
Mesh
High efficiency surface storage
Solid
Box
● 3D solid primitive
● Not really useful
Extrusion
● Base Face and extrusion
direction/distance
BRepSolid
● Solid defined by closed
CompositeSurface
boundary
FME Geometry
Model
Geometry Structure
Multi Level
● Hierarchy Structure reflected in geometry
● Each level can be named
Traits and Attributes
● Attributes only on feature
● Traits are attributes on geometry
Geometry Query
● Operate on desired geometry level without
deconstructing aggregate
Appearances
Colors
● Diffuse, Ambient, Emissive, Alpha
Textures
● Image applied to Faces
Textures
UV mapping
CC BY-SA 3.0 - Tschmits
Shared Items
ID = 245
ID = 456
Appearance
s
Model
s
Transformers
Create
● Creator, FaceReplacer, Extruder, SurfaceModeller, CSGBuilder
Modify
● Clipper, Triangulator, GeometryCoercer, GeometryValidator, MeshMerger
Appearances
● AppearanceSetter, AppearanceExtractor, GeometryColorSetter
Instances
● Instantiator
Transformers
Shared Items
● SharedItemAdder, SharedItemRetreiver, SharedItemIDSetter,
SharedItemIDExtractor
Structure/Traits
● GeometryPartExtractor, GeometryPropertySetter, GeometryPropertyExtractor,
GeometryPropertyRenamer, GeometryPropertyRemover, TraitMerger
Resources
Documentation - 3D Support
http://docs.safe.com/fme/html/FME_Transformers/FME_Transformers.htm#geometry/FME_3D_Suppo
rt.htm
FMEpedia 3D Landing Page
http://fmepedia.safe.com/topic/3D
http://fmepedia.safe.com/articles/How_To/3D-Tutorial
Demo Models
Medallion: https://3dwarehouse.sketchup.com/model.html?id=328b2563208452451432fd505d2dea30
Pole 1: https://3dwarehouse.sketchup.com/model.html?id=u6996889e-eb44-416e-be2d-dff5300d8265
Pole 2: https://3dwarehouse.sketchup.com/model.html?id=e9a21787b95645893b15bbb3b8c2c5e
House: https://3dwarehouse.sketchup.com/model.html?id=a05876468fc8fc65e72cf94dbba6e90c

More Related Content

What's hot

BIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for InfrastructureBIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for Infrastructure
Safe Software
 
Validation and visualization of Revit BIM Models with FME
Validation and visualization of Revit BIM Models with FMEValidation and visualization of Revit BIM Models with FME
Validation and visualization of Revit BIM Models with FME
GIM_nv
 
CityGML and BIM
CityGML and BIMCityGML and BIM
CityGML and BIM
Léon Berlo
 
CityGML extension for BIM and IFC
CityGML extension for BIM and IFCCityGML extension for BIM and IFC
CityGML extension for BIM and IFC
Léon Berlo
 
INTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GISINTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GIS
nandugagarin
 
3D Digital Cities: The Convergence of CAD, GIS and BIM
3D Digital Cities: The Convergence of CAD, GIS and BIM3D Digital Cities: The Convergence of CAD, GIS and BIM
3D Digital Cities: The Convergence of CAD, GIS and BIM
ACSG Section Montréal
 
Open BIM: bridging the gap between BIM and GIS
Open BIM: bridging the gap between BIM and GISOpen BIM: bridging the gap between BIM and GIS
Open BIM: bridging the gap between BIM and GIS
Goedertier Stijn
 
New solutions of bim
New solutions of bimNew solutions of bim
New solutions of bim
karim ead
 
Building Information Modeling (BIM)
Building Information Modeling (BIM)Building Information Modeling (BIM)
Building Information Modeling (BIM)
Farid Ghori
 
Urban Analytics & Information Fusion with CityGML
Urban Analytics & Information Fusion with CityGMLUrban Analytics & Information Fusion with CityGML
Urban Analytics & Information Fusion with CityGML
Technische Universität München
 
What is BIM?
What is BIM?What is BIM?
What is BIM?
Thomas Goubau
 
How to Easily Read and Write CityGML Data Using FME
How to Easily Read and Write CityGML Data Using FME How to Easily Read and Write CityGML Data Using FME
How to Easily Read and Write CityGML Data Using FME
Safe Software
 
Use of BIM in planning and construction and implementation in real project
Use of BIM in planning and construction and implementation in real projectUse of BIM in planning and construction and implementation in real project
Use of BIM in planning and construction and implementation in real project
MANNU KUMAR
 
Bim Presentation
Bim PresentationBim Presentation
Bim Presentation
rsalbin
 
2015.12.17 kg bim
2015.12.17 kg bim2015.12.17 kg bim
2015.12.17 kg bim
Konstantinos Gkoumas
 
Brochure BIM
Brochure BIM Brochure BIM
Brochure BIM
UTHM
 
BIM Presentation
BIM PresentationBIM Presentation
BIM PresentationOmer Syed
 
BIM
BIMBIM
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
Wellington Gwavava
 
BIM Introduction
BIM IntroductionBIM Introduction
BIM Introduction
Mohamed Mohsen Kamel
 

What's hot (20)

BIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for InfrastructureBIM Workflows: How to Build from CAD & GIS for Infrastructure
BIM Workflows: How to Build from CAD & GIS for Infrastructure
 
Validation and visualization of Revit BIM Models with FME
Validation and visualization of Revit BIM Models with FMEValidation and visualization of Revit BIM Models with FME
Validation and visualization of Revit BIM Models with FME
 
CityGML and BIM
CityGML and BIMCityGML and BIM
CityGML and BIM
 
CityGML extension for BIM and IFC
CityGML extension for BIM and IFCCityGML extension for BIM and IFC
CityGML extension for BIM and IFC
 
INTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GISINTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GIS
 
3D Digital Cities: The Convergence of CAD, GIS and BIM
3D Digital Cities: The Convergence of CAD, GIS and BIM3D Digital Cities: The Convergence of CAD, GIS and BIM
3D Digital Cities: The Convergence of CAD, GIS and BIM
 
Open BIM: bridging the gap between BIM and GIS
Open BIM: bridging the gap between BIM and GISOpen BIM: bridging the gap between BIM and GIS
Open BIM: bridging the gap between BIM and GIS
 
New solutions of bim
New solutions of bimNew solutions of bim
New solutions of bim
 
Building Information Modeling (BIM)
Building Information Modeling (BIM)Building Information Modeling (BIM)
Building Information Modeling (BIM)
 
Urban Analytics & Information Fusion with CityGML
Urban Analytics & Information Fusion with CityGMLUrban Analytics & Information Fusion with CityGML
Urban Analytics & Information Fusion with CityGML
 
What is BIM?
What is BIM?What is BIM?
What is BIM?
 
How to Easily Read and Write CityGML Data Using FME
How to Easily Read and Write CityGML Data Using FME How to Easily Read and Write CityGML Data Using FME
How to Easily Read and Write CityGML Data Using FME
 
Use of BIM in planning and construction and implementation in real project
Use of BIM in planning and construction and implementation in real projectUse of BIM in planning and construction and implementation in real project
Use of BIM in planning and construction and implementation in real project
 
Bim Presentation
Bim PresentationBim Presentation
Bim Presentation
 
2015.12.17 kg bim
2015.12.17 kg bim2015.12.17 kg bim
2015.12.17 kg bim
 
Brochure BIM
Brochure BIM Brochure BIM
Brochure BIM
 
BIM Presentation
BIM PresentationBIM Presentation
BIM Presentation
 
BIM
BIMBIM
BIM
 
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
 
BIM Introduction
BIM IntroductionBIM Introduction
BIM Introduction
 

Viewers also liked

How to Overcome 7 Top AutoCAD Road 'Blocks'
How to Overcome 7 Top AutoCAD Road 'Blocks'How to Overcome 7 Top AutoCAD Road 'Blocks'
How to Overcome 7 Top AutoCAD Road 'Blocks'
Safe Software
 
All your BIM are belong to us - Revit and FME for Enterprise Data Management
All your BIM are belong to us - Revit and FME for Enterprise Data ManagementAll your BIM are belong to us - Revit and FME for Enterprise Data Management
All your BIM are belong to us - Revit and FME for Enterprise Data Management
Safe Software
 
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
 
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
Tae wook kang
 
Using FME for Interoperability between GIS and non-GIS Systems
Using FME for Interoperability between GIS and non-GIS SystemsUsing FME for Interoperability between GIS and non-GIS Systems
Using FME for Interoperability between GIS and non-GIS Systems
Safe Software
 
Technische Universität München November 2014
Technische Universität München November 2014 Technische Universität München November 2014
Technische Universität München November 2014
Neil Marshall
 
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
SDonkers
 
BIM Show Live UK - Léon van Berlo
BIM Show Live UK -  Léon van BerloBIM Show Live UK -  Léon van Berlo
BIM Show Live UK - Léon van Berlo
Stumico
 
3D: Exciting Family News
3D: Exciting Family News3D: Exciting Family News
3D: Exciting Family News
Safe Software
 
Deep Dive into FME Desktop 2015
Deep Dive into FME Desktop 2015Deep Dive into FME Desktop 2015
Deep Dive into FME Desktop 2015
Safe Software
 
Unleashing FME 2015
Unleashing FME 2015Unleashing FME 2015
Unleashing FME 2015
Safe Software
 
Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010
raj.m.rao
 
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
Safe Software
 
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge CollapseBIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
Safe Software
 
Niveaux de maturité BIM - 2015
Niveaux de maturité BIM - 2015Niveaux de maturité BIM - 2015
Niveaux de maturité BIM - 2015
Sylvain Kubicki
 
Spatial tools for LiDAR based watershed management and forestry analysis
Spatial tools for LiDAR based watershed management and forestry analysisSpatial tools for LiDAR based watershed management and forestry analysis
Spatial tools for LiDAR based watershed management and forestry analysis
silli
 
Utilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and DevelopmentUtilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and Development
David Jonas
 
BIM and trends in construction | Empowering you in a BIM world
BIM and trends in construction | Empowering you in a BIM worldBIM and trends in construction | Empowering you in a BIM world
BIM and trends in construction | Empowering you in a BIM world
The NBS
 
What is True BIM?
What is True BIM?What is True BIM?
What is True BIM?
Chun Keung Ng
 
The NBS BIM Toolkit and Digital Plan of Work
The NBS BIM Toolkit and Digital Plan of WorkThe NBS BIM Toolkit and Digital Plan of Work
The NBS BIM Toolkit and Digital Plan of Work
The NBS
 

Viewers also liked (20)

How to Overcome 7 Top AutoCAD Road 'Blocks'
How to Overcome 7 Top AutoCAD Road 'Blocks'How to Overcome 7 Top AutoCAD Road 'Blocks'
How to Overcome 7 Top AutoCAD Road 'Blocks'
 
All your BIM are belong to us - Revit and FME for Enterprise Data Management
All your BIM are belong to us - Revit and FME for Enterprise Data ManagementAll your BIM are belong to us - Revit and FME for Enterprise Data Management
All your BIM are belong to us - Revit and FME for Enterprise Data Management
 
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)
 
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
스마트시티 공간정보 서비스 지원을 위한 BIM-GIS 객체 맵핑 표준
 
Using FME for Interoperability between GIS and non-GIS Systems
Using FME for Interoperability between GIS and non-GIS SystemsUsing FME for Interoperability between GIS and non-GIS Systems
Using FME for Interoperability between GIS and non-GIS Systems
 
Technische Universität München November 2014
Technische Universität München November 2014 Technische Universität München November 2014
Technische Universität München November 2014
 
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
Sjors Donkers - Automatic generation of CityGML LoD3 building models from IFC...
 
BIM Show Live UK - Léon van Berlo
BIM Show Live UK -  Léon van BerloBIM Show Live UK -  Léon van Berlo
BIM Show Live UK - Léon van Berlo
 
3D: Exciting Family News
3D: Exciting Family News3D: Exciting Family News
3D: Exciting Family News
 
Deep Dive into FME Desktop 2015
Deep Dive into FME Desktop 2015Deep Dive into FME Desktop 2015
Deep Dive into FME Desktop 2015
 
Unleashing FME 2015
Unleashing FME 2015Unleashing FME 2015
Unleashing FME 2015
 
Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010Lidar hsi datafusion ilmf 2010
Lidar hsi datafusion ilmf 2010
 
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015Advanced Data Interoperability:LiDAR, 3D, and BIM - Esri UC 2015
Advanced Data Interoperability: LiDAR, 3D, and BIM - Esri UC 2015
 
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge CollapseBIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
BIM Conversion & Analysis Workshop: Story of the I-35W Bridge Collapse
 
Niveaux de maturité BIM - 2015
Niveaux de maturité BIM - 2015Niveaux de maturité BIM - 2015
Niveaux de maturité BIM - 2015
 
Spatial tools for LiDAR based watershed management and forestry analysis
Spatial tools for LiDAR based watershed management and forestry analysisSpatial tools for LiDAR based watershed management and forestry analysis
Spatial tools for LiDAR based watershed management and forestry analysis
 
Utilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and DevelopmentUtilising the Virtual World for Urban Planning and Development
Utilising the Virtual World for Urban Planning and Development
 
BIM and trends in construction | Empowering you in a BIM world
BIM and trends in construction | Empowering you in a BIM worldBIM and trends in construction | Empowering you in a BIM world
BIM and trends in construction | Empowering you in a BIM world
 
What is True BIM?
What is True BIM?What is True BIM?
What is True BIM?
 
The NBS BIM Toolkit and Digital Plan of Work
The NBS BIM Toolkit and Digital Plan of WorkThe NBS BIM Toolkit and Digital Plan of Work
The NBS BIM Toolkit and Digital Plan of Work
 

Similar to BIM to GIS Interoperability

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
Safe Software
 
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 16120111142420161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
Anshad cp
 
How to Easily Read and Write CityGML Data (Without Coding)
How to Easily Read and Write CityGML Data (Without Coding)How to Easily Read and Write CityGML Data (Without Coding)
How to Easily Read and Write CityGML Data (Without Coding)
Safe Software
 
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meetingISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
Tae wook kang
 
What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?
Chun Keung Ng
 
BIM model analysis
BIM model analysisBIM model analysis
BIM model analysis
ARAVINDH TAMIL
 
Building Information Modelling M.arch.pdf
Building Information Modelling M.arch.pdfBuilding Information Modelling M.arch.pdf
Building Information Modelling M.arch.pdf
ShaheRobinson
 
Building Information Modeling
Building Information ModelingBuilding Information Modeling
Building Information Modeling
Arslan Usmani CPPD MEnPracM
 
Revit and Building Information Modeling (BIM) Presentation
Revit and Building Information Modeling (BIM) PresentationRevit and Building Information Modeling (BIM) Presentation
Revit and Building Information Modeling (BIM) Presentation
ryanabarton
 
Bim cafm presentation 23 june2014
Bim cafm presentation 23 june2014Bim cafm presentation 23 june2014
Bim cafm presentation 23 june2014
Eamonn Roarke
 
Introduction to Building Information Modeling
Introduction to Building Information Modeling Introduction to Building Information Modeling
Introduction to Building Information Modeling
Ali kekhia PMP,ITIL,OCP,ETM
 
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
The Hong Kong Institute of Building Information Modelling (HKIBIM)
 
GeoBIM development presentation on 3D geoinfo Berlin 2010
GeoBIM development presentation on 3D geoinfo Berlin 2010GeoBIM development presentation on 3D geoinfo Berlin 2010
GeoBIM development presentation on 3D geoinfo Berlin 2010
Léon Berlo
 
FME in Urban Information Modeling
FME in Urban Information ModelingFME in Urban Information Modeling
FME in Urban Information Modeling
Safe Software
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
SANGHEE SHIN
 
BIMServer for IFC models ( www.ifcwebserver.org)
 BIMServer for IFC models ( www.ifcwebserver.org) BIMServer for IFC models ( www.ifcwebserver.org)
BIMServer for IFC models ( www.ifcwebserver.org)
Ali Ismail
 
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
The Hong Kong Institute of Building Information Modelling (HKIBIM)
 
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
Booosting platform voor koplopers in bouwinnovatie
 
BIM for plumbing pspe aug2012 convention
BIM for plumbing pspe aug2012 conventionBIM for plumbing pspe aug2012 convention
BIM for plumbing pspe aug2012 conventionFranco Lobrigo
 

Similar to BIM to GIS Interoperability (20)

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
 
Synergis University 2014-BIM for Construction
Synergis University 2014-BIM for ConstructionSynergis University 2014-BIM for Construction
Synergis University 2014-BIM for Construction
 
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 16120111142420161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
20161111whatisbimwhatareitsbenefitstotheconstructionindustry 161201111424
 
How to Easily Read and Write CityGML Data (Without Coding)
How to Easily Read and Write CityGML Data (Without Coding)How to Easily Read and Write CityGML Data (Without Coding)
How to Easily Read and Write CityGML Data (Without Coding)
 
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meetingISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
ISO 19166 BIM to GIS conceptual mapping China (WUHAN) meeting
 
What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?
 
BIM model analysis
BIM model analysisBIM model analysis
BIM model analysis
 
Building Information Modelling M.arch.pdf
Building Information Modelling M.arch.pdfBuilding Information Modelling M.arch.pdf
Building Information Modelling M.arch.pdf
 
Building Information Modeling
Building Information ModelingBuilding Information Modeling
Building Information Modeling
 
Revit and Building Information Modeling (BIM) Presentation
Revit and Building Information Modeling (BIM) PresentationRevit and Building Information Modeling (BIM) Presentation
Revit and Building Information Modeling (BIM) Presentation
 
Bim cafm presentation 23 june2014
Bim cafm presentation 23 june2014Bim cafm presentation 23 june2014
Bim cafm presentation 23 june2014
 
Introduction to Building Information Modeling
Introduction to Building Information Modeling Introduction to Building Information Modeling
Introduction to Building Information Modeling
 
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
Approaching BIM/FM Integration: Filling the Gaps for Success Mr. Gordon Yu, P...
 
GeoBIM development presentation on 3D geoinfo Berlin 2010
GeoBIM development presentation on 3D geoinfo Berlin 2010GeoBIM development presentation on 3D geoinfo Berlin 2010
GeoBIM development presentation on 3D geoinfo Berlin 2010
 
FME in Urban Information Modeling
FME in Urban Information ModelingFME in Urban Information Modeling
FME in Urban Information Modeling
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
 
BIMServer for IFC models ( www.ifcwebserver.org)
 BIMServer for IFC models ( www.ifcwebserver.org) BIMServer for IFC models ( www.ifcwebserver.org)
BIMServer for IFC models ( www.ifcwebserver.org)
 
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
Innovative BIM Solution For Project Management And Quantity Surveying Mr. Ken...
 
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
201703330 Booosting 3D IMRO - Abdoulaye Diakite TU Delft
 
BIM for plumbing pspe aug2012 convention
BIM for plumbing pspe aug2012 conventionBIM for plumbing pspe aug2012 convention
BIM for plumbing pspe aug2012 convention
 

More from Safe Software

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Safe Software
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action:  Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action:  Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Safe Software
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Safe Software
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
Safe Software
 
The Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data EcosystemThe Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data Ecosystem
Safe Software
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Safe Software
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
Safe Software
 
Mastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GISMastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GIS
Safe Software
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & EsriGeospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & Esri
Safe Software
 
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdfIntroducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Safe Software
 
Breaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI TechnologyBreaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI Technology
Safe Software
 
Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...
Safe Software
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Safe Software
 

More from Safe Software (20)

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action:  Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action:  Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
The Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data EcosystemThe Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data Ecosystem
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Mastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GISMastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GIS
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & EsriGeospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & Esri
 
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdfIntroducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
 
Breaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI TechnologyBreaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI Technology
 
Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
 

Recently uploaded

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 

Recently uploaded (20)

Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 

BIM to GIS Interoperability

  • 1. BIM to GIS 3D Guru Safe Staff
  • 2. Agenda  BIM to GIS Overview  challenges and opportunities  FME and BIM  formats and function  BIM to GIS  Demos: IFC/Revit to CityGML & KML  Other examples and use cases
  • 3. BIM to GIS Overview  BIM: powerful tool to manage information throughout the building life cycle  Challenge: rich BIM models gather dust while facility managers re-digitize building plans  Opportunity: FME’s BIM consumption and conversion tools leverage valuable BIM data  Potential: planning, maintenance, energy, sustainability, security, emergency response
  • 4. Why extract from BIM?  Visualization – planning, site suitability  2D floor plans - routing, maintenance  Analysis - space management: scheduling / leasing, energy / HVAC  Construction management – as built vs design  Facilities management – maintain and replace components, work plans, reporting  Updates – keep BIM current, add reference links
  • 5. Conversion Challenges • BIM too complex for most GIS applications • Data model differences and gaps • object vs relational • Limited geo-referencing • File size / instanced geometries • Schema mapping • which source feature types match GIS ones • External references
  • 6. Why FME and BIM? BIM software exports • overly complex (IFC) • overly simplified (DWG, Excel) FME • keep the info you need • discard the info you don’t • preserve the meaning or intent • place it in the right location
  • 7. FME & 3D: Key Concepts ● 3D Geometry Types o Surface, Mesh, Solid ● Geometry structure o Aggregation, Traits, GQuery ● Appearances ● Instances
  • 9. • Adobe 3D PDF • Autodesk 3DS • AutoCAD Civil 3D • AutoCAD DWG/DXF/RealDWG • Bentley Microstation • CityGML • COLLADA / KML • DirectX • Esri Geodatabase • Free File Geodatabase API • Esri Shape • Google SketchUp • IFC • LandXML • LAS / LAZ • Oracle Spatial Object • Oracle Spatial Point Cloud • Point Cloud XYZ • Revit • three.js • VRML • Wavefront OBJ • XML / GML • X3D 3D Formats CAD VECTOR RASTER DATABASE BIM/3D WEB POINT CLOUD
  • 10. BIM Formats Reading:  Revit  IFC  CityGML (BIM-lite) Writing:  IFC  CityGML (ADE’s)
  • 12. Reading IFC ● Data Model o Hierarchical o Relative ● Representations o Body o Annotations ● Property Sets o Geometries o Features
  • 13. BIM to GIS: Transformation  Schema mapping  Resolving relationships  Geometry  Conversion / Extrusion  Instances  Appearances  Validation  Georeferencing
  • 14. IFC to CityGML - Comparison ● Both Hierarchical ● Less levels in CityGML ● Different component types ● Solid vs. Surface
  • 15. Source IFC in Solibri: Riverside Building, DC
  • 16. IFC100 to CityGML LOD2 Workspace 1. Read source IFC model 2. Create a single mesh 3. Set Building attributes and traits 4. Georeference 5. Write CityGML
  • 18. Revit / IFC to CityGML LOD3 Workflow  Read IFC / Revit reader (hierarchical view)  Schema map IFC to CityGML feature types and fields  Geometry conversion solid to surface (CSG to B-rep)  Relationship preservation (parent / child)  CityGML object construction, LODs, format attributes  Building parts, roofs, walls, floors  Openings (window and door hierarchy)  Write CityGML
  • 19. IFC200 to CityGML LOD3 Workspace
  • 20. GIS Result: CityGML LOD3 Model
  • 21. CityGML LOD3 to COLLADA/KML  Read source CityGML  Create a single mesh  Set Attributes and traits for CityGML features  Reproject from EPSG:2248 to LL84  Write to KML (COLLADA is auto-generated and linked)
  • 22. CityGML to KML Workspace
  • 23. KML / COLLADA: Georeferenced Result
  • 24. Other Examples  Leesburg Court house  I-35 Bridge  University of Washington  HOK  Data distribution  Geometry Validation  Updating and writing IFC
  • 25. Revit to CityGML: Leesburg Courthouse Square
  • 26. I-35 Bridge in Revit
  • 28. GeometryValidator for 3D • Checks for solids with inverted faces, dangling surfaces, unsealed solids, etc • Flag errors with descriptions and locations • Chain multiple validators to isolate problems of interest (e.g 2d before 3d) • Repair option
  • 29. Writing IFC ● Updating IFC files with new information o Merging from GIS or databases
  • 30. Writing New IFC ● Property and Quantity Set Definitions ● Used to define output sets ● From source IFC or create using transformers ● Create Spaces from Floorplans
  • 32. Summary FME support for BIM and 3D workflows: • Extract and filter from BIM – just what you need • Translate to / from any GIS format • Transform schema and geometry • Validate schema, geometry and semantics • Automate with enterprise services • Publish BIM data to client friendly formats
  • 33. Resources ● buildingSMART - IFC specifications and resources o http://www.buildingsmart-tech.org/ ● Cobie samples and info: o http://www.nibs.org/?page=bsa_commonbimfiles ● IFC Viewers o DDS-CAD: http://www.dds-cad.net/ o Solibri: http://www.solibri.com/products/solibri- model-viewer/
  • 34. Thank You!  Questions?  For more information:  Enter name and email address  Enter company name  Enter other resources
  • 35. Optional Extra Section: 3D Concepts
  • 37. Surface Face ● Basic 3D Unit ● Bounded by Polygon CompositeSurface ● Collection of connected Faces ● Consistent front/back directions on Faces MultiSurface ● Collection of Faces and/or CompositeSurfaces
  • 39. Solid Box ● 3D solid primitive ● Not really useful Extrusion ● Base Face and extrusion direction/distance BRepSolid ● Solid defined by closed CompositeSurface boundary
  • 41. Geometry Structure Multi Level ● Hierarchy Structure reflected in geometry ● Each level can be named Traits and Attributes ● Attributes only on feature ● Traits are attributes on geometry Geometry Query ● Operate on desired geometry level without deconstructing aggregate
  • 42. Appearances Colors ● Diffuse, Ambient, Emissive, Alpha Textures ● Image applied to Faces
  • 44. Shared Items ID = 245 ID = 456 Appearance s Model s
  • 45. Transformers Create ● Creator, FaceReplacer, Extruder, SurfaceModeller, CSGBuilder Modify ● Clipper, Triangulator, GeometryCoercer, GeometryValidator, MeshMerger Appearances ● AppearanceSetter, AppearanceExtractor, GeometryColorSetter Instances ● Instantiator
  • 46. Transformers Shared Items ● SharedItemAdder, SharedItemRetreiver, SharedItemIDSetter, SharedItemIDExtractor Structure/Traits ● GeometryPartExtractor, GeometryPropertySetter, GeometryPropertyExtractor, GeometryPropertyRenamer, GeometryPropertyRemover, TraitMerger
  • 47. Resources Documentation - 3D Support http://docs.safe.com/fme/html/FME_Transformers/FME_Transformers.htm#geometry/FME_3D_Suppo rt.htm FMEpedia 3D Landing Page http://fmepedia.safe.com/topic/3D http://fmepedia.safe.com/articles/How_To/3D-Tutorial Demo Models Medallion: https://3dwarehouse.sketchup.com/model.html?id=328b2563208452451432fd505d2dea30 Pole 1: https://3dwarehouse.sketchup.com/model.html?id=u6996889e-eb44-416e-be2d-dff5300d8265 Pole 2: https://3dwarehouse.sketchup.com/model.html?id=e9a21787b95645893b15bbb3b8c2c5e House: https://3dwarehouse.sketchup.com/model.html?id=a05876468fc8fc65e72cf94dbba6e90c