Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | named._NamedBase --+ | latlonBase.LatLonBase --+ | ellipsoidalBase.LatLonEllipsoidalBase --+ | ellipsoidalBaseDI.LatLonEllipsoidalBaseDI --+ | LatLon
Using the formulae devised by Thaddeus Vincenty (1975) for an (oblate) ellipsoidal model of the earth to compute the geodesic distance and bearings between two given points or the destination point given an start point and (initial) bearing.
Set the earth model to be used with the keyword argument datum. The default is Datums.WGS84, which is the most globally accurate. For other models, see the Datums in module datum.
Note: This implementation of Vincenty methods may not converge
for some valid points, raising a VincentyError. In that case, a result may be obtained
by increasing the tolerance epsilon
and/or iteration
limit
, see properties LatLon.epsilon and LatLon.iterations.
Properties | |
Ecef Get the ECEF class (EcefVeness), lazily. |
|
epsilon Property to get and set the convergence epsilon ( radians ).
|
|
iterations Property to get and set the iteration limit ( int ).
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
DEPRECATED, use method initialBearingTo or bearingTo2.
|
Convert this point to
|
Property Details |
EcefGet the ECEF class (EcefVeness), lazily.
|
epsilonProperty to get and set the convergence epsilon
(
|
iterationsProperty to get and set the iteration limit (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 21 19:56:43 2021 | http://epydoc.sourceforge.net |