Crates.io | map_3d |
lib.rs | map_3d |
version | 0.1.5 |
source | src |
created_at | 2020-05-10 16:17:15.404139 |
updated_at | 2022-07-13 13:57:39.087799 |
description | Library for 3D geographic coordinate transformation |
homepage | https://github.com/gberrante/map_3d |
repository | https://github.com/gberrante/map_3d |
max_upload_size | |
id | 239733 |
size | 56,647 |
This is a Rust library for geographic coordinate frame conversion. The implementation is similar to Pymap3d. All the functions are implemented in f64
precision.
Live demo: map 3d live demo
No external dependencies
The default units are:
We support several reference ellipsoids,
WGS84
is defined as the default one, obtained with Ellipsoid::default()
.
List of coordinates systems implemented in the functions:
Additional functions:
Haversine
formula) between two coordinates (lat, lon, in decimal degrees)