经纬度的semicircle单位

今天在处理佳明fit文件的时候,发现佳明用的gps的经纬度的单位是semicircle,而不是常见的度。后来在MSDN中找到相应的换算方法。

The World Geodetic System (WGS-84) coordinate system is a global standard that plots locations on earth by using an earth-fixed global reference frame. WGS-84 provides coordinates in relation to the center of the earth, compared with latitude and longitude coordinates that are determined by ground-based mathematical calculations. WGS-84 also uses various parameters, such as the shape of the geoid, the earth mass, and gravity, to calculate coordinates with improved accuracy.
A semicircle is a unit of location-based measurement on an arc. An arc of 180 degrees is made up of many semicircle units; 231 semicircles to be exact. A semicircle can be represented by a 32-bit number. This number can hold more information and is more accurate for GPS systems than a simple longitude and latitude value. Semicircles that correspond to North latitudes and East longitudes are indicated with positive values; semicircles that correspond to South latitudes and West longitudes are indicated with negative values.
The following formulas show how to convert between degrees and semicircles:
degrees = semicircles * ( 180 / 2^31 )
semicircles = degrees * ( 2^31 / 180 )

MSDN WGS84原文

  • 3
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值