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

Splitting a polygon by a polyline #45

Open
dabreegster opened this issue Sep 28, 2024 · 0 comments
Open

Splitting a polygon by a polyline #45

dabreegster opened this issue Sep 28, 2024 · 0 comments

Comments

@dabreegster
Copy link

I'm trying to implement something like https://postgis.net/docs/ST_Split.html. But I'm stuck, because the boolean operations require both inputs to be closed. I have one closed input, and I'm trying to perform operations against an open polyline. I might be able to hack around this by artificially closing the polyline (carefully, outside the first polygon), but I'm wondering if there's a proper way to do this. Thanks!

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

1 participant