{"name": "Geohash Expressions Plugin", "package_name": "geohash_expressions", "description": "This plugin adds expression functions to work with geohash in the field calculator", "about": "This plugin adds expression functions to work with geohash in the field calculator:\n\n- geohash_from_geom | geohash -> Calculate the GeoHash from a geometry\n- geohash_yx -> Calculate the GeoHash from y, x (latitude, longitude) coordinates.\n- geom_from_geohash ->Return a geometry from a GeoHash string. The geometry will be a polygon representing the GeoHash bounds.\n- point_from_geohash -> Return a point geometry from a GeoHash string. The point represents the center point of the GeoHash.\n- geohash_neighbors -> Return an array of all the neighbors from a GeoHash string\n- geohash_neighbors_map -> Return a map of all the neighbors from a GeoHash string\n- geohash_(north|northeast|east|southeast|south|southwest|west|northwest) -> Return the specified cardinal point neighbor of a geohash string.\n\nIf you want to support my work, you can donate to me : https://ko-fi.com/valentinbuira", "homepage": "https://github.com/ValentinBuira/qgis-geohash-expressions-plugin", "repository": "https://github.com/ValentinBuira/qgis-geohash-expressions-plugin", "tracker": "https://github.com/ValentinBuira/qgis-geohash-expressions-plugin/issues", "author": "Valentin Buira", "tags": ["python", "expression", "geohash", "field-calculator"], "downloads": 3104, "latest_version": "0.3.1", "versions": [{"version": "0.3.1", "experimental": false, "qgis_min": "3.0.0", "qgis_max": "4.99.0", "downloads": 764, "uploaded_by": "valentinb", "upload_datetime": "2025-12-30T14:09:21.454611"}, {"version": "0.3", "experimental": false, "qgis_min": "3.0.0", "qgis_max": "4.99.0", "downloads": 82, "uploaded_by": "valentinb", "upload_datetime": "2025-12-29T14:47:53.715576"}, {"version": "0.2", "experimental": false, "qgis_min": "3.0.0", "qgis_max": "3.99.0", "downloads": 611, "uploaded_by": "valentinb", "upload_datetime": "2025-08-09T20:45:30.693394"}, {"version": "0.1", "experimental": false, "qgis_min": "3.0.0", "qgis_max": "3.99.0", "downloads": 1660, "uploaded_by": "valentinb", "upload_datetime": "2023-12-12T11:36:38.112288"}]}