globe-rs

Crates.ioglobe-rs
lib.rsglobe-rs
version0.1.8
sourcesrc
created_at2023-07-06 18:01:04.114739
updated_at2023-08-31 20:43:36.399001
descriptionA library for the management of geographic coordinates
homepage
repositoryhttps://github.com/HectorMRC/globe-rs
max_upload_size
id910160
size37,154
Hèctor Morales Carnicé (HectorMRC)

documentation

README

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.

Commit count: 25

cargo fmt