[SciPy-user] [Fwd: 3D interpolation over irregular data]

Stéfan van der Walt stefan at sun.ac.za
Thu Jul 31 08:32:38 EDT 2008


2008/7/31 mark starnes <m.starnes05 at imperial.ac.uk>:
> Is Robert Kern's package limited to two-dimensional data?  I've had a
> look and can't see any three-dimensional options.

Sorry, Mark, my mistake, it doesn't.

The only Python wrapper for 3-dimensional Delaunay I'm aware of is

from enthought.tvtk.api import tvtk
d = tvtk.Delaunay3D()

Unfortunately, I don't have much more detail on how to use it.

Regards
Stéfan



More information about the SciPy-User mailing list