pyinterp.core.geodetic.Polygon.simplify¶
- Polygon.simplify(self: pyinterp.core.geodetic.Polygon, tolerance: float) pyinterp.core.geodetic.Polygon ¶
Simplifies a polygon.
- Parameters:
tolerance – The tolerance to use when simplifying the polygon.
- Returns:
The simplified polygon.