Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Concave Hull #425

Open
dahannes opened this issue Mar 17, 2021 · 1 comment
Open

Port Concave Hull #425

dahannes opened this issue Mar 17, 2021 · 1 comment
Milestone

Comments

@dahannes
Copy link

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 bjornharrtell added this to the Future milestone Mar 17, 2021
@bjornharrtell
Copy link
Owner

bjornharrtell commented Mar 17, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants