-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extent checks in polygon set operations #208
Comments
Yes this will be most of the performance improvement we need for clipping |
Here's an example of how big of difference can be, ogr2ogr takes 3 seconds to clip and reproject, I gave up on timing GeometryOps :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It occurs to me that we don't actually have these yet, would be good to do. They are implemented for DE-9IM ops (contains, within, disjoint, intersects, etc) but not for intersection, difference, and union.
The text was updated successfully, but these errors were encountered: