On 2 Des, 15:28, David Robinow <[email protected]> wrote: > On Tue, Dec 1, 2009 at 8:31 PM, Vincent Davis <[email protected]> > wrote: > > Anyone know of a python implementation of Delaunay triangulation? > > Matplotlib has one. > There's also Delny �...@pypi > > It's been several years since I needed this. I can't remember the pros/cons.
There is also a skikit add-on to NumPy/SciPy. http://scikits.appspot.com/delaunay -- http://mail.python.org/mailman/listinfo/python-list
