for real-time updates: ws://api/ws/vessels/:id
: A small hole is dug through the center of the plate, and all removed soil is carefully collected and weighed. voluvessel
: The Voluvessel is placed over the hole. Water is pumped into the balloon until it conforms to the hole's shape. The volume is read directly from the graduated cylinder on the device. level): if level <
def horizontal_cylinder_volume(radius, length, level): if level <= 0: return 0.0 if level >= 2 * radius: return math.pi * radius**2 * length voluvessel
: A test hole is dug in the soil, and all excavated material is carefully collected to determine its wet mass.
import math