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

duraark-geometricenrichment

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

| CAUTION: The BIM reconstruction component is currently only supported on Intel CPUs!

Its main components are:

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

All components are provided as Docker images and the documentation below show how to use them. We are currently working on the integration of the components into a REST-API, which will be finished until the end of January 2016.

The following links contain manuals/documentation on how to use the components via Docker and via the REST interface:

Docker Images

REST API

Clone this wiki locally