SlideShare uma empresa Scribd logo
1 de 19
Baixar para ler offline
www.gim.be
Open BIM:
bridging the gap
between BIM
and GIS
Brussels, 24 October 2019
Stijn Goedertier
BIMy – BIM in the city
• ITEA research project: 2018 –
2021
• Belgian and Turkish partners
• open platform
• for sharing, storing and
filtering BIMs among different
BIM owners/users
• integrating and visualizing
them in their built and natural
environment
Open BIM: open-source solutions for BIM-GIS integration 3
BIM versus GIS
GIS
• lower scale
• geospatial CRS
• surfacic (2D)
• Topological relations
• Surveying as source
• Standards: GML (OGC), …
• variety: vector data, coverages,
point clouds, orthoimagery,
elevation models, …BIM
• higher scale
• engineering CRS
• volumetric (3D)
• element composition
• human design as source
• standards: DWG, IFC
(BuildingSMART)
• vector data (documents)
Source: BuildingSmart, Thomas Liebich
Open BIM: open-source solutions for BIM-GIS integration 4
Standards – Industry Foundation
Classes (IFC)
IFC is an open, vendor-neutral data
standard
Standardised by the buildingSMART
consortium, also legal ISO standard
(ISO 16739)
IFC data model defined using
EXPRESS modelling language (ISO
10303)
IFC data in STEP or STEP-XML
format (ISO 10303)
IFC defines types like IfcSpace,
IfcBuildingStorey, IfcWall, etc.
Open BIM: open-source solutions for BIM-GIS integration 5
Source: buildingSMART
Standards – Industry Foundation
Classes (IFC)
IFC adopts the STEP geometry and
topology model from ISO 10303-42,
using
 Constructive Solid Geometry
(e.g. union operations)
 Boundary Representation (e.g.
extrusion operations)
See also: FME CSGBuilder,
CSGEvaluator
Open BIM: open-source solutions for BIM-GIS integration 6
Constructive Solid Geometry (Source: wikipedia)
Standards – CityGML
• CityGML is a data model for virtual 3D
city models
• GML 3 application schema
• OGC Standard
• Application Domain Extensions (ADEs)
• CityGML 3.0 in the making (with
CityJSON encoding)
BIM-naar-GIS dataverwerking - FLAGIS - 11 December 2018 7
Standards – CityGML
GML defines a 3D geometry model
used in application profiles like
CityGML, InfraGML, etc.
3D geometry types in GML:
 Surface: a planar area in 3D space
 Solid: a volume closed in 3D
