坐标转换
文章平均质量分 58
ISpaceART
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python 版本百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)和WGS84坐标相互转换
chinacoordtran for python Python 版本百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)和WGS84坐标相互转换 运行环境 支持Python2.X 和Python3.X 安装方式 pip install chinacoordtran 引用方式 from chinacoordtran import gcj02towgs84 from chinacoordtran import wgs84togcj02 from chinacoordtran import gcj02to原创 2021-06-30 10:57:27 · 875 阅读 · 0 评论 -
基于ArcPy Python工具箱 百度坐标、国测局坐标和WGS84坐标 空间图层相互转换
ChinaCoordTran for Python Toolbox 基于ArcPy Python工具箱 百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)和WGS84坐标 空间图层相互转换 注意事项 运行环境 基于ArcGIS 桌面环境 ArcGIS Desktop 或者ArcGIS Pro, 支持Python2.X 和Python3.X 目录 ChinaCoordTran工具箱 Point工具类 PolyLine工具类 Polygon工具类 转换效果 ChinaCoordTran工具箱原创 2021-06-17 15:38:14 · 460 阅读 · 0 评论 -
基于TypeScript 百度坐标、国测局坐标和WGS84坐标相互转换
ChinaCoordTrans 提供了百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换 注意事项 编译命令 npm run build:release NPM发布 npm publish NPM删除 npm unpublish chinacoordtrans@1.0.0 引用方式 npm import * as ChinaCoordTrans from 'chinacoordtrans' 普通js <script src="./ChinaCoordTra原创 2021-06-17 14:48:25 · 748 阅读 · 0 评论
分享