pyinterp.core.geodetic.MultiPolygon.intersects#

MultiPolygon.intersects(*args, **kwargs)#

Overloaded function.

  1. intersects(self: pyinterp.core.geodetic.MultiPolygon, other: pyinterp.core.geodetic.Polygon) -> bool

Checks if this multi-polygon intersects with a polygon.

Parameters:

other – The polygon to check for intersection with.

Returns:

True if this multi-polygon intersects with the provided polygon, False otherwise.

  1. intersects(self: pyinterp.core.geodetic.MultiPolygon, other: pyinterp.core.geodetic.MultiPolygon) -> bool

Checks if this multi-polygon intersects with another multi-polygon.

Parameters:

other – The multi-polygon to check for intersection with.

Returns:

True if this multi-polygon intersects with the provided multi-polygon, False otherwise.