Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

IFC in its current text-based form IFC-SPF is by far the most prevalent encoding

Slide 4

Slide 4 text

IFC in its current text-based form with geometric, …

Slide 5

Slide 5 text

IFC in its current text-based form with geometric, relational and semantic data

Slide 6

Slide 6 text

IFC in its current text-based form Advantages Interoperable (machine independent) Human readable Disadvantages Large file size Slow parsing speed No random access seeking No ordering imposed on instances

Slide 7

Slide 7 text

file (bytes)

Slide 8

Slide 8 text

BIM usage in the construction sector

Slide 9

Slide 9 text

Increasing level of detail Leads to increased file size 9 LOD 200 LOD 400 Source: http://bimforum.org/wp-content/uploads/2015/11/Files-1.zip

Slide 10

Slide 10 text

Multi-disciplinary nature with a selective information need 10

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

Solution

Slide 14

Slide 14 text

HDF5

Slide 15

Slide 15 text

Implementation C++ executable using IfcOpenShell and the HDF5 software library to write IFC-HDF files: github.com/ISBE-TUe/IfcOpenShell-HDF5 15

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

#1027=IFCPROPERTYSINGLEVALUE('IsExternal',$,IFCBOOLEAN(.T.),$); #1028=IFCPROPERTYSINGLEVALUE('Youngs modulus (cm3)',$,IFCREAL(47.3),$); #1029=IFCPROPERTYSINGLEVALUE(‘Steal Quality',$,IFCLABEL('S 235 JR'),$); Space allocated for all possible valuations

Slide 21

Slide 21 text

Findings 21

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

Number of entity instances in file (millions) ⇢ File size (megabytes) ⇢

Slide 24

Slide 24 text

Number of entity instances in file (millions) ⇢ Time (seconds) ⇢ Proposed binary serialization yields near-constant access times due to hierarchical storage

Slide 25

Slide 25 text

Future research SPARQL query language implementation • Further validate access time with realistic relational access patterns • Provide unified querying interface with recent IfcOWL initiative Formalize standardization proposal

Slide 26

Slide 26 text

Conclusions HDF5 offers a valuable serialization alternative for text-based IFC-SPF files Near-constant access times facilitate a multi-disciplinary context and querying Self-documenting nature improves interoperability and extensibility

Slide 27

Slide 27 text

No content