On Thu, Oct 4, 2012 at 6:31 PM, Tim Keitt <[email protected]> wrote: > Just letting folks know that we've released an OGR wrapper for the > Triangle library. It would be great if folks could test it. I could > also use some help improving the OGR bits.
cool! though I"m a little confused as to how this fits with OGR. Also -- how did you deal with the fact that triangle calls the system exit() function on error -- that could bring down whatever your host process is. We've written a wrapper around triangle for Python (anyone feel free to send me a note if you're interested), and we ended up handling that by spawning another process to run triangle in -- but that has performance issues (copying data around) which would be nice to avoid. If only triangle has a nicer licensing scheme -- it really is a nice utility. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
