当前位置:网站首页>Conversion du format de données GPS [facile à comprendre]
Conversion du format de données GPS [facile à comprendre]
2022-07-05 12:13:00 【Chef de station du programmeur de pile complète】
Bonjour tout le monde,On se revoit,Je suis ton ami, le chef de l'armée..
Il existe trois formats de latitude et de longitude:Degré、 Degré–Points、 Degré–Points–Secondes
1.)ddd.ddddd °【Degré.Degré Format】La partie décimale de(5Bits)
2.)ddd°mm.mmm’ 【Degrés.Points Format】La partie décimale de(3Bits) NMEADonnéesLe format est$GPGGAHeure,Je l'ai.gpsLes données sont les suivantes:(Degrés.Points)Format
3.) ddd°mm’ss’’ 【Degré.Points.Secondes Format】
Google Un troisième format est utilisé Degré.Points’Secondes’’
Conversion des degrés:
Convertir les données des unités de degré en données des unités de degré
Degré=Degré+Points/60
Par exemple: Longitude = 116°20.12’ Latitude = 39°12.34’
Longitude = 116 + 20.12 / 60 = 116.33533°
Latitude = 39 + 12.34 / 60 = 39.20567°
Conversion degrés - minutes - secondes:
Convertir les données des unités de degrés - minutes - secondes en données des unités de degrés
Degré=Degré+Points/60 +Secondes/60/60
Par exemple: Longitude = 116°20’43” Latitude = 39°12’37”
Longitude = 116 + 20 / 60 + 43/60/60 = 116.34528°
Latitude = 39 + 12 / 60 + 37/60/60 = 39.21028°
Éditeur:Programmeur de pile complète,Veuillez indiquer la source de la réimpression.:https://javaforall.cn/149207.htmlLien vers le texte original:https://javaforall.cn
边栏推荐
- Halcon template matching actual code (I)
- Complete activity switching according to sliding
- 1 plug-in to handle advertisements in web pages
- Wireless WiFi learning 8-channel transmitting remote control module
- Take you two minutes to quickly master the route and navigation of flutter
- 一类恒等式的应用(范德蒙德卷积与超几何函数)
- Select drop-down box realizes three-level linkage of provinces and cities in China
- 无线WIFI学习型8路发射遥控模块
- pytorch-softmax回归
- [calculation of loss in yolov3]
猜你喜欢

Reading notes of growth hacker

Intern position selection and simplified career development planning in Internet companies

Pytorch softmax regression

【使用TensorRT通过ONNX部署Pytorch项目】
![[singleshotmultiboxdetector (SSD, single step multi frame target detection)]](/img/c7/8ad64582e09683818171b625769f37.png)
[singleshotmultiboxdetector (SSD, single step multi frame target detection)]

Pytorch weight decay and dropout

Redis cluster (master-slave) brain crack and solution

Multi table operation - Auto Association query

Codeworks 5 questions per day (1700 average) - day 5

Liunx prohibit Ping explain the different usage of traceroute
随机推荐
[HDU 2096] 小明A+B
vscode快捷键
一类恒等式的应用(范德蒙德卷积与超几何函数)
Select drop-down box realizes three-level linkage of provinces and cities in China
【上采样方式-OpenCV插值】
【load dataset】
mmclassification 训练自定义数据
Swift - enables textview to be highly adaptive
1. Laravel creation project of PHP
Principle of persistence mechanism of redis
Take you two minutes to quickly master the route and navigation of flutter
Principle of redis cluster mode
yolov5目标检测神经网络——损失函数计算原理
splunk配置163邮箱告警
查看rancher中debug端口信息,并做IDEA Remote Jvm Debug
How can beginners learn flutter efficiently?
[deploy pytoch project through onnx using tensorrt]
Seven ways to achieve vertical centering
Course design of compilation principle --- formula calculator (a simple calculator with interface developed based on QT)
Matlab imoverlay function (burn binary mask into two-dimensional image)