[PostGIS] #5781: Concave Hull returning multi poly with polygons
PostGIS
trac at osgeo.org
Thu Oct 24 18:05:05 PDT 2024
#5781: Concave Hull returning multi poly with polygons
----------------------+--------------------------
Reporter: latot | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+--------------------------
Comment (by mdavis):
This is due to the current behaviour of the ConcaveHullOfPolygons
algorithm in JTS/GEOS. It allows the hull to be eroded past the point
where the output is fully connected. In contrast, the ConcaveHull
algorithm for points ensures that the output is a single connected
polygon. I can't remember why this decision was made - perhaps it was
just an oversight. It should be possible to require that the output is
fully connected.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5781#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list