-
Notifications
You must be signed in to change notification settings - Fork 199
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
Idea: Implement constraints on geometry types #56
Comments
Checks that the inners don't intersect. Checks that multi don't intersect. |
Maybe that can be an algorithm "check" or something like that. ie optional. |
Shapely will allow you to construct invalid Polygons (rings that cross each other, and touch at more than one point), but raises exceptions when they're used, presumably for performance reasons. Maybe a
? |
One example in |
Opened an issue similar to this: #127 |
Examples:
The text was updated successfully, but these errors were encountered: