From: Chris B. <Chr...@no...> - 2005-10-19 05:43:52
|
Robert Kern wrote: > qhull, for example, is a real PITA in this regard. Darn, it looked pretty promising from the web site. > In any case, natgrid isn't Delaunay triangulation, but natural neighbors > interpolation which is better (and probably state of the art for these > kinds of graphics). Although there are other uses for delaunay triangulization, so it would be nice to have a python lib that does it well. What about Jonathan Shewchuk's Triangle? I don't know how clean the code is but it's fast and powerful. As for license: """ Please note that although Triangle is freely available, it is copyrighted by the author and may not be sold or included in commercial products without a license. """ I wish he'd just a pick a license and be done with it, but given that Python. MPL, and SciPy are not commercial, he'd probably be OK with it. -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |