[Tutor] is there any Python code for spatial tessellation?

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sat Oct 8 20:56:21 CEST 2005



On Sat, 8 Oct 2005, Shi Mu wrote:

> is there any Python code for spatial tessellation?

Are you looking for code to generate voronoi diagrams?

    http://en.wikipedia.org/wiki/Voronoi_diagram

>From initial Google searches, it appears that there is a package called
Qhull that pepole use to do Voronoi tesselations.

    http://www.qhull.org/

and Chris Myers has written a module around Qhull:

    http://www.tc.cornell.edu/~myers/PyXL/


Otherwise, I don't think we at Tutor can help you that much; you may want
to ask on a more math-oriented forum.  Good luck to you!




More information about the Tutor mailing list