pyinterp.geodetic.Polygon.difference¶
- Polygon.difference(self: pyinterp.core.geodetic.Polygon, other: pyinterp.core.geodetic.Polygon) pyinterp.core.geodetic.MultiPolygon ¶
Computes the difference of this polygon with another.
- Parameters:
other – The polygon to compute the difference with.
- Returns:
The difference of this polygon with the provided polygon.