gnomonic_to_lambert#

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

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

Parameters:
xy

Gnomonic coordinates.

Returns:
xy_lambert

Lambert coordinates.

Notes

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