geodetic_lat_from_reduced_lat#

Ellipsoid.geodetic_lat_from_reduced_lat(self, reduced_lat: double | ndarray[double]) double | ndarray[double]#

Vectorized conversion from reduced latitude \(\beta\) to geodetic latitude \(\phi\).

Applies the element‐wise C routine to scalars or 1-D arrays of \(\beta\).

Parameters:
reduced_latfloat or ndarray of float, shape (N,)

Reduced (parametric) latitude(s) \(\beta\) in radians.

Returns:
geodetic_latfloat or ndarray of float, shape (N,)

Geodetic latitude(s) \(\phi\) in radians.

See also

reduced_lat_from_geodetic_lat

Forward (φ → β), vectorized.