wolfboyyang / dms-coordinates

:earth_africa: D°M'S'' coordinates in Rust for navigation and cartography applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMS Coordinates

Rust crates.io crates.io
crates.io License License

Rust Crate for D°M'S" coordinates manipulation, used in navigation ⛵ ✈️ 🚢

This crate exposes several structures

  • Cardinal points of a compass rose
  • D° M' S" to represent an angle as Degrees, Minutes and fractionnal seconds, so called "sexagesimal" format, with an optionnal Cardinal. This object can be used to represent Latitude / Longitude angles
  • DMS 3D comprises a Latitude, a Longitude angle and optionnal altitude (3D coordinates)

Features

  • std: this lib supports "no-std" by default
  • serde: enable DMS, DMS3d, Cardinal serdes ops, requires "std"
  • gpx: enables cast from Waypoint to DMS3D, requires "std"

Other solutions 🦀

Other solutions exist nowadays in Rust to deal with sexagesimal coordiantes.
The geodesy library is one of them, and most likely more consistent than this library.
The sole interest you can find here is the few dependencies that this library has.

About

:earth_africa: D°M'S'' coordinates in Rust for navigation and cartography applications

License:Apache License 2.0


Languages

Language:Rust 100.0%