
Geohash Explorer
+−. Leaflet | © OpenStreetMap contributors. GeoHash Explorer
Geohash Converter - Find and visualize your Geohash
A page with all the tooling you need to convert between (latitude, longitude) notation and the \ bounding boxes corresponding to any Geohash value. Presents both numeric outputs as well as a \ visual on the world map with an intuitive interface
Geohash.es - Geohash tools
Convert a geohash to coordinates, check its GeoJSON or WKT representation, visualize it in a map and much more
Geohash encoding/decoding - Movable Type
A geohash is a convenient way of expressing a location (anywhere in the world) using a short alphanumeric string, with greater precision obtained with longer strings. Enter latitude, longitude & precision to obtain geohash; enter geohash to obtain latitude/longitude.
Geohash - Wikipedia
Besides showing the latitude and longitude corresponding to the given Geohash, users who navigate to a Geohash at geohash.org are also presented with an embedded map, and may download a GPX file, or transfer the waypoint directly to certain GPS receivers.
Browse Geohashes on a map
Explore geohashes on an interactive map.
GeohashViz - Bulk Geohash Visualization Tool
Visualize multiple geohashes on an interactive map. Perfect for developers working with location-based data and geohashing algorithms.
实录国内4级(省级、地级、县级、乡级)城市geoHash_geohash
2021年3月26日 · 本文介绍如何通过4级行政区域数据,利用GeoHash算法获取中国乡级城市的经纬度,克服百度API配额限制,通过数据压缩和简化,从41615条减少到1.28M,实现高效存储和快速查询。 背景:因工作需求 需要通过经纬度确定所在城市,还要离线实现,翻阅资料了解到geoHash编码 可以满足需求,但是翻遍了网络 也 下了不少收费的数据,最多的只满足到 3级范围, 3级范围 实测中会出现偏差无法满足需求,故 需要使用4级geoHash的数据. geoHash 算法 …
GeoHash算法学习讲解、解析及原理分析 - 知乎 - 知乎专栏
Geohash其实就是将整个地图或者某个分割所得的区域进行一次划分,由于采用的是base32编码方式,即Geohash中的每一个字母或者数字(如wx4g0e中的w)都是由5bits组成(2^5 = 32,base32),这5bits可以有32中不同的组合(0~31),这样我们可以将整个地图区域分为32个 …
GeoHash处理经纬度,降维,空间填充曲线 - CSDN博客
2024年11月10日 · Geohash 是一种用于标识地理位置的编码方法。 它将经纬度坐标转换为一个简短的字符串,这个字符串可以用来表示地球上的任意位置。 Geohash 的特点是,编码的长度越长,表示的位置就越精确;反之,编码越短,则表示的位置范围就越大。 接下来我们来一起探究一下这是个什么东西,有什么用? 参考的文章讲的也是非常不错,这里就啰嗦整理一下,并引申一下了。 首先必须要从经纬度开始,我们都知道为了标记我们在地球上的位置,出现了经纬度,南 …