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