coordtransform-rs 0.1.0

a rust library for coordinate transformation
Documentation
  • Coverage
  • 0%
    0 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 6.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • wyxloading/coordtransform-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • wyxloading

coordtransform

提供百度坐标系(bd-09)、火星坐标系(国测局坐标系、gcj02)、WGS84坐标系的相互转换

Usage

Add the following to your cargo.toml:

[dependencies]
coordtransform-rs = "0.1"
use coordtransform-rs::gcj02_to_wgs84;

println!(gcj02_to_wgs84(113, 25));