pyinterp.core.geohash.area#

pyinterp.core.geohash.area(hash: numpy.ndarray, wgs: pyinterp.core.geodetic.Spheroid | None = 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.