An open API service indexing awesome lists of open source software.

https://github.com/hectormrc/geocart

A bridge between geographic and cartesian coordinates.
https://github.com/hectormrc/geocart

Last synced: over 1 year ago
JSON representation

A bridge between geographic and cartesian coordinates.

Awesome Lists containing this project

README

          

# geocart

[![Continuos Integration](https://github.com/hectormrc/geocart/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hectormrc/geocart/actions/workflows/ci.yml)
[![Code Coverage](https://codecov.io/github/hectormrc/geocart/coverage.svg?branch=main&token=)](https://codecov.io/gh/hectormrc/geocart)
[![Crates.io: geocart](https://img.shields.io/crates/v/geocart.svg)](https://crates.io/crates/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](https://en.wikipedia.org/wiki/Geographic_coordinate_system), which is made up of latitude, longitude, and altitude. And the [Cartesian coordinate system](https://en.wikipedia.org/wiki/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.