pyinterp.geohash.GeoHash.integer_value

pyinterp.geohash.GeoHash.integer_value#

GeoHash.integer_value(self, round: bool = False) int#

Returns the value of the integer64 stored in the geohash.

Parameters:

round – If True, returns rounded corner; otherwise centroid. Defaults to False.

Returns:

64-bit integer representation.

Return type:

int