[postgis-tickets] [PostGIS] #3697: ST_ConcaveHull does not cover original
PostGIS
trac at osgeo.org
Tue Jan 24 04:47:27 PST 2017
#3697: ST_ConcaveHull does not cover original
----------------------------+---------------------------
Reporter: rouen | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.4.0
Component: postgis | Version: 2.3.x
Keywords: ST_ConcaveHull |
----------------------------+---------------------------
I am trying ST_ConcaveHull(geom,0.80) on rather big polygon (~90k points)
and the result is clearly wrong - it covers maybe half of the original
polygon. See the original polygon
https://sygicpublic.blob.core.windows.net/postgis-bug-
data/fra_polygon_original_image.PNG
vs. original polygon covered with ST_ConcaveHull(geom,0.80) result:
https://sygicpublic.blob.core.windows.net/postgis-bug-
data/fra_polygon_hull_080_image.PNG
Here are the data (exported as ST_AsText, all srid 4326)
https://sygicpublic.blob.core.windows.net/postgis-bug-
data/fra_polygon_original
https://sygicpublic.blob.core.windows.net/postgis-bug-
data/fra_polygon_hull_080
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3697>
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