Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Ward <bcward@astutespruce.com>
  • Loading branch information
martinfleis and brendan-ward committed Jan 22, 2024
1 parent 5eb3690 commit fdda364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shapely/constructive.py
Expand Up @@ -873,8 +873,8 @@ def coverage_simplify(geometry, tolerance, simplify_boundary=True, **kwargs):
preserving a valid coverage. In the most simplified case, polygons are reduced to
triangles.
The function allows simplification of all edges inclduing the boundaries of the
coverage or simplification of the inner (shared) edges only.
The function allows simplification of all edges including the outer boundaries of the
coverage or simplification of only the inner (shared) edges.
Invalid polygons within the collections and geometry types other than MultiPolygons
or GeometryCollections of Polygons and MultiPolygons are returned unchanged.
Expand All @@ -890,7 +890,7 @@ def coverage_simplify(geometry, tolerance, simplify_boundary=True, **kwargs):
The degree of simplification roughly equal to the square root of the area
of triangles that will be removed.
simplify_boundary : bool, optional
By default (True), simplifiies both internal edges of the coverage as well
By default (True), simplifies both internal edges of the coverage as well
as its boundary. If set to False, only simplifies internal edges.
**kwargs
See :ref:`NumPy ufunc docs <ufuncs.kwargs>` for other keyword arguments.
Expand Down

0 comments on commit fdda364

Please sign in to comment.