space, defined by connected
surfaces
Open BIM: open-source solutions for BIM-GIS integration 8
Source: FME SurfaceBuilder Source: FME TinGenerator
source:
http://en.wiki.quality.sig3d.o
rg
CityGML 3.0 – Geometry model
Open BIM: open-source solutions for BIM-GIS integration 9
class Core - Geometry and LoD concept
«type»
Geometry root::GM_Object
GM_Primitive
«type»
Geometric primitive::
GM_Point
AbstractCityObject
«FeatureType»
AbstractSpace
AbstractCityObject
«FeatureType»
AbstractThematicSurface
«FeatureType»
AbstractPhysicalSpace
«FeatureType»
AbstractOccupiedSpace
GM_Primitive
«type»
Geometric primitive::
GM_Solid
GM_MultiPrimitive
«type»
Geometric aggregates::
GM_MultiSurface
GM_MultiPrimitive
«type»
Geometric aggregates::
GM_MultiCurve
Core module -
Geometry and LoD concept
«FeatureType»
ImplicitGeometry
«Property»
+ libraryObject: URI [0..1]
+ mimeType: Code [0..1]
+ transformationMatrix: TransformationMatrix4x4 [0..1]
*
+lod1MultiSurface
«Property»
0..1
*
+lod3TerrainIntersectionCurve
«Property»
0..1
*
+lod3MultiSurface
«Property»
0..1
*
+lod2TerrainIntersectionCurve
«Property»
0..1
*
+referencePoint
«Property» 1
*
+lod2MultiSurface
«Property»
0..1
*
+lod3Solid
«Property»
0..1
*
+lod0MultiSurface
«Property»
0..1
*
+lod3MultiCurve
«Property»
0..1
+bounds
«Property»*
+boundary
«Property» *
*
+lod3ImplicitRepresentation
«Property»
0..1
*
+relativeGMLGeometry
«Property»
0..1
*
+lod1ImplicitRepresentation
«Property»0..1
*
+lod1TerrainIntersectionCurve
«Property»
0..1
*
+lod2ImplicitRepresentation
«Property»
0..1
*
+lod1Solid
«Property»
0..1
*
+lod2MultiCurve
«Property»
0..1
*
+lod0Point
«Property»0..1
*
+lod3MultiSurface
«Property»
0..1
*
+lod2Solid
«Property»
0..1
*
+lod2MultiSurface
«Property»
0..1
*
+lod0MultiCurve
«Property»
0..1
Open issues
• Tool support for IFC
• Information delivery specifications for georeferencing
BIMs
• Inevitable information loss when converting IFC to
CityGML
Open BIM: open-source solutions for BIM-GIS integration 10
Storage – Postgres/PostGIS
3D geometries in PostGIS: POINT,
LINE, POLYGON, TIN, POLYHEDRAL
surface
3D functions in PostGIS:
ST_3DClosestPoint, ST_3DDistance,
ST_3DDWithin, ST_3DDFullyWithin,
ST_3DIntersects, ST_3DLongestLine,
ST_3DMaxDistance,
ST_3DShortestLine
3DCityDB: CityGML data model for
PostGIS, 3DCityDB importer-
exporter
Open BIM: open-source solutions for BIM-GIS integration 11
Storage – BIMServer
IFC data store: (IFC2x3, IFC4) based
on BerkleyDB
Stores: native geometry ánd
triangular meshes
ReST API
Plugins for visualisation,
management, model merging, model
checking, etc: BIMviews, BIMSurfer,
etc.…
http://bimserver.org/
Open BIM: open-source solutions for BIM-GIS integration 12
Storage – GeoRocket
GeoRocket is a "high-performance
data store for geospatial vector
data".
GeoRocket splits any XML or
GeoJSON file up in chunks, indexes
them using ElasticSearch, and is
capable of responding to (spatial)
queries by merging those chunks
back together.
https://georocket.io/
Open BIM: open-source solutions for BIM-GIS integration 13
Transformation – IfcOpenShell
Geometry engine: uses Open
CASCADE to convert IFC B-Rep
geometry into triangulated meshes.
Plug-ins for Blender, BIMserver, 3DS
Max, etc.
Open BIM: open-source solutions for BIM-GIS integration 14
Transformation – CGAL
Geometry types: point, line, 3D
polyhedral surfaces, TINs
Operations:
• Afine transformations
• 3D mesh generation,
• mesh approximation
(simplification)
• …
Qt5 visualisation
Open BIM: open-source solutions for BIM-GIS integration 15
Transformation - SFCGAL
geometry types aligned with OGC Simple Features Access standards:
Points, LineStrings, Polygons, TriangulatedSurfaces, PolyhedralSurfaces,
GeometryCollections, Solids
Operations: WKT reading and writing, Intersection operations and
predicates, Convex hull computation, Tessellation, Extrusion, Area and
distance computation, Minkovski sums, Contour offsets, Straight skeleton
generation
Available for PostGIS
http://www.sfcgal.org/
Open BIM: open-source solutions for BIM-GIS integration 16
Desktop – FreeCAD
3D parametric modeller via Arch
Workbench module
Open CASCADE
Built-in support for STEP (ifc)
Import/export: ifc, dae, obj,
https://www.freecadweb.org
Open BIM: open-source solutions for BIM-GIS integration 17
Visualisation - BIMSurfer
Requires BIMserver backend
WebGL 2.0
Focus on performance
https://github.com/opensourceBIM
/BIMsurfer
Open BIM: open-source solutions for BIM-GIS integration 18
Visualisation – CesiumJS
• An open specification by AGI that
allows for efficiently streaming 3D
geospatial data on the Web
• OGC Community Standard
• 3d syntax based on glTF
• Each tile desribed by one JSON file
with CRS, attribute, and
refinement information
Open BIM: open-source solutions for BIM-GIS integration 19
Conclusion
Open-source building blocks
available.
Let’s build!
Open BIM: open-source solutions for BIM-GIS integration 20

Mais conteúdo relacionado

