pyinterp.geohash.where¶
- pyinterp.geohash.where(hash: numpy.ndarray) dict ¶
Returns the start and end indexes of the different GeoHash boxes.
- Parameters:
hash – GeoHash codes.
- Returns:
Dictionary between successive identical geohash codes and start and end indexes in the table provided as input.