Check which points are contained in a general polygon.
This may be more efficient than
polygon.intersection(MultiPoint(points)) if the polygon’s Delaunay
triangulation consists of only few partitions.
- Parameters
-
- Return type
ndarray
- Returns
a boolean (N,) array