[ 源代码: libgeo-coordinates-transform-perl ]
软件包:libgeo-coordinates-transform-perl(0.10-3)
libgeo-coordinates-transform-perl 的相关链接
Debian 的资源:
下载源码包 libgeo-coordinates-transform-perl:
- [libgeo-coordinates-transform-perl_0.10-3.dsc]
- [libgeo-coordinates-transform-perl_0.10.orig.tar.gz]
- [libgeo-coordinates-transform-perl_0.10-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Transform latitude/longitude between coordinate functions
There are several formats used to present geographic coordinates. For example:
* DMS Degrees:Minutes:Seconds (48 30 30, -117 30' 30")
* DM Degrees:Decimal-Minutes (48 30.5, -117 30.5'),
* DD Decimal-Degrees (48.5083333, -17.5083333)
Geo::Coordinates::Transform converts a list of provided latitude and longitude coordinates in any of the three formats above (mixed input is ok) and converts to the desired format.