pyinterp.geohash.GeoHash.neighbors

pyinterp.geohash.GeoHash.neighbors#

GeoHash.neighbors(self) list[pyinterp.core.geohash.GeoHash]#

Returns the eight neighbors of this geohash.

Returns:

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

Return type:

list[GeoHash]