bjornharrtell / jsts

JavaScript Topology Suite
http://bjornharrtell.github.io/jsts/
Other
1.47k stars 232 forks source link

Port Concave Hull #425

Open dahannes opened 3 years ago

dahannes commented 3 years ago

Hello!

I am looking for a concave hull function, which is part of the original jts implementation: https://github.com/locationtech/jts/blob/master/modules/lab/src/main/java/org/locationtech/jts/hull/ConcaveHull.java

What is required to port and expose the ConcaveHull.java class via jsts?

Many thanks for this great library! :)

bjornharrtell commented 3 years ago

It's part of the experimental "lab" module in JTS upstream which I as of yet excluded from the port. It could possibly be included in a future transpilation but that doesn't guarantee it will work, so it can require a non-trivial effort to be done.