This plugin adds four expression functions to work with geohash in the field calculator
This plugin adds four expression functions to work with geohash in the field calculator
geohash -> Calculate the GeoHash from a geometry
geohash_yx -> Calculate the GeoHash from y, x (latitude, longitude) coordinates.
geom_from_geohash ->Return a geometry from a GeoHash string. The geometry will be a polygon representing the GeoHash bounds.
point_from_geohash -> Return a point geometry from a GeoHash string. The point represents the center point of the GeoHash.
Plugin Tags