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

Add function to split geometries #1101

Open
dbaston opened this issue May 24, 2024 · 2 comments
Open

Add function to split geometries #1101

dbaston opened this issue May 24, 2024 · 2 comments
Assignees
Labels
Enhancement New feature or feature improvement.

Comments

@dbaston
Copy link
Member

dbaston commented May 24, 2024

Many applications require the ability to split a geometry by a line. This has been implemented in PostGIS, QGIS, and when using the dateline as a splitting geometry, GDAL. Implementing this functionality in GEOS would allow applications to avoid maintaining their own implementations, and could likely provide better performance by avoiding the limitations of the C API.

@dbaston dbaston added the Enhancement New feature or feature improvement. label May 24, 2024
@dbaston dbaston self-assigned this May 24, 2024
@dr-jts
Copy link
Contributor

dr-jts commented May 24, 2024

This has been on the ToDo list for a while. The machinery in OverlayNG should accomodate this, with some reworking.

@jorisvandenbossche
Copy link
Contributor

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

No branches or pull requests

3 participants