# geohash-int **Repository Path**: ticpas/geohash-int ## Basic Information - **Project Name**: geohash-int - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README geohash-int ====== A fast C99 [GeoHash](http://en.wikipedia.org/wiki/Geohash) library which only provide int64 hash result. You can use it to build a spatial index service with redis, like [Ardb](https://github.com/yinqiwen/ardb) already done. ## Embedding geohash-int Just copy all files into your project.