Loading property sets on demand in xeoVision - flexible handling of IFC metadata
ยท 9 min read
๐ 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.