10 releases
| 0.2.8 | Nov 6, 2024 |
|---|---|
| 0.2.7 | Mar 22, 2024 |
| 0.2.6 | May 11, 2022 |
| 0.2.5 | Apr 23, 2022 |
| 0.1.0 | Apr 10, 2022 |
#939 in Parser implementations
36KB
688 lines
Recoord is a create for handling work with coordinates
All corrdinates are always converted to the latitude and longitude float format
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).
Dependencies
~4–17MB
~210K SLoC