qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.37k stars 2.98k forks source link

Concave hull (alpha shapes) should support any geometry #29692

Open qgib opened 5 years ago

qgib commented 5 years ago

Author Name: Johannes Kroeger (Johannes Kroeger) Original Redmine Issue: 21877

Redmine category:processing/qgis


@Concave hull (alpha shapes)@ should support any geometry just like @Concave hull (k-nearest neighbor)@, @Convex hull@ or @Minimum bounding geometry@. At the moment it only supports Point layers.

qgib commented 5 years ago

Author Name: Giovanni Manghi (@gioman)