pyinterp.core.geodetic.Polygon.perimeter#
- Polygon.perimeter(self: pyinterp.core.geodetic.Polygon, wgs: pyinterp.core.geodetic.Spheroid | None = None) float#
Compute the perimeter of this polygon.
- Parameters:
wgs – The WGS84 ellipsoid to use when computing the perimeter.
- Returns:
The perimeter of this polygon.