9 releases

0.2.7 Mar 22, 2024
0.2.6 May 11, 2022
0.2.5 Apr 23, 2022
0.1.0 Apr 10, 2022

#550 in Encoding

Download history 1/week @ 2024-02-20 18/week @ 2024-02-27 115/week @ 2024-03-19 2/week @ 2024-03-26 16/week @ 2024-04-02

133 downloads per month

MIT license

36KB
688 lines

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).


lib.rs:

Recoord is a create for handling work with coordinates

All corrdinates are always converted to the latitude and longitude float format

Dependencies

~4–18MB
~243K SLoC