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