pyinterp.core.geodetic.MultiPolygon.union¶
- MultiPolygon.union(*args, **kwargs)¶
Overloaded function.
union(self: pyinterp.core.geodetic.MultiPolygon, other: pyinterp.core.geodetic.Polygon) -> pyinterp.core.geodetic.MultiPolygon
Computes the union of this multi-polygon with a polygon.
- Parameters:
other – The polygon to compute the union with.
- Returns:
The union of this multi-polygon with the provided polygon.
union(self: pyinterp.core.geodetic.MultiPolygon, other: pyinterp.core.geodetic.MultiPolygon) -> pyinterp.core.geodetic.MultiPolygon
Computes the union of this multi-polygon with another multi-polygon.
- Parameters:
other – The multi-polygon to compute the union with.
- Returns:
The union of this multi-polygon with the provided multi-polygon.