Skip to main content

2 posts tagged with "xeoServices"

Xeoservices tag description

View All Tags

Loading property sets on demand in xeoVision - flexible handling of IFC metadata

ยท 9 min read
Dominik Szaradowski
Software Engineer @ Creoox

Loading property sets on demand in xeoVision

๐Ÿ”Ž How to search IFC metadata without downloading gigabytes of data?

At xeoVision, weโ€™ve developed an innovative approach to on-demand property set loading.
๐Ÿ‘‰ Extracting metadata to JSON
๐Ÿ‘‰ Converting it into lightweight SQLite databases
๐Ÿ‘‰ Remotely reading data chunk by chunk from object storage

This allows even very large IFC models to be searched quickly, efficiently, and without heavy network loads.

๐Ÿ“– In the article, I explain the entire process โ€” from cxconverter to remote VFS and data transfer optimization.