Skip to content
/ jgd Public

Transform geodetic datums used in Japan.

License

Notifications You must be signed in to change notification settings

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