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

Module rhumbx

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

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: 22.05.22

Classes
  Rhumb
Class to solve of the direct and inverse rhumb problems, accurately.
  RhumbError
Raised for an Rhumb or RhumbLine issue.
  _RhumbLine
(INTERNAL) Class RhumbLine
  RhumbLine
Compute one or more points on a single rhumb line.
  RhumbOrder2Tuple
2-Tuple (RAorder, TMorder) with a Rhumb Area and Transverse Mercator order, both int.
  Rhumb7Tuple
7-Tuple (lat1, lon1, lat2, lon2, azi12, s12, S12) with lat- lat1, lat2 and longitudes lon1_init__, lon2 of both points, the azimuth of the rhumb line azi12, the rhumb distance s12 and the area S12 under the rhumb line.
Variables
  Caps = Caps()