pyinterp.core.geohash.area#
- pyinterp.core.geohash.area(hash: numpy.ndarray, wgs: Optional[pyinterp.core.geodetic.System] = None) numpy.ndarray[numpy.float64[m, 1]] #
Calculated the area caovered by the GeoHash codes.
- Parameters
hash – GeoHash codes.
wgs – WGS used to calculate the area. Defaults to WGS84.
- Returns
Calculated areas.