Mais procurados

ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현SANGHEE SHIN
 
Gis Day Presentation 2010 - ACCC - Expanded Version
Gis Day Presentation 2010 - ACCC - Expanded VersionGis Day Presentation 2010 - ACCC - Expanded Version
Gis Day Presentation 2010 - ACCC - Expanded Versionpdcaris
 
Use of CityGML standard in the context of Smart City
Use of CityGML standard in the context of Smart CityUse of CityGML standard in the context of Smart City
Use of CityGML standard in the context of Smart Cityi-SCOPE Project
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS Esri
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfLareebMoeen1
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISJoey Li
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GISGIS Colorado
 
Building a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLBuilding a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLKudos S.A.S
 
Future of GIS, Moving to the Enterprise Platform
Future of GIS, Moving to the Enterprise PlatformFuture of GIS, Moving to the Enterprise Platform
Future of GIS, Moving to the Enterprise PlatformSSP Innovations
 
QGIS 실습 (총 7차시)
QGIS 실습 (총 7차시)QGIS 실습 (총 7차시)
QGIS 실습 (총 7차시)Byeong-Hyeok Yu
 
BIM to GIS Interoperability
BIM to GIS InteroperabilityBIM to GIS Interoperability
BIM to GIS InteroperabilitySafe Software
 
INTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GISINTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GISnandugagarin
 
PostGIS and Spatial SQL
PostGIS and Spatial SQLPostGIS and Spatial SQL
PostGIS and Spatial SQLTodd Barr
 
GIS and QGIS training notes
GIS and QGIS training notesGIS and QGIS training notes
GIS and QGIS training notesArnold Kilaini
 
AAM Group GIS - BIM Integration
AAM Group GIS - BIM Integration AAM Group GIS - BIM Integration
AAM Group GIS - BIM Integration Brian Nicholls
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformSANGHEE SHIN
 
Working with ArcGIS Online
Working with ArcGIS OnlineWorking with ArcGIS Online
Working with ArcGIS OnlineEsri
 
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIMArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIMSafe Software
 

Mais procurados (20)

ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
 
Gis Day Presentation 2010 - ACCC - Expanded Version
Gis Day Presentation 2010 - ACCC - Expanded VersionGis Day Presentation 2010 - ACCC - Expanded Version
Gis Day Presentation 2010 - ACCC - Expanded Version
 
Use of CityGML standard in the context of Smart City
Use of CityGML standard in the context of Smart CityUse of CityGML standard in the context of Smart City
Use of CityGML standard in the context of Smart City
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdf
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
GIS
GISGIS
GIS
 
Building a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLBuilding a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQL
 
Future of GIS, Moving to the Enterprise Platform
Future of GIS, Moving to the Enterprise PlatformFuture of GIS, Moving to the Enterprise Platform
Future of GIS, Moving to the Enterprise Platform
 
QGIS 실습 (총 7차시)
QGIS 실습 (총 7차시)QGIS 실습 (총 7차시)
QGIS 실습 (총 7차시)
 
BIM to GIS Interoperability
BIM to GIS InteroperabilityBIM to GIS Interoperability
BIM to GIS Interoperability
 
INTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GISINTEGRATION OF BIM AND GIS
INTEGRATION OF BIM AND GIS
 
PostGIS and Spatial SQL
PostGIS and Spatial SQLPostGIS and Spatial SQL
PostGIS and Spatial SQL
 
GIS and QGIS training notes
GIS and QGIS training notesGIS and QGIS training notes
GIS and QGIS training notes
 
AAM Group GIS - BIM Integration
AAM Group GIS - BIM Integration AAM Group GIS - BIM Integration
AAM Group GIS - BIM Integration
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin Platform
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Working with ArcGIS Online
Working with ArcGIS OnlineWorking with ArcGIS Online
Working with ArcGIS Online
 
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIMArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
 

Semelhante a Open BIM: bridging the gap between BIM and GIS

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
 
Current State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin PlatformCurrent State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin PlatformSANGHEE SHIN
 
Introduction to mago3D: A Web Based Open Source GeoBIM Platform
Introduction to mago3D: A Web Based Open Source GeoBIM PlatformIntroduction to mago3D: A Web Based Open Source GeoBIM Platform
Introduction to mago3D: A Web Based Open Source GeoBIM PlatformSANGHEE SHIN
 
