Too big area for 2.5D volume calculation

Feel free to ask any question here
Post Reply
pttpx2
Posts: 2
Joined: Thu Sep 09, 2021 7:40 am

Too big area for 2.5D volume calculation

Post by pttpx2 »

Hi,

I have following data:
1. input terrain model (before earthworks - points with XYZ coordinates)
2. current terrain model (pointcloud measured with a drone)

I need to calculate added and removed volume values for the whole terrain in order to show progress of the earthworks.

As you can see on pictures 1.jpg and 2.jpg I clipped both models to exactly the same range.

Then I used 2.5D volume calculation tool to compute added and removed volume. I chose "interpolate" method for empty cells. You can see all settings in settings.jpg. It does calculate volume but output height difference raster's area is a bit bigger then input and current terrain models'. In 3.jpg you can see the output height raster and in comparison.jpg you I marked in red circles areas that are unnecessary. I think it computes a little to much volume because of those unnecessary areas. I know that I could change "interpolate" to "leave empty" method for empty cells and there will be no unnecessary areas but in such case it will cause loss of volume inside of the terrain model.

How can I calculate volume only for extents shown e.g. in 1.jpg but with interpolating empty cells inside the area?
Attachments
settings.JPG
settings.JPG (46.56 KiB) Viewed 546 times
comparison.JPG
comparison.JPG (121.69 KiB) Viewed 548 times
3.JPG
3.JPG (60.05 KiB) Viewed 548 times
2.JPG
2.JPG (98.91 KiB) Viewed 548 times
1.JPG
1.JPG (104.09 KiB) Viewed 548 times
daniel
Site Admin
Posts: 7607
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Too big area for 2.5D volume calculation

Post by daniel »

You would have to do the 'interpolation' work manually, before using the 2.5D Volume Calculation tool:
- use the Edit > Mesh > Delaunay 2.5D triangulation tool to create a mesh
- sample a lot of points on this mesh
- segment the parts that you don't want with the scissors tool
- use this dense cloud for volume calculation, without interpolation
Daniel, CloudCompare admin
Post Reply