lambert_to_gnomonic#

static LambertProjection.lambert_to_gnomonic(xy: ndarray) ndarray[source]#

[Deprecated] Convert (n, 2) array from Lambert via Cartesian coordinates to Gnomonic.

Parameters:
xy

Lambert coordinates.

Returns:
xy_gnomonic

Gnomonic coordinates.

Notes

Deprecated since version 0.8.0: Function lambert_to_gnomonic() is deprecated and will be removed in version 0.9.0.