BIM-naar-GIS dataverwerking: linken en visualiseren
BIM-naar-GIS dataverwerking: linken en visualiseren BIM-naar-GIS dataverwerking: linken en visualiseren
BIM-naar-GIS dataverwerking: linken en visualiseren GIM_nv
 
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
 
What we've done so far with mago3D, an open source based 'Digital Twin' platf...
What we've done so far with mago3D, an open source based 'Digital Twin' platf...What we've done so far with mago3D, an open source based 'Digital Twin' platf...
What we've done so far with mago3D, an open source based 'Digital Twin' platf...SANGHEE SHIN
 
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
 
Creating, Managing and Sharing 3D Cities with FME
Creating, Managing and Sharing 3D Cities with FMECreating, Managing and Sharing 3D Cities with FME
Creating, Managing and Sharing 3D Cities with FMESafe Software
 
CityGML Integration Into the ArcGIS Platform
CityGML Integration Into the ArcGIS PlatformCityGML Integration Into the ArcGIS Platform
CityGML Integration Into the ArcGIS PlatformSafe Software
 
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료BJ Jang
 
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) meetingTae wook kang
 
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
 
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
 
mago3D, A Brand-New Web Based Open Source GeoBIM Platform
mago3D, A Brand-New Web Based Open Source GeoBIM Platformmago3D, A Brand-New Web Based Open Source GeoBIM Platform
mago3D, A Brand-New Web Based Open Source GeoBIM PlatformSANGHEE SHIN
 
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4G
Introduction to mago3D:  A web based GeoBIM platform on top of FOSS4GIntroduction to mago3D:  A web based GeoBIM platform on top of FOSS4G
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4GSANGHEE SHIN
 
An Introduction to CityGRID
An Introduction to CityGRIDAn Introduction to CityGRID
An Introduction to CityGRIDRollo Home
 
2014 stumico gis_bim
2014 stumico gis_bim2014 stumico gis_bim
2014 stumico gis_bimJakob Beetz
 
3D City Model Applications with FME Server
3D City Model Applications with FME Server3D City Model Applications with FME Server
3D City Model Applications with FME ServerSafe Software
 

Semelhante a Open BIM: bridging the gap between BIM and GIS (20)

Leif granholm
Leif granholmLeif granholm
Leif granholm
 
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)
 
Current State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin PlatformCurrent State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin Platform
 
Introduction to mago3D: A Web Based Open Source GeoBIM Platform
Introduction to mago3D: A Web Based Open Source GeoBIM PlatformIntroduction to mago3D: A Web Based Open Source GeoBIM Platform
Introduction to mago3D: A Web Based Open Source GeoBIM Platform
 
BIM-naar-GIS dataverwerking: linken en visualiseren
BIM-naar-GIS dataverwerking: linken en visualiseren BIM-naar-GIS dataverwerking: linken en visualiseren
BIM-naar-GIS dataverwerking: linken en visualiseren
 
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
 
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
 
What we've done so far with mago3D, an open source based 'Digital Twin' platf...
What we've done so far with mago3D, an open source based 'Digital Twin' platf...What we've done so far with mago3D, an open source based 'Digital Twin' platf...
What we've done so far with mago3D, an open source based 'Digital Twin' platf...
 
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
 
Creating, Managing and Sharing 3D Cities with FME
Creating, Managing and Sharing 3D Cities with FMECreating, Managing and Sharing 3D Cities with FME
Creating, Managing and Sharing 3D Cities with FME
 
CityGML Integration Into the ArcGIS Platform
CityGML Integration Into the ArcGIS PlatformCityGML Integration Into the ArcGIS Platform
CityGML Integration Into the ArcGIS Platform
 
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
 
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
 
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
 
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...
 
mago3D, A Brand-New Web Based Open Source GeoBIM Platform
mago3D, A Brand-New Web Based Open Source GeoBIM Platformmago3D, A Brand-New Web Based Open Source GeoBIM Platform
mago3D, A Brand-New Web Based Open Source GeoBIM Platform
 
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4G
Introduction to mago3D:  A web based GeoBIM platform on top of FOSS4GIntroduction to mago3D:  A web based GeoBIM platform on top of FOSS4G
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4G
 
An Introduction to CityGRID
An Introduction to CityGRIDAn Introduction to CityGRID
An Introduction to CityGRID
 
2014 stumico gis_bim
2014 stumico gis_bim2014 stumico gis_bim
2014 stumico gis_bim
 
3D City Model Applications with FME Server
3D City Model Applications with FME Server3D City Model Applications with FME Server
3D City Model Applications with FME Server
 

Último

HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Último (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Open BIM: bridging the gap between BIM and GIS

  • 1. www.gim.be Open BIM: bridging the gap between BIM and GIS Brussels, 24 October 2019 Stijn Goedertier
  • 2. BIMy – BIM in the city • ITEA research project: 2018 – 2021 • Belgian and Turkish partners • open platform • for sharing, storing and filtering BIMs among different BIM owners/users • integrating and visualizing them in their built and natural environment Open BIM: open-source solutions for BIM-GIS integration 3
  • 3. BIM versus GIS GIS • lower scale • geospatial CRS • surfacic (2D) • Topological relations • Surveying as source • Standards: GML (OGC), … • variety: vector data, coverages, point clouds, orthoimagery, elevation models, …BIM • higher scale • engineering CRS • volumetric (3D) • element composition • human design as source • standards: DWG, IFC (BuildingSMART) • vector data (documents) Source: BuildingSmart, Thomas Liebich Open BIM: open-source solutions for BIM-GIS integration 4
  • 4. Standards – Industry Foundation Classes (IFC) IFC is an open, vendor-neutral data standard Standardised by the buildingSMART consortium, also legal ISO standard (ISO 16739) IFC data model defined using EXPRESS modelling language (ISO 10303) IFC data in STEP or STEP-XML format (ISO 10303) IFC defines types like IfcSpace, IfcBuildingStorey, IfcWall, etc. Open BIM: open-source solutions for BIM-GIS integration 5 Source: buildingSMART
  • 5. Standards – Industry Foundation Classes (IFC) IFC adopts the STEP geometry and topology model from ISO 10303-42, using  Constructive Solid Geometry (e.g. union operations)  Boundary Representation (e.g. extrusion operations) See also: FME CSGBuilder, CSGEvaluator Open BIM: open-source solutions for BIM-GIS integration 6 Constructive Solid Geometry (Source: wikipedia)
  • 6. Standards – CityGML • CityGML is a data model for virtual 3D city models • GML 3 application schema • OGC Standard • Application Domain Extensions (ADEs) • CityGML 3.0 in the making (with CityJSON encoding) BIM-naar-GIS dataverwerking - FLAGIS - 11 December 2018 7
  • 7. Standards – CityGML GML defines a 3D geometry model used in application profiles like CityGML, InfraGML, etc. 3D geometry types in GML:  Surface: a planar area in 3D space  Solid: a volume closed in 3D space, defined by connected surfaces Open BIM: open-source solutions for BIM-GIS integration 8 Source: FME SurfaceBuilder Source: FME TinGenerator source: http://en.wiki.quality.sig3d.o rg
  • 8. CityGML 3.0 – Geometry model Open BIM: open-source solutions for BIM-GIS integration 9 class Core - Geometry and LoD concept «type» Geometry root::GM_Object GM_Primitive «type» Geometric primitive:: GM_Point AbstractCityObject «FeatureType» AbstractSpace AbstractCityObject «FeatureType» AbstractThematicSurface «FeatureType» AbstractPhysicalSpace «FeatureType» AbstractOccupiedSpace GM_Primitive «type» Geometric primitive:: GM_Solid GM_MultiPrimitive «type» Geometric aggregates:: GM_MultiSurface GM_MultiPrimitive «type» Geometric aggregates:: GM_MultiCurve Core module - Geometry and LoD concept «FeatureType» ImplicitGeometry «Property» + libraryObject: URI [0..1] + mimeType: Code [0..1] + transformationMatrix: TransformationMatrix4x4 [0..1] * +lod1MultiSurface «Property» 0..1 * +lod3TerrainIntersectionCurve «Property» 0..1 * +lod3MultiSurface «Property» 0..1 * +lod2TerrainIntersectionCurve «Property» 0..1 * +referencePoint «Property» 1 * +lod2MultiSurface «Property» 0..1 * +lod3Solid «Property» 0..1 * +lod0MultiSurface «Property» 0..1 * +lod3MultiCurve «Property» 0..1 +bounds «Property»* +boundary «Property» * * +lod3ImplicitRepresentation «Property» 0..1 * +relativeGMLGeometry «Property» 0..1 * +lod1ImplicitRepresentation «Property»0..1 * +lod1TerrainIntersectionCurve «Property» 0..1 * +lod2ImplicitRepresentation «Property» 0..1 * +lod1Solid «Property» 0..1 * +lod2MultiCurve «Property» 0..1 * +lod0Point «Property»0..1 * +lod3MultiSurface «Property» 0..1 * +lod2Solid «Property» 0..1 * +lod2MultiSurface «Property» 0..1 * +lod0MultiCurve «Property» 0..1
  • 9. Open issues • Tool support for IFC • Information delivery specifications for georeferencing BIMs • Inevitable information loss when converting IFC to CityGML Open BIM: open-source solutions for BIM-GIS integration 10
  • 10. Storage – Postgres/PostGIS 3D geometries in PostGIS: POINT, LINE, POLYGON, TIN, POLYHEDRAL surface 3D functions in PostGIS: ST_3DClosestPoint, ST_3DDistance, ST_3DDWithin, ST_3DDFullyWithin, ST_3DIntersects, ST_3DLongestLine, ST_3DMaxDistance, ST_3DShortestLine 3DCityDB: CityGML data model for PostGIS, 3DCityDB importer- exporter Open BIM: open-source solutions for BIM-GIS integration 11
  • 11. Storage – BIMServer IFC data store: (IFC2x3, IFC4) based on BerkleyDB Stores: native geometry ánd triangular meshes ReST API Plugins for visualisation, management, model merging, model checking, etc: BIMviews, BIMSurfer, etc.… http://bimserver.org/ Open BIM: open-source solutions for BIM-GIS integration 12
  • 12. Storage – GeoRocket GeoRocket is a "high-performance data store for geospatial vector data". GeoRocket splits any XML or GeoJSON file up in chunks, indexes them using ElasticSearch, and is capable of responding to (spatial) queries by merging those chunks back together. https://georocket.io/ Open BIM: open-source solutions for BIM-GIS integration 13
  • 13. Transformation – IfcOpenShell Geometry engine: uses Open CASCADE to convert IFC B-Rep geometry into triangulated meshes. Plug-ins for Blender, BIMserver, 3DS Max, etc. Open BIM: open-source solutions for BIM-GIS integration 14
  • 14. Transformation – CGAL Geometry types: point, line, 3D polyhedral surfaces, TINs Operations: • Afine transformations • 3D mesh generation, • mesh approximation (simplification) • … Qt5 visualisation Open BIM: open-source solutions for BIM-GIS integration 15
  • 15. Transformation - SFCGAL geometry types aligned with OGC Simple Features Access standards: Points, LineStrings, Polygons, TriangulatedSurfaces, PolyhedralSurfaces, GeometryCollections, Solids Operations: WKT reading and writing, Intersection operations and predicates, Convex hull computation, Tessellation, Extrusion, Area and distance computation, Minkovski sums, Contour offsets, Straight skeleton generation Available for PostGIS http://www.sfcgal.org/ Open BIM: open-source solutions for BIM-GIS integration 16
  • 16. Desktop – FreeCAD 3D parametric modeller via Arch Workbench module Open CASCADE Built-in support for STEP (ifc) Import/export: ifc, dae, obj, https://www.freecadweb.org Open BIM: open-source solutions for BIM-GIS integration 17
  • 17. Visualisation - BIMSurfer Requires BIMserver backend WebGL 2.0 Focus on performance https://github.com/opensourceBIM /BIMsurfer Open BIM: open-source solutions for BIM-GIS integration 18
  • 18. Visualisation – CesiumJS • An open specification by AGI that allows for efficiently streaming 3D geospatial data on the Web • OGC Community Standard • 3d syntax based on glTF • Each tile desribed by one JSON file with CRS, attribute, and refinement information Open BIM: open-source solutions for BIM-GIS integration 19
  • 19. Conclusion Open-source building blocks available. Let’s build! Open BIM: open-source solutions for BIM-GIS integration 20