Package pygeodesy :: Module rhumbsolve
[frames] | no frames]

Module rhumbsolve

Wrapper to invoke Karney's RhumbSolve utility as an (exact) rhumb or rhumb line, but intended for testing purposes only.

Set env variable PYGEODESY_RHUMBSOLVE to the (fully qualified) path of the RhumbSolve executable.


Version: 22.09.12

Classes
  _RhumbSolveBase
(INTERNAL) Base class for RhumbSolve and RhumbLineSolve.
  RhumbSolve
Wrapper to invoke Karney's RhumbSolve, the Exact version of class pygeodesy.Rhumb.
  RhumbLineSolve
Wrapper to invoke Karney's RhumbSolve, the Exact version of class pygeodesy.RhumbLine.
  RhumbSolve7Tuple
7-Tuple (lat1, lon1, lat2, lon2, azi12, s12, S12) with lat- lat1, lat2 and longitudes lon1, lon2 of both points, the azimuth of the rhumb line azi12, the distance s12 and the area S12 under the rhumb line between both points.
Variables
  __all__ = _ALL_LAZY.rhumbsolve