Package pygeodesy :: Module ltpTuples :: Class Ned
[frames] | no frames]

Class Ned

  object --+            
           |            
named._Named --+        
               |        
named._NamedBase --+    
                   |    
            _AbcBase --+
                       |
                      Ned
Known Subclasses:

Local North-Eeast-Down (NED) location in a local tangent plane.


See Also: Enu and Ltp.

Instance Methods
 
__init__(self, north_ned, east=0, down=0, ltp=None, **name)
New Ned vector.
 
to3ned(self)
DEPRECATED, use property ned4.
 
toRepr(self, prec=None, fmt='[%s]', sep=', ', **unused)
Return a string representation of this NED.
 
toStr(self, **prec_fmt_sep)
Return a string representation of this NED.
 
toVector3d(self)
DEPRECATED, use property xyz.

Inherited from _AbcBase: toAer, toEnu, toNed, toXyz

Inherited from named._NamedBase: __repr__, __str__, others

Inherited from named._Named: __imatmul__, __matmul__, __rmatmul__, attrs, classof, copy, dup, methodname, rename, renamed, toStr2

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties
  aer4
  azimuth
  bearing
  down
  east
  elevation
  groundrange
  length
  ned
  ned4
  north
  slantrange
  up
  x
  xyz4
  y
  z

Inherited from _AbcBase: ltp, xyz, xyz3, xyzLocal

Inherited from named._Named: classname, classnaming, iteration, name, named, named2, named3, named4, sizeof

Inherited from object: __class__

Method Details

__init__ (self, north_ned, east=0, down=0, ltp=None, **name)
(Constructor)

 

New Ned vector.

Arguments:
  • north_ned - Scalar North component (meter) or a previous local instance (Ned, Ned4Tuple, Aer, Aer4Tuple, Enu, Enu4Tuple, Local9Tuple, XyzLocal or Xyz4Tuple).
  • east - Scalar East component (meter), only used with scalar north_ned.
  • down - Scalar Down component, normal to inside surface of the ellipsoid or sphere (meter), only used with scalar north_ned.
  • ltp - The local tangent plane, (geodetic) origin (Ltp, LocalCartesian).
  • name - Optional name=NN (str).
Raises:
  • TypeError - Invalid north_ned or ltp.
  • UnitError - Invalid north_ned, east or down.
Overrides: object.__init__

to3ned (self)

 

DEPRECATED, use property ned4.

Decorators:
  • @deprecated_method

toRepr (self, prec=None, fmt='[%s]', sep=', ', **unused)

 

Return a string representation of this NED.

Arguments:
  • prec - Number of (decimal) digits, unstripped (int).
  • fmt - Enclosing backets format (str).
  • sep - Separator to join (str).
Returns:
This NED as "[N:meter, E:meter, D:meter]" (str).
Overrides: named._Named.toRepr

toStr (self, **prec_fmt_sep)

 

Return a string representation of this NED.

Arguments:
  • prec_fmt_sep - Keyword arguments prec=3 for the number of (decimal) digits, unstripped (int), fmt='[]' the enclosing backets format (str) and separator sep=", " to join (str).
Returns:
This NED as "[meter, meter, meter]" (str).
Overrides: named._Named.toStr

toVector3d (self)

 

DEPRECATED, use property xyz.

Decorators:
  • @deprecated_method

Property Details

aer4

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

azimuth

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

bearing

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

down

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

east

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

elevation

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

groundrange

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

length

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

ned

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

ned4

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

north

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

slantrange

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

up

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

x

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

xyz4

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

y

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.

z

Get method:
_fget(inst) - Get and cache/memoize the property value.
Set method:
_fset_error(inst, val) - Throws an AttributeError, always.
Delete Method:
_fdel(inst) - Zap the cached/memoized property value.