brick / geo

GIS geometry library for PHP
MIT License
220 stars 31 forks source link

Add support for Concave Hull (GEOS, PostGIS) #44

Open Aposhian opened 1 year ago

Aposhian commented 1 year ago

Concave Hull is supported by PostGIS (>=2.0.0) and GEOS (>=3.11).

https://postgis.net/docs/ST_ConcaveHull.html https://libgeos.org/doxygen/classgeos_1_1algorithm_1_1hull_1_1ConcaveHull.html