Geohash

Contents

Geohash#

Geohash encoding, decoding, and utilities.

Classes#

GeoHash(self, lon, lat, precision)

Geohash: Base32 string encoding a rectangular geographic area.

Functions#

area(hash, spheroid)

Calculate the area covered by geohash codes.

bounding_boxes(-> object  -> object)

Overloaded function.

decode(hash, round)

Decode geohash strings into geographic coordinates.

encode(lon[, shape, writable, shape, writable])

Encode geographic coordinates into geohash strings.

to_xarray(hashes, data)

Get the XArray grid representing the GeoHash grid.

transform(hash[, precision])

Transform geohash codes between different precision levels.