On Fri, Oct 5, 2012 at 11:11 AM, Chris Barker <[email protected]> wrote: > 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.
OGR is used for i/o. > > 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. Its a simple command line utility. Not much harm done if it calls exit. > > 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. I don't call triangle, I pass arguments to the C-level API. > > If only triangle has a nicer licensing scheme -- it really is a nice utility. Only prohibition is you can't sell it without a license. THK > > -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] -- Timothy H. Keitt http://www.keittlab.org/ _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
