#coordinates #geographic #cartesian #bridge #latitude #longitude #altitude

geocart

A bridge between geographic and cartesian coordinates

1 unstable release

new 0.1.0 Mar 4, 2025

#99 in Geospatial

Download history 100/week @ 2025-03-01

100 downloads per month

MIT license

40KB
900 lines

geocart

Continuos Integration Code Coverage Crates.io: geocart

A bridge between geographic and cartesian 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.

Dependencies

~155KB