twpayne / go-geos

Package geos provides an interface to GEOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include `concaveHullByLength`

zedfmario opened this issue · comments

This can be added once it's part of GEOS's stable C API: http://libgeos.org/doxygen/geos__c_8h.html

I've opened an issue: libgeos/geos#849

It's supposed to be included in libgeos, according to libgeos/geos#849 (comment)

That PR was merged three days ago. The latest version of GEOS is 3.11.2, which was released five days ago, so it is not in a released version of GEOS. You have to wait for a released version of GEOS (of course you can use an unreleased version locally).