https://github.com/hectormrc/orbit-simulator
A planetary orbit simulator.
https://github.com/hectormrc/orbit-simulator
Last synced: 25 days ago
JSON representation
A planetary orbit simulator.
- Host: GitHub
- URL: https://github.com/hectormrc/orbit-simulator
- Owner: HectorMRC
- License: mit
- Created: 2023-07-06T17:45:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T01:33:17.000Z (over 1 year ago)
- Last Synced: 2025-03-02T20:31:20.197Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!Note]
> This project is a fork of [`globe-rs`](https://github.com/HectorMRC/globe-rs).
# globe-rs
[](https://github.com/hectormrc/globe-rs/actions/workflows/ci.yml)
[](https://codecov.io/gh/hectormrc/globe-rs)
[](https://crates.io/crates/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](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, given the necessary operations for the conversion.