pgr_alphashape is returning a geometry collection?

Dapeng Wang wangdapeng20191008 at gmail.com
Mon Feb 5 22:53:01 PST 2024


The function pgr_alphashape returns "GEOMETRY COLLECTION" as its result.
For reference, please see
https://docs.pgrouting.org/3.6/en/pgr_alphaShape.html.

In PostGIS, the function used is ST_AlphaShape, which returns a geometry.
An alpha-shape is a (usually) concave polygonal geometry that contains all
the vertices of the input and whose vertices are a subset of the input
vertices. Please refer to
https://postgis.net/docs/manual-dev/ST_AlphaShape.html.

Dapeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20240206/df7acd97/attachment.htm>


More information about the postgis-users mailing list