Home | Trees | Indices | Help |
|
---|
|
A pure Python version of Karney's C++ classes Rhumb and RhumbLine from GeographicLib version 2.2+.
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 2.2 GeographicLib documentation, especially the Class List, the background information on Rhumb lines, utility RhumbSolve and Online rhumb line calculations.
Copyright (C) Charles Karney (2022-2023) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.
Note: Class AuxDST requires package numpy to be installed, version 1.16 or newer and needed for exact area calculations.
Version: 23.08.20
Classes | |
RhumbAux Class to solve the direct and inverse rhumb problems, based on Auxiliary Latitudes for accuracy near the poles. |
|
RhumbLineAux Compute one or several points on a single rhumb line. |
Variables | |
Caps = Caps()
|
|
__all__ = _ALL_LAZY.rhumbaux
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 20 14:42:07 2023 | http://epydoc.sourceforge.net |