pyinterp.geodetic.MultiPolygon.area¶
- MultiPolygon.area(self: pyinterp.core.geodetic.MultiPolygon, wgs: pyinterp.core.geodetic.Spheroid | None = None) float ¶
Calculates the area.
- Parameters:
wgs – The spheroid used to calculate the area. If not provided, the WGS-84 spheroid is used.
- Returns:
The calculated area.