显示标签为“地图”的博文。显示所有博文
显示标签为“地图”的博文。显示所有博文

2012-06-01

GoogleMaps谷歌地图搜索度分秒经纬度坐标格式ACDseeExiFGPS

在ACDsee中查看到的ExiF的GPS信息路,经纬度表示格式如下:
GSP 纬度参照      北纬
GPS 纬度          37, 20' 8.1351"
GSP 经度参照      东经
GPS 经度          112, 28'

当把这种格式的经纬度输入Google地图查询时,是查不到结果的。提示:
无法获悉这一地点 37, 20' 8.1351" ,112, t28' 1.689"
建议:
请确保所有城市、街道和地点名称无错别字。
请确保您的地址包含省、自治区、市、县、乡镇的名称。
试试去掉街道和街号后面过于冗长的部分。

起初我以为,必须把经纬度表示从度分秒转换为小数的度。为此还查了许多关于坐标的知识。这样也确实可行,但很麻烦。

结果今天在Google地图帮助中偶然地发现,原来"度分秒"、"度+小数分"、"小数度"格式的坐标,都可以直接搜索。但关键是,坐标书写要有一定格式:
“您可以利用 Google 地图搜索各种不同类型的地点,具体取决于您所在的位置。
坐标(例如:+38° 34' 24.00", -109° 32' 57.00")” 来源

即搜索度分秒格式的坐标,书写需要标清 ° ' "
其次,前面纬度后面经度,南纬西经加负号,中间可用逗号或者空格分隔。

不过Google Maps坐标默认使用小数度数
了解Google地图上的坐标
在地图上显示某个地方的方法有很多。例如,巴塞罗那圣家大教堂的维度和经度可以表示为:
度分秒:41° 24' 12.1674", 2° 10' 26.508"
度和十进制分:41 24.2028, 2 10.4418
小数度数:41.40338, 2.17403
Google 地图坐标采用小数度数来表示,这与最常用的地理信息系统的表示法一致。 链接

2012-05-20

Google地图地理经纬度坐标查询 DMS度分秒MinDec小数分DegDec小数分转换


经纬度坐标
赤道纬度(0°N)
东经正数,西经为负数
北纬为正数,南纬为负数。

通常表示地理坐标系时,前面是纬度后面是经度,
LAT.latitude,纬度
LON.longitude,经度
coordinate坐标

Google地图查看经纬度
地图上点鼠标右键,弹出右键菜单,选择最下面的“这儿是什么?”,即会在输入框中显示当前位置的小数格式坐标,有六位小数,前为纬度后经度。

在线转换经纬度:小数格式经纬度和度数格式经纬度转换
http://www.zhongguosou.com/zonghe/dili_jingweidu.html    @Troy at MSCBSC
其实换算也挺简单,经纬度的度分秒类似于时间的时分秒,比率都是60.

Mimee国外英语版的在线转换工具。
http://80calcs.pagesperso-orange.fr/Downloads/Mimee_online.html
Mimee is a program which can convert geographical coordinates between various datums and formats
D.ddd DegDec,degres decimal 小数度
D.MMmm MinDec,minute decimal 小数分
D.MMSSss DMS,degree minute second 度分秒

Geographic coordinate system
A geographic coordinate system is a coordinate system that enables every location on the Earth to be specified by a set of numbers.A common choice of coordinates is latitude, longitude and elevation.
地理坐标系统是一个能够使地球上第一个位置用一套数字来指定坐标系统。坐标的一般选择是纬度、经度和海拔。
The latitude (abbreviation: Lat., φ, or phi)
The Longitude (abbreviation: Long., λ, or lambda)
from:http://en.wikipedia.org/wiki/Geographic_coordinate_system

There are three basic forms of a coordinate.
Coordinate containing degrees (integer), minutes (integer), and seconds (integer, or real number) (DMS).
Coordinate containing degrees (integer) and minutes (real number) (MinDec).
Coordinate containing only degrees (real number) (DegDec).
All forms of coordinates are capable of representing the same amount of data and the same precision. Depending on which type of coordinate you are provided with, and which type you would like to work with, you may have to do some conversion.
http://en.wikipedia.org/wiki/Geographic_coordinate_conversion
有三种格式的坐标。
1.DMS 包含度(整数)、分(整数)和秒(整数或者实数)的坐标
2.MinDec 包含度(整数)、分(实数)的坐标
3.DegDec 仅包含度(实数)
所有格式的坐标能够代表相同数量的数据和相同的精度。针对你提供的坐标类型和你想要的类型,你需要做一些转换。
Conversion from DMS to Decimal Degree
Conversion from MinDec to Decimal Degree
Conversion from Decimal Degree to DMS

DMS,degree minute second 度分秒
MinDec,minute decimal 小数分
DegDec,degres decimal 小数度

GRS 80, or Geodetic Reference System 1980, is a geodetic reference system consisting of a global reference ellipsoid and a gravity field model.
WGS.World Geodetic System 世界坐标系
GPS所采用的坐标系是美国国防部1984世界坐标系,简称WGS-84。

A latitude of 0°0′0″ is neither North nor South. Similarly, a longitude of 0°0′0″ is neither East nor West. These are referred to as zero latitude or zero longitude.
0度0分0秒纬度,既不是北纬还是南纬。同样地,0度0分0秒经度,既不是东经也不是西经。它们被称作0度经度或0度纬度。