feat: CoordConverter 坐标转换套件 v1.0.0

TXT / Excel(CSV) / SHP 三种格式任意互转
支持 WGS84 / CGCS2000 / Xian80 / Beijing54 / Web Mercator 坐标系转换

由 Mapo 🗺️ 自动生成
This commit is contained in:
2026-07-29 12:49:08 +08:00
commit e9f87fc693
26 changed files with 725 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
点号,经度,纬度,高程,描述
1,102.705584,25.045231,1892.5,起点
2,102.706215,25.045689,1890.1,拐点A
3,102.707892,25.044367,1891.8,拐点B
4,102.706983,25.043852,1893.2,拐点C
5,102.705012,25.044578,1892.0,终点
1 点号 经度 纬度 高程 描述
2 1 102.705584 25.045231 1892.5 起点
3 2 102.706215 25.045689 1890.1 拐点A
4 3 102.707892 25.044367 1891.8 拐点B
5 4 102.706983 25.043852 1893.2 拐点C
6 5 102.705012 25.044578 1892.0 终点