Sean, is it possible to apply Paul Balomiri's patch to Shapely-1.2a1-py2.6
as well? 
http://lists.gispython.org/pipermail/community/2009-October/002281.html

Shapely-1.2a1-py2.6 fails on the following code after I enlarged the swap
space partition from 5GB to 12GB on Fedora 12 64-bit.  I tried running the
same code using an earlier version of Shapely (Shapely-1.0.14-py2.6.egg)
and the code ran without error.


In [1]: from shapely.geometry import asLineString
In [2]: from numpy import array
In [3]: a = array([[1.0, 2.0], [3.0, 4.0]])
In [4]: line = asLineString(a)
In [5]: line.wkt
python: geos_ts_c.cpp:196: void GEOSFree_r(GEOSContextHandle_HS*, void*):
Assertion `0 != extHandle' failed.
Aborted (core dumped)


Thanks, Sean for maintaining this library.
Thanks, Paul for the patch.

-- 
Roy Hyunjin Han
http://invisibleroads.com
We train people to become software developers and connect them to jobs and
projects for local businesses.
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to