<small id='KXJvQ'></small><noframes id='KXJvQ'>

    1. <i id='KXJvQ'><tr id='KXJvQ'><dt id='KXJvQ'><q id='KXJvQ'><span id='KXJvQ'><b id='KXJvQ'><form id='KXJvQ'><ins id='KXJvQ'></ins><ul id='KXJvQ'></ul><sub id='KXJvQ'></sub></form><legend id='KXJvQ'></legend><bdo id='KXJvQ'><pre id='KXJvQ'><center id='KXJvQ'></center></pre></bdo></b><th id='KXJvQ'></th></span></q></dt></tr></i><div id='KXJvQ'><tfoot id='KXJvQ'></tfoot><dl id='KXJvQ'><fieldset id='KXJvQ'></fieldset></dl></div>
        <bdo id='KXJvQ'></bdo><ul id='KXJvQ'></ul>
      <legend id='KXJvQ'><style id='KXJvQ'><dir id='KXJvQ'><q id='KXJvQ'></q></dir></style></legend>
      <tfoot id='KXJvQ'></tfoot>

        从十六进制数据转换回纬度 GREENTEL

        Convert Back Latitude from Hex data GREENTEL(从十六进制数据转换回纬度 GREENTEL)
        <legend id='FRMmM'><style id='FRMmM'><dir id='FRMmM'><q id='FRMmM'></q></dir></style></legend>

          <tbody id='FRMmM'></tbody>
        • <bdo id='FRMmM'></bdo><ul id='FRMmM'></ul>

          1. <tfoot id='FRMmM'></tfoot>
            • <small id='FRMmM'></small><noframes id='FRMmM'>

              <i id='FRMmM'><tr id='FRMmM'><dt id='FRMmM'><q id='FRMmM'><span id='FRMmM'><b id='FRMmM'><form id='FRMmM'><ins id='FRMmM'></ins><ul id='FRMmM'></ul><sub id='FRMmM'></sub></form><legend id='FRMmM'></legend><bdo id='FRMmM'><pre id='FRMmM'><center id='FRMmM'></center></pre></bdo></b><th id='FRMmM'></th></span></q></dt></tr></i><div id='FRMmM'><tfoot id='FRMmM'></tfoot><dl id='FRMmM'><fieldset id='FRMmM'></fieldset></dl></div>

                1. 本文介绍了从十六进制数据转换回纬度 GREENTEL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  目前我正在做一个基于 Django 和 GREENTEL 的 GPS 跟踪项目它使用这个协议http://www.m2msolution.eu/doc/Fejlesztoi_dokumentaciok/GT03/GPRS%20Communication%20Protocol_GT03.pdf

                  Currently I am doing a GPS Tracking project based on Django and GREENTEL It uses this protocol http://www.m2msolution.eu/doc/Fejlesztoi_dokumentaciok/GT03/GPRS%20Communication%20Protocol_GT03.pdf

                  它说如何将纬度/经度转换为十六进制.. 但我想将纬度十六进制数据转换为正常形式

                  It says how to convert Latitude/ Longitude to Hex.. but I want to convert latitude hex data to the normal form

                  转换方法:A 将纬度(度、分)数据从GPS模块变成了一种新的形式,仅以分钟为单位表示值;B 将转换后的值乘以 30000,然后转换结果为十六进制数.例如22°32.7658′,(22*60+32.7658)*30000 =40582974,然后将其转换为十六进制数0x026B3F3E

                  Conversion method: A Convert the latitude (degrees, minutes) data from GPS module into a new form which represents the value only in minutes; B Multiply the converted value by 30000, and then transform the result to hexadecimal number. For example 22°32.7658′,(22*60+32.7658)*30000 = 40582974,then convert it to hexadecimal number 0x026B3F3E

                  如何反转十六进制到纬度的转换?

                  how to reverse the hex to latitude conversion?

                  推荐答案

                  首先你得到十六进制,将它转换回以 10 为底,然后除以 30000.

                  First you get the hex, convert it back to base 10 and divide it by 30000.

                  得到结果并除以60,整数部分为度数,其余为分钟数.

                  Get the result and divide it by 60, the integer part will be the degrees, the rest will be the minutes.

                  在python中:

                  a = 0x026B3F3E
                  b = a/30000.0
                  degrees = b//60
                  minutes = b%60
                  
                  print degrees, ' degrees and ', minutes, 'minutes'
                  >>> 22.0  degrees and  32.7658 minutes
                  

                  这篇关于从十六进制数据转换回纬度 GREENTEL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Adding config modes to Plotly.Py offline - modebar(将配置模式添加到 Plotly.Py 离线 - 模式栏)
                  Plotly: How to style a plotly figure so that it doesn#39;t display gaps for missing dates?(Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙?)
                  python save plotly plot to local file and insert into html(python将绘图保存到本地文件并插入到html中)
                  Plotly: What color cycle does plotly express follow?(情节:情节表达遵循什么颜色循环?)
                  How to save plotly express plot into a html or static image file?(如何将情节表达图保存到 html 或静态图像文件中?)
                  Plotly: How to make a line plot from a pandas dataframe with a long or wide format?(Plotly:如何使用长格式或宽格式的 pandas 数据框制作线图?)
                    1. <small id='TmK44'></small><noframes id='TmK44'>

                            <tbody id='TmK44'></tbody>
                          <tfoot id='TmK44'></tfoot>

                          <legend id='TmK44'><style id='TmK44'><dir id='TmK44'><q id='TmK44'></q></dir></style></legend>
                            <bdo id='TmK44'></bdo><ul id='TmK44'></ul>
                            <i id='TmK44'><tr id='TmK44'><dt id='TmK44'><q id='TmK44'><span id='TmK44'><b id='TmK44'><form id='TmK44'><ins id='TmK44'></ins><ul id='TmK44'></ul><sub id='TmK44'></sub></form><legend id='TmK44'></legend><bdo id='TmK44'><pre id='TmK44'><center id='TmK44'></center></pre></bdo></b><th id='TmK44'></th></span></q></dt></tr></i><div id='TmK44'><tfoot id='TmK44'></tfoot><dl id='TmK44'><fieldset id='TmK44'></fieldset></dl></div>