geo
geo copied to clipboard
Implement `ConcaveHull` for `GeometryCollection`
Unlike https://github.com/georust/geo/pull/889, the ConcaveHull implementation will be a little tricky - to be a proper hull, no part of the geometry's interior should be allowed outside of the hull.
One approach I know of is the recentish work done in JTS: http://lin-ear-th-inking.blogspot.com/2022/05/concave-hulls-of-polygons.html