You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above example does not work on my versions of the software. Nonetheless, this is expected, you ask whether a MultiPoint is within the Polygon (per docstring, whether a is in b -> bool), and it's not.
We could improve the documentation, predicates in Python have slightly better definitions, like
Returns True if geometry A is completely inside geometry B.
If you want to receive the individual results, split the multipoint into its individual points.
I would have expected LibGEOS.within(g1::MultiPoint, g2::POLYGON) to return a Bool of length(g1.geom), but this is not the case:
The text was updated successfully, but these errors were encountered: