How do I calculate the volume of a smooth (roughly spherical) surface defined by a set of x,y,z coordinates using Python?
I've found the following method using the ConvexHull function from scipy, which is a good starting point -- however my surfaces are not always convex.
Is there another way to do it?
Thanks!