vector2xy#

classmethod LambertProjection.vector2xy(v: Vector3d | ndarray) ndarray[source]#

[Deprecated] Convert vector(s) from Cartesian to the Lambert projection.

Parameters:
v

Vectors of any shape as long as the last dimension is (3,).

Returns:
xy

Vectors in the square Lambert projection, of the same shape as the input vectors, with the last dimension as (2,).

Notes

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