Opened 3 years ago

Last modified 17 months ago

#1097 new defect

Dropped holes when buffer(0) -ing a valid geometry

Reported by: astronomiser Owned by: geos-devel@…
Priority: minor Milestone:
Component: Default Version: 3.8.1
Severity: Unassigned Keywords: buffer
Cc:

Description

Passing along this bug report from the Shapely github.

The WKT in a text file

Running buffer(0) leaves the geometry mostly unchanged but there is a group of holes which are removed in the lower right of the geometry.

I was able to replicate this behavior in PostGIS (w/ GEOS 3.5). The user is using Shapely with GEOS 3.8.1. Buffering the geometry in JTS did not produce the same effect.

Change History (2)

comment:1 by mdavis, 3 years ago

Confirmed that this still happens in the GEOS main branch (3.10dev).

comment:2 by jorisvandenbossche, 17 months ago

Using shapely with GEOS 3.11.1, this seems to work now.

Note: See TracTickets for help on using tickets.