gcoord 0.1.0

地理坐标系转换工具:提供WGS84、GCJ02、BD09坐标系之间的转换。(Geographic Coordinate System Conversion Tool: Offers conversion between WGS84, GCJ02, and BD09 coordinate systems.)
Documentation
1
2
3
4
5
6
7
8
9
[package]

name = "gcoord"

version = "0.1.0"

edition = "2021"

authors = ["Zhaoyii <532708564@QQ.com>"]

description = "地理坐标系转换工具:提供WGS84、GCJ02、BD09坐标系之间的转换。(Geographic Coordinate System Conversion Tool: Offers conversion between WGS84, GCJ02, and BD09 coordinate systems.)"

license = "MIT"



[dependencies]