Crates.io | coordfmt |
lib.rs | coordfmt |
version | 0.3.1 |
created_at | 2025-09-14 12:17:16.767018+00 |
updated_at | 2025-09-24 17:14:13.937352+00 |
description | CLI and library for geographic coordinates format conversions |
homepage | |
repository | https://gitlab.com/misteffens/coordfmt |
max_upload_size | |
id | 1838681 |
size | 145,854 |
Mixed rust crate for converting latitude and longitude representations.
Provides
Format identifier | Example | Used in |
---|---|---|
decimal | 50.894361, 10.955342 |
https://maps.google.com |
dms | 50°53'39.70''N 10°57'19.23''E |
Degrees, minutes, seconds |
fl95 | N 50 53.7 E 010 57.3 |
https://fl95.de |
fpl | 5054N01057E |
AIS flight plans |
notam | 505340N 0105719E |
AIS NOTAMs |
Dependency: pandoc.
Build crate including manual page:
cargo build --features man
Output is written into target/man
.
cargo install coordfmt
Dependencies: feature man
, cargo-deb.
Example:
cargo deb
Dependencies: feature man
, cargo-generate-rpm.
Example:
cargo build --release --features man
cargo generate-rpm