pyinterp.core.geohash.where#

pyinterp.core.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.