recoord

Crates.iorecoord
lib.rsrecoord
version0.2.8
sourcesrc
created_at2022-04-10 09:37:37.346267
updated_at2024-11-06 09:58:11.692033
descriptionHandle coordinates in different formats.
homepage
repositoryhttps://github.com/Snapstromegon/recoord
max_upload_size
id565009
size36,791
Raphael Höser (Snapstromegon)

documentation

README

Recoord

Recoord is a coordinate handling library with the ability to parse and serialize different coordinate formats like

  • dms (50°10'20"N 10°25'30"E) Feature: format_dms
  • dd (15.7445,20.345346) Feature: format_dd
  • geohash (ezs42) Feature: format_geohash

It's also able to optionally resolve adresses to locations using the Nominatim Openstreetmap API (enable the feature "resolve_osm" for this).

Commit count: 43

cargo fmt