pyinterp.geodetic.Polygon.intersects¶
- Polygon.intersects(self: pyinterp.core.geodetic.Polygon, other: pyinterp.core.geodetic.Polygon) bool ¶
Checks if this polygon intersects another.
- Parameters:
other – The polygon to check for intersection with.
- Returns:
True if this polygon intersects the provided polygon, False otherwise.