8000 GitHub - p4ken/jgd: Transform geodetic datums used in Japan.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

p4ken/jgd

Repository files navigation

jgd

crates.io

Transform geodetic datums used in Japan.

Getting started

cargo add jgd

Examples

use jgd::{LatLon, Tokyo};

let LatLon(lat, lon) = Tokyo::new(LatLon(35.0, 135.0))?
    .to_jgd2000()
    .to_jgd2011()
    .degrees();

About

Transform geodetic datums used in Japan.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0