9 releases
0.1.8 | Aug 31, 2023 |
---|---|
0.1.7 | Aug 31, 2023 |
0.1.3 | Jul 15, 2023 |
#972 in Algorithms
60 downloads per month
34KB
767 lines
globe-rs
A library for the management of geographic coordinates.
About
This library provides a simple way to manipulate geographic coordinates while maintaining consistent values. Two coordinates systems are available: the geographic coordinate system, which is made up of latitude, longitude, and altitude. And the Cartesian coordinate system, which is the regular one for representing arbitrary points in a three-dimensional space. Both of them can be converted from one to the other without restrictions but assuming a precision error, given the necessary operations for the conversion.
Dependencies
~4MB
~83K SLoC