[geos-devel] [GEOS] #239: Bug in GEOSEquals predicate

2009-03-14 Thread GEOS
#239: Bug in GEOSEquals predicate +--- Reporter: pleroux | Owner: geos-devel@lists.osgeo.org Type: defect | Status: new Priority: major | Milestone: 3.1.0

Re: [geos-devel] Bug in GEOSEquals predicate ?

2009-03-14 Thread Sean Gillies
On Mar 14, 2009, at 3:06 AM, Pascal Leroux wrote: Hi all while searching for intersections between polygons (buildings), I have found shapes that make "equals" predicate crash. With simpler shapes, it occurs too : >>> from shapely.geometry import Polygon >>> p1 = Polygon(((0,0),(0,10),(10

[geos-devel] Bug in GEOSEquals predicate ?

2009-03-14 Thread Pascal Leroux
Hi all while searching for intersections between polygons (buildings), I have found shapes that make "equals" predicate crash. With simpler shapes, it occurs too : >>> from shapely.geometry import Polygon >>> p1 = Polygon(((0,0),(0,10),(10,10),(10,0),(8,0),(8,8),(2,8),(2,0))) >>> p2 = Polygon(((2