-
Notifications
You must be signed in to change notification settings - Fork 23
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
Concave hull with holes #181
Comments
Yes, the functions in LibGEOS.jl/src/generated/libgeos_api.jl Lines 642 to 649 in 5439a45
LibGEOS.jl/src/geos_functions.jl Lines 668 to 674 in 5439a45
So if you have a GEOS geometry object, you can get its context from |
Similarly |
I just came across this library and I'm interested in the concave hull functionality of LibGEOS. Looks like there are some C calls implemented for this but I'm unsure how they can be used as there isn't a function like concavehull as one exists for convexhull.
Can the concave hull functionality be used already or does it need some more work and the functions like
GEOSConcaveHull
are just the preparation step?The text was updated successfully, but these errors were encountered: