1 个仓库
Utilities for verifying that a string adheres to a specific geographic coding standard.
Distinct from String Format Validators: Distinct from generic string validators by specifically checking the structure of geocodes.
Explore 1 awesome GitHub repository matching web development · Geographic Code Validators. Refine with filters or upvote what's useful.
Open Location Code 是一个地理编码库和工具集,用于将全球经纬度坐标转换为标准化的、人类可读的字母数字数字地址,反之亦然。它作为一个离线位置编码系统,为地球上的任何位置生成唯一标识符,专门为缺乏正式街道地址或邮政系统的地区提供数字地址。 该系统作为无状态算法过程运行,允许在无需网络访问、互联网连接或外部数据库查找表的情况下对坐标进行编码和解码。它利用基于参考的缩短方式,通过省略基于附近参考点的公共前缀来减少地理标识符的长度。 该库包括用于双向地理编码转换和代码操作的实用工具。这些能力涵盖了位置字符串的验证、从缩短版本中恢复完整代码,以及将坐标转换为字母数字字符的分层网格。
Verifies whether a string is a valid sequence or a complete and well-formed location code.