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

Module rhumbx

A pure Python version of Karney's C++ classes Rhumb and RhumbLine from GeographicLib version 2.0.

Class RhumbLine has been enhanced with methods intersection2 and nearestOn4 to iteratively find the intersection of two rhumb lines, respectively the nearest point on a rumb line along a geodesic or perpendicular rhumb line.

For more details, see the C++ GeographicLib documentation, especially the Class List, the background information on Rhumb lines, the utily RhumbSolve and Online rhumb line calculations.

Copyright (C) Charles Karney (2014-2022) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.


Version: 23.08.20

Classes
  Rhumb
Class to solve the direct and inverse rhumb problems, based on elliptic functions or Krüger series expansion.
  RhumbLine
Compute one or several points on a single rhumb line.
  RhumbOrder2Tuple
2-Tuple (RAorder, TMorder) with a Rhumb Area and Transverse Mercator order, both int, DEPRECATED.
Variables
  Caps = Caps()
  __all__ = _ALL_LAZY.rhumbx