xy2vector#

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

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

Parameters:
xy

Lambert coordinates.

Returns:
vectors

3D vectors.

Notes

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