9 releases

0.1.8 Aug 31, 2023
0.1.7 Aug 31, 2023
0.1.3 Jul 15, 2023

#598 in Algorithms

Download history 4/week @ 2024-02-21 5/week @ 2024-02-28 2/week @ 2024-03-13 20/week @ 2024-03-27 33/week @ 2024-04-03

53 downloads per month

MIT license

34KB
767 lines

globe-rs

Continuos Integration Code Coverage Crates.io: 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
~85K SLoC