简体   繁体   English

如何将这些GPS坐标转换为有效的Google Maps坐标?

[英]How to convert these GPS co-ordinates into valid Google Maps cordinates?

I am getting GPS values from my GPS logger like this: 我正在从GPS记录器中获取GPS值,如下所示:

3250193.00 E
1115573.00 N

What type of GPS co-ordinates are these? 这些是什么类型的GPS坐标? They look like UTM co-ordinates. 它们看起来像UTM坐标。 How to decode them to proper Google Maps co-ordinates? 如何将它们解码为适当的Google Maps坐标?

Coordinate conversion isn't a trivial thing - you need to know what format your data is in before you start, and then use the appropriate geographic transformation. 坐标转换不是一件容易的事-在开始之前,您需要知道数据的格式,然后使用适当的地理转换。

Intro to the topic: http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000002mq000000 主题简介: http : //help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000002mq000000

Once you establish what data you're starting with you can use a library like GDAL to do the transformations: 一旦确定了要使用的数据,就可以使用GDAL之类的库进行转换:

http://www.gdal.org/ogr/osr_tutorial.html http://www.gdal.org/ogr/osr_tutorial.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM