jgd 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(); API documentation MIT license