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

Implement what we can, wrap what we can't #76

Open
asinghvi17 opened this issue Mar 19, 2024 · 1 comment
Open

Implement what we can, wrap what we can't #76

asinghvi17 opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@asinghvi17
Copy link
Member

We should add a method GEOS() to nearly every method here, which literally just calls LibGEOS.(...) so that we can expose a correct and working example of the feature. This would be huge for adoption, since the GO interface is a lot more Julian and easy to use (plus accepts more types) than LG!

@asinghvi17 asinghvi17 added the enhancement New feature or request label Apr 1, 2024
@asinghvi17
Copy link
Member Author

DelaunayTriangulation.jl already has a Graham scan algorithm for complex hull which we could hook into: https://github.com/JuliaGeometry/DelaunayTriangulation.jl/blob/ab58263640fc02e84053e5cc5e33a0fdc21d4fc7/src/data_structures/convex_hull.jl#L36-L43

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

No branches or pull requests

1 participant