This plugin adds expression functions to work with geohash in the field calculator
This plugin adds expression functions to work with geohash in the field calculator:
- geohash_from_geom | 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.
- geohash_neighbors -> Return an array of all the neighbors from a GeoHash string
- geohash_neighbors_map -> Return a map of all the neighbors from a GeoHash string
- geohash_(north|northeast|east|southeast|south|southwest|west|northwest) -> Return the specified cardinal point neighbor of a geohash string.
If you want to support my work, you can donate to me : https://ko-fi.com/valentinbuira
Plugin Tags