pyinterp.GeoHash.grid¶ classmethod GeoHash.grid(box: Box | None = None, precision: int = 1) → Dataset[source]¶ Return the GeoHash grid covering the provided box. Parameters: box – Bounding box. precision – Number of characters in the geohash. Default is 1. Returns: Grid of the geohash.