| Crates.io | jgd |
| lib.rs | jgd |
| version | 0.3.0 |
| created_at | 2024-06-23 13:53:39.145702+00 |
| updated_at | 2024-10-14 07:00:30.403833+00 |
| description | Transform geodetic datums used in Japan |
| homepage | |
| repository | https://github.com/p4ken/jgd |
| max_upload_size | |
| id | 1281221 |
| size | 6,677,573 |
Transform geodetic datums used in Japan.
cargo add jgd
use jgd::{LatLon, Tokyo};
let LatLon(lat, lon) = Tokyo::new(LatLon(35.0, 135.0))?
.to_jgd2000()
.to_jgd2011()
.degrees();