[FEA]: Implement binary predicates that depend on equals
#832
Labels
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
Milestone
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Critical (currently preventing usage)
Please provide a clear description of problem you would like to solve.
Is your feature request related to a problem? Please describe.
Some spatial predicates depend only on the outcome of point-in-polygon.
Describe the solution you'd like
I can work on these predicates in python while the
equals
andintersects
basic predicates are being worked on.Equality/Intersection/PIP table
Legend:
x: False/impossible
e: uses equality
i: uses intersection
p: uses pip
#832 (comment)
Describe any alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: