dask_geopandas.GeoSeries.geohash

dask_geopandas.GeoSeries.geohash#

GeoSeries.geohash(as_string=True, precision=12)#

Calculate geohash based on the middle points of the geometry bounds for a given precision. Only geographic coordinates (longitude, latitude) are supported.

Parameters:
as_stringbool, default True

To return string or int Geohash.

precisionint (1 - 12), default 12

Precision of the string geohash values. Only used when as_string=True.

Returns:
typepandas.Series

Series containing Geohash