Package pygeodesy3 :: Package distances :: Module hausdorff :: Class HausdorffKarney
[frames] | no frames]

Class HausdorffKarney

        object --+        
                 |        
miscs.named._Named --+    
                     |    
             Hausdorff --+
                         |
                        HausdorffKarney

Compute the Hausdorff distance based on the angular distance in degrees from Karney's geographiclib Geodesic Inverse method.

Instance Methods
 
__init__(self, point1s, datum=None, seed=None, name='', **wrap)
New HausdorffKarney calculator.

Inherited from Hausdorff: directed, distance, point, symmetric

Inherited from miscs.named._Named: __imatmul__, __matmul__, __repr__, __rmatmul__, __str__, attrs, classof, copy, dup, methodname, rename, toRepr, toStr

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

Properties

Inherited from Hausdorff: adjust, datum, kwds, seed, units, wrap

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

Inherited from object: __class__

Method Details

__init__ (self, point1s, datum=None, seed=None, name='', **wrap)
(Constructor)

 

New HausdorffKarney calculator.

Arguments:
Raises:
  • ImportError - Package geographiclib missing.
  • TypeError - Invalid datum.
Overrides: object.__init__

See Also: Hausdorff.__init__ for details about point1s, seed, name and other exceptions.