pyinterp.geohash.GeoHash.area

Contents

pyinterp.geohash.GeoHash.area#

GeoHash.area(self, spheroid: pyinterp.core.geometry.geographic.Spheroid | None = None) float#

Returns the area covered by this geohash.

Parameters:

wgs – Optional spheroid for area calculation. Defaults to None.

Returns:

The area of the geohash in square meters.

Return type:

float