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