pyinterp.core.GeoHash.area#
- GeoHash.area(self: pyinterp.core.GeoHash, wgs: pyinterp.core.geodetic.Spheroid | None = None) float#
Return the area covered by this GeoHash.
- Parameters:
wgs – WGS used to calculate the area. Defaults to WGS84.
- Returns:
Calculated area in square meters.