9个版本
0.2.7 | 2024年3月22日 |
---|---|
0.2.6 | 2022年5月11日 |
0.2.5 | 2022年4月23日 |
0.1.0 | 2022年4月10日 |
#772 在 解析实现
每月下载量 MIT 许可证
688 行
Recoord
Recoord是一个坐标处理库,能够解析和序列化不同的坐标格式,例如
dms (50°10'20"N 10°25'30"E) 特性: format_dms
- dd (15.7445,20.345346) 特性:
format_dd
- geohash (ezs42) 特性:
format_geohash
- 它还可以使用Nominatim Openstreetmap API(启用“resolve_osm”功能)将地址解析为位置。
lib.rs
Recoord是为处理坐标而创建的
:
所有坐标都始终转换为纬度和经度的浮点格式
依赖关系
~4–15MB
~213K SLoC
format_dd? format_dms? regex