Home | Trees | Indices | Help |
|
---|
|
object --+ | tuple --+ | object --+ | | | named._Named --+ | named._NamedTuple --+ | Distance4Tuple
4-Tuple (distance2, delta_lat, delta_lon, unroll_lon2)
with the distance in degrees squared
, the latitudinal
delta_lat = lat2 - lat1
, the wrapped, unrolled
and adjusted longitudinal delta_lon = lon2 -
lon1
and unroll_lon2
, the unrolled or original
lon2
.
Note:
Use Function pygeodesy.degrees2m to convert degrees
squared
to meter
as degrees2m(sqrt(distance2), ...) or degrees2m(hypot(delta_lat, delta_lon), ...).
Instance Methods | |
Inherited from Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Class Variables | |
_Names_ =
Tuple specifying the name of each
Named-Tuple item.
|
|
_Units_ =
Tuple defining the units of the value of each
Named-Tuple item.
|
Properties | |
Inherited from Inherited from Inherited from |
Class Variable Details |
_Names_Tuple specifying the Note: Specify at least 2 item names.
|
_Units_Tuple defining the Note:
The
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 21 19:56:45 2021 | http://epydoc.sourceforge.net |