geohash_to_polygon¶
- HSTB.kluster.modules.georeference.geohash_to_polygon(ghash)¶
Take a geohash string and return the shapely polygon object that represents the geohash cell
- Parameters
ghash (
Union[str,bytes]) – string geohash or bytestring geohash- Returns
Polygon object for the geohash cell
- Return type
geometry.Polygon