pyinterp.GeoHash.grid#
- classmethod GeoHash.grid(box: Optional[pyinterp.geodetic.Box] = None, precision: int = 1) xarray.core.dataset.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.