nadar/swiss-coordinates
Composer 安装命令:
composer require nadar/swiss-coordinates
包简介
Converting swiss coordinates to Lat/Long global coordinates.
关键字:
README 文档
README
Wrapper class with composer support based on http://www.swisstopo.admin.ch/internet/swisstopo/de/home/products/software/products/skripts.html
Informations about coordinates:
- Lat/Long = Latitude And Longitude
- WGS = Word Geodetic System
- Lat = Y-Axis
- Long = X-Axis
Example swiss coordinates:
- Rigi: Y = 679520, X = 212273
- Zürich-Seebach: Y = 684592, X = 252857
Installation
composer require nadar/swiss-coordinates
Usage example:
use swisscoordinates\Converter; echo Converter::CHtoWGSlat(679520, 212273); // 47.056709 echo Converter::CHtoWGSlong(679520, 212273); // 8.485306
统计信息
- 总下载量: 662
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-18