pyinterp.core.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.