pyinterp.core.GeoHash.neighbors#

GeoHash.neighbors(self: pyinterp.core.GeoHash) List[pyinterp.core.GeoHash]#

Returns the eight neighbors of this GeoHash.

Returns:

A list of GeoHash in the order N, NE, E, SE, S, SW, W, NW.