Opened 8 years ago
Closed 6 years ago
#3697 closed defect (fixed)
ST_ConcaveHull does not cover original
Reported by: | rouen | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | 2.3.x |
Keywords: | ST_ConcaveHull | Cc: |
Description
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
Attachments (3)
Change History (7)
by , 8 years ago
Attachment: | fra_polygon_original added |
---|
by , 8 years ago
Attachment: | fra_polygon_hull_080_image.PNG added |
---|
result not covering original polygon
comment:1 by , 8 years ago
rouen,
Can you output
SELECT postgis_full_version();
I think this is a duplicate ticket, but I forget if I resolved it or not.
comment:2 by , 8 years ago
comment:3 by , 7 years ago
Milestone: | PostGIS 2.4.0 → PostGIS 2.5.0 |
---|
original polygon