pyinterp.core.geohash.int64#

GeoHash encoded as integer 64 bits#

Functions

decode(hash[, precision, round])

Decode hash into a geographic points with the given precision.

encode(lon, lat[, precision])

Encode coordinates into geohash with the given precision.

neighbors(hash[, precision])

Returns all neighbors hash clockwise from north around northwest at the given precision.