Standard procedure¶
This page describes the standard workflow for reconstructing a breakwater from a point cloud: cloud preparation, automatic detection, quality control and delivery.
1. Cloud cutting¶
For photogrammetry and bathymetry clouds:
- Cut the cloud by block size (volume).
- Then split into sub-parts
p1,p2, … to get sections of 500 m maximum. - Keep for each zone the full cloud before the
pXcutting — it will be used for the final render.
Mandatory overlap
Always keep an overlap between two clouds when a cut is made, otherwise it can cause errors during processing.
Stick to the naming convention for cut clouds.
2. Automatic reconstruction¶
- Create a local project mirroring the same folder structure as the shared folder.
- Run the automatic block detection (action
Find blocks in a point cloudof the Import module). - Several detections may run in parallel in distinct CloudCompare instances.
- Run a first filtering of the detected blocks by their score
(action
Filter blocksof the Edit module). - Copy the resulting JSON to the shared folder following the structure naming convention.
3. Manual reconstruction¶
- Create a local project mirroring the shared folder structure.
- Carry out the manual work with the CloudCompare + SEABIM Editor interface. Only add blocks if there is no doubt about the position.
- Verify with a final render including
diff,densityandoverlap(modules Quality control + Filters) and adjust if needed. - Copy the JSON to the shared folder following the naming convention.
4. Verification¶
Once every sub-part has been processed:
- Merge the models of the different parts (
bathy+photog, different block sizes). - Run a final render integrating
diff,densityandoverlap. - Adjust if needed, making sure to use the right cloud when re-editing manually.
Points of attention
Pay particular attention to the interfaces between different volumes, the waterline, the berm and the toe.
5. Final render¶
- Reindex the blocks (action
Rename blocks with prefix (Batch)of the Metadata module). - Run the final render with the desired filters via the
Export final renderaction of the Export module.