On 21.02.2011, at 19:31, Sean Gillies wrote: > Oliver Tonhofer has been finding new ways to extend Shapely using > Cython, but I don't know if that will be a good way to access the C++ > precision model. Maybe he can tell us.
The extension only uses the C API. There is new support for C++ in cython, but I don't know if it supports enough to work with GEOS. It would need to replace the geometry factory of the GEOS handle, definitely more tricky than my speedup extension. Regards, Oliver _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
