pyinterp.core.GeoHash.neighbors#
- GeoHash.neighbors(self: pyinterp.core.GeoHash) list[pyinterp.core.GeoHash]#
Return the eight neighbors of this GeoHash.
- Returns:
A list of GeoHash in the order N, NE, E, SE, S, SW, W, NW.
Return the eight neighbors of this GeoHash.
A list of GeoHash in the order N, NE, E, SE, S, SW, W, NW.