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