pyinterp.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.
Returns the eight neighbors of this GeoHash.
A list of GeoHash in the order N, NE, E, SE, S, SW, W, NW.