recoord 0.3.0

Handle coordinates in different formats.
Documentation
1
2
3
4
5
6
7
8
# 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](https://nominatim.openstreetmap.org/) (enable the feature "resolve_osm" for this).