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

Support GEOS Installation from Library #315

Closed
wants to merge 9 commits into from
Closed

Conversation

BuonOmo
Copy link
Member

@BuonOmo BuonOmo commented Jul 7, 2022

See #291

keithdoggett and others added 9 commits January 13, 2022 18:45
…or. Removed self-intersecting is_simple? test on CAPIPolygons because this will be version dependent.
Replace a manual validity check on MultiPolygon, which was iterating on
each polygon combination, by a direct call of GEOSisValid.
This make for less C code on our part, and allowed to fix a MacOS
related bug.
Get rid of `lenient_assertions` in favor of another way of handling validity: never fail fast, fail when
impossible to do otherwise.

Co-authored-by: Keith Doggett <keith.doggett887@gmail.com>
Co-authored-by: Quentin Wentzler <quentin.wentzler@klaxit.com>
Co-authored-by: Ulysse Buonomo <buonomo.ulysse@gmail.com>
@BuonOmo BuonOmo closed this Jul 7, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants