Crates.io | globe-rs |
lib.rs | globe-rs |
version | 0.1.8 |
source | src |
created_at | 2023-07-06 18:01:04.114739 |
updated_at | 2023-08-31 20:43:36.399001 |
description | A library for the management of geographic coordinates |
homepage | |
repository | https://github.com/HectorMRC/globe-rs |
max_upload_size | |
id | 910160 |
size | 37,154 |
A library for the management of geographic coordinates.
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.