5.1.13. nvector.objects.Pvector

class Pvector(pvector, frame, scalar=None)[source]

Geographical position given as cartesian position vector in a frame.

__init__(pvector, frame, scalar=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(pvector, frame[, scalar])

Initialize self.

delta_to(other)

Returns cartesian delta vector from positions a to b decomposed in N.

to_ecef_vector()

Returns position as ECEFvector object.

to_geo_point()

Returns position as GeoPoint object.

to_nvector()

Returns position as Nvector object.

Attributes

azimuth

Azimuth in radian clockwise relative to the x-axis.

azimuth_deg

Azimuth in degree clockwise relative to the x-axis.

elevation

Elevation in radian relative to the xy-plane.

elevation_deg

Elevation in degree relative to the xy-plane.

length

Length of the pvector.