Calculate the loxodrome angle between two points on Earth.
在地球上的两个点之间的计算的倾角螺旋角。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates the loxodrome angle (i.e rhumb line or constant compass heading) between two points on a sphere.
此函数计算在一个球体上的两个点之间的恒向线角(即恒向线或常量罗盘航向)。
用法----------Usage----------
NCEP.loxodrome(lat1,lat2,lon1,lon2)
参数----------Arguments----------
参数:lat1
A numeric value giving the starting latitude in decimal degrees.
一个数值,十进制度的纬度。
参数:lat2
A numeric value giving the ending latitude in decimal degrees.
一个数值,以十进制度纬度结束。
参数:lon1
A numeric value giving the starting longitude in decimal degrees.
给经度,以十进制度的数值。
参数:lon2
A numeric value giving the ending longitude in decimal degrees.
一个数值,以十进制度,东经结束。
Details
详细信息----------Details----------
This function calculates the loxodrome angle (i.e. rhumb line or constant compass heading) between two points on a sphere. Output is given in degrees from north.
此函数计算在一个球体上的两个点之间的恒向线角(即恒向线或常量罗盘航向)。从北以度输出。
值----------Value----------
A numeric value indicating the loxodrome angle between the two input points in degrees from north.
的数值表示的倾角螺旋角度从北两个输入点之间。
(作者)----------Author(s)----------
Michael U. Kemp <a href="mailto:M.U.Kemp@UvA.nl">M.U.Kemp@UvA.nl</a>