geohash:Golang geohash库

时间:2021-04-23 11:11:01
【文件属性】:
文件名称:geohash:Golang geohash库
文件大小:356KB
文件格式:ZIP
更新时间:2021-04-23 11:11:01
golang geohash Go 哈希 Go 库提供字符串和整数geohash的编码和解码。 安装 使用以下方法获取软件包 go get github.com/mmcloughlin/geohash 并将其导入到您的程序中 import "github.com/mmcloughlin/geohash" 用法 func ConvertIntToString func ConvertIntToString ( hash uint64 , chars uint ) string ConvertIntToString将整数geohash转换为具有chars字符的等效字符串geohash。 提供的整数geohash被解释为具有5 * chars的精度。 func ConvertStringToInt func ConvertStringToInt ( hash string ) ( uint64 , uint ) Conve
【文件预览】:
geohash-master
----.travis.yml(388B)
----neighbors_testcases_test.go(270KB)
----testcases_test.go(273KB)
----README.tmpl(885B)
----asm_x86.s(925B)
----decodecases_test.go(286KB)
----example_test.go(2KB)
----geohash_x86.go(630B)
----util_test.go(1KB)
----LICENSE(1KB)
----geohash_test.go(5KB)
----.appveyor.yml(213B)
----geohash.go(10KB)
----extensive_test.go(4KB)
----.gitignore(280B)
----README.md(5KB)
----stubs.s(177B)
----base32.go(1KB)
----go.mod(38B)
----benchmark_test.go(1KB)

网友评论