pyinterp.core.GeoHash.grid_properties¶
- static GeoHash.grid_properties(box: pyinterp.core.geodetic.Box, precision: int = 1) tuple[pyinterp.core.GeoHash, int, int] ¶
Gets the property of the grid covering the given box.
- Parameters:
box – Bounding box.
precision – Required accuracy. Default is 1.
- Returns:
the GeoHash of the minimum corner point, the number of squares in longitudes and latitudes.
- Return type:
A tuple of three elements containing