[postgis-tickets] [PostGIS] #4469: ST_ConcaveHull Runtime
PostGIS
trac at osgeo.org
Sun Aug 25 08:02:35 PDT 2019
#4469: ST_ConcaveHull Runtime
-----------------------+--------------------------
Reporter: tsw | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS GEOS
Component: postgis | Version: 2.5.x
Resolution: | Keywords:
-----------------------+--------------------------
Comment (by komzpa):
Good news, this form of that line returns instantly for me and will allow
concave hull to still cover a polygon:
{{{
var_resultgeom := public.ST_Union(ST_CollectionExtract(param_inputgeom,
3), var_resultgeom);
}}}
Bad news, it's not returning a concave hull - lines are hanging outside of
it.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4469#comment:5>
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