Volume of the union of a list of overlapping spheres?

Is there a package in Julia (or Python, that I can call from Julia) to compute the volume of the union of a list of overlapping spheres (I specify their position and radius)?

1 Like

An algorithm is described here: https://dl.acm.org/citation.cfm?id=2049665. They provide a source code, but I cannot find it.