Skip to content
Martin Hecher edited this page Dec 9, 2015 · 11 revisions

duraark-geometricenrichment

The duraark-geometricenrichment service provides a toolset to work with point clouds (E57) and BIM models (IFC).

Its main components are (with the implementation status in parentheses):

  • File preprocessing: paulhilbert/e57-processor
    (REST ❌ / Docker ✅)
  • BIM reconstruction: ochi/duraark_pc2bim
    (REST ✅ / Docker ✅)
  • (Automatic) registration of point clouds and BIM models: ochi/duraark_autoreg
    (REST ❌ / Docker ✅)
  • Association of point clouds and BIM models: paulhilbert/duraark_assoc
    (REST ❌ / Docker ✅)
  • Difference detection between point clouds and BIM models: paulhilbert/duraark_diffdetect
    (REST ❌ / Docker ✅)
  • Point cloud to potree converter: paulhilbert/potreeconverter
    (REST ❌ / Docker ✅)
  • Point cloud compression: paulhilbert/compress_e57n
    (REST ❌ / Docker ❌) We provide different access layers for this functionality:

REST Access Layer (under development)

Docker Access Layer (feature complete)

Clone this wiki locally