Processes and tools

Volume measurement - PIX4Dsurvey

The volume measurement tool measures the volume between a base surface (defined by a volume polygon) and the active point clouds. As a default, this method connects all the vertices and triangulates the volume above and below the base surface.

Video: PIX4Dsurvey tutorial: Create volume measurements in PIX4Dsurvey

 

 

Video: Do you want to measure the volume of an object, even against a wall or in a corner? Try volume measurement in PIX4Dsurvey and get your data with fast, simple steps!

 

 

How to create a new volume 

    1. On the tools bar, select the Volume measurement tool by clicking volume_icon.png or use the keyboard shortcut V.

      PIX4Dsurvey_Volume

    2. To draw a volume, left-click on points in the 3D view. Right-click or press enter to complete the volume base polygon.
    3. (Optional) To accurately mark the vertices, select the volume using the simple selection tool ic_cursor_black.png. The position of each vertex can be corrected in the 3D view, on the images, or using the vertex editor.
    4. (Optional) To assign a common elevation to the vertices of the volume base surface, first select the volume using the simple selection tool ic_cursor_black.png. Then, in the Properties panel tools_list, click align vertices vertex_align.png to choose how to align the vertices.
      Align_vertices_PIX4Dsurvey
Tip: Aligning the vertices to the lowest base elevation simplifies the volume measurement for stockpiles leaning on walls or in a bay. More information can be found in the align vertices article.

After drawing the volume, details about the volume measurement are displayed in the Properties panel tools_list. More specifically:

Property  Description
Name Name of the Volume that can be edited
Description (Optional) A short description textbox to describe a specific volume
Layer The layer this volume belongs to
Measurements

Basic measurements of this volume include: 

  • 3D perimeter
  • 3D area
  • Minimum elevation
  • Maximum elevation

PIX4Dsurvey_volume_measurement.png

Note: A new volume layer can be added by selecting the add.png icon of the volume layers on the left sidebar. The volume can be moved to another volume or vector layer by right-clicking on it.
Tip: It is possible to use the Stockpile Detection tool to easily detect and create volume polygon around stockpiles.

How to compute the volume

Once the volume is drawn, in the Measurements section of the Properties panel, click Compute to trigger the volume computation.

Compute_volume_PIX4Dsurvey Compute_volume_PIX4Dsurvey_2-1
After completing the volume measurements, the cut/fill volumes and errors are displayed.

More specifically:

  • Cut volume [units3]: Volume above the volume base. The volume is measured between the volume base and the surface.
  • Fill volume [units3]: Volume below the volume base. The volume is measured between the volume base and the surface.
  • Net volume [units3]: The absolute difference between Cut and Fill volume (Cut - Fill volume)
  • Total volume [units3]: The total volume (Cut + Fill volume).
Important: If the polygon defining a volume is modified (adding/removing/moving vertices), a warning appears in the Volume layers list and the Export tab, indicating that the volume measurement is now outdated.
Warning_volume
It is needed to compute the volume again to take the modifications of the volume polygon into account in the volume measurement.
Tip: Only the displayed point cloud points are used in the volume calculation. This means that, for example, in the case where the terrain filter classified a stockpile to be terrain, and a conveyor above it to be non-terrain, it is just needed to turn off the non-terrain layer before calculating the volume to get the right results. No need to delete points that should be excluded.

How to export a volume or volume report

After computing the (cut/fill) volume measurements, the Volume report, the volume polygon and the 3D volume are available to be exported.

Export_volume_PIX4Dsurvey

To export the Volume report:

  1. On the Menu bar, click File, then Export. Alternatively, on the top right, click export.jpg Export. The Export panel opens on the left.
  2. (Optional) Unselect the output Volume layers that do not need export.
  3. In the Export panel, select the output format (PDF, HTML, or CSV for volume reports. LandXML for the 3D volumes. DXF, ZIP SHP, SHP, or GeoJSON for the volume polygon).
  4. In the Destination section, navigate to the path where the files should be saved.
  5. Click Export.
Video: The following video shows how to generate a volume report with PIX4Dsurvey.

How PIX4Dsurvey calculates the Volume measurement

PIX4Dsurvey calculates the volume as follows:

1. A new volume is drawn. For more information on how to draw a volume: How to create a new volume. volume

Note: PIX4Dsurvey creates the base taking into account the altitude of each vertex.

volume_base

2. PIX4Dsurvey projects a grid with GSD spacing on the base.

volume_base_grid_white

3. For each cell i of the grid, its volume (Vi) is given by:

Vi = Li * Wi * Hi

Where:

Li = the length of the cell.
Wi = the width of the cell.
Hi = the height of the cell.

The Length (Li) and Width (Wi) are equal to the project's GSD.

Li =Wi = GSD

The Height (Hi) is given by:

Hi = ZTi - ZBi

Where:

ZTi = the terrain altitude of each cell at the center of the cell.
ZBi = the base altitude of each cell at the center of the cell.

Therefore, the volume Vi of cell i is given by:

Vi = GSD*GSD* (ZTi - ZBi)

Note:
  • ZTi is the altitude of the 3D terrain corresponding to the center of the cell i.
  • ZBi is the altitude of the base surface of the volume corresponding to the center of the cell i .
volume_pixel_3d.jpg
volume_pixel_element_dimensions.jpg

4. PIX4Dsurvey calculates 2 volumes:

    • The Cut volume Vc is the volume between the base and the 3D terrain when the terrain is higher than the base.

Cut volume = VC = VC1 + VC2 +...VCN

Where:

VC1...N = Cut volume for cell i..N

    • The Fill volume VF is the volume between the base and the terrain when the terrain is lower than the base.

Fill volume = VF = VF1 + VF2 +...VFN

Where:

VF1...N = Fill volume for cell i...N.

Note: The Fill Volume is given with negative value/sign.

5. The Total volume is given by:

Total Volume = VT =VC+ VF