Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • 4D interpolation
    • Create interpolator objects
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Unstructured grid
    • Fill NaN values
    • Orbit Interpolation
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
Back to top
View this page

pyinterp.core.geodetic.Polygon.perimeter¶

Polygon.perimeter(self: pyinterp.core.geodetic.Polygon, wgs: pyinterp.core.geodetic.Spheroid | None = None) → float¶

Computes the perimeter of this polygon.

Parameters:

wgs – The WGS84 ellipsoid to use when computing the perimeter.

Returns:

The perimeter of this polygon.

Next
pyinterp.core.geodetic.Polygon.read_wkt
Previous
pyinterp.core.geodetic.Polygon.num_interior_rings
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.geodetic.Polygon.perimeter
    • Polygon.perimeter()