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.geodetic.Point.azimuth¶

Point.azimuth(self: pyinterp.core.geodetic.Point, other: pyinterp.core.geodetic.Point, wgs: pyinterp.core.geodetic.Spheroid | None = None) → float¶

Calculate the azimuth between the two points.

Parameters:
  • other – The other point to consider.

  • wgs – The spheroid used to calculate the distance. If not provided, the WGS-84 spheroid is used.

Returns:

The azimuth between the two points in degrees.

Next
pyinterp.geodetic.Point.distance
Previous
pyinterp.geodetic.Point.lon
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.geodetic.Point.azimuth
    • Point.azimuth()