Skip to content

Commit

Permalink
bandaid for polysurface docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Jul 17, 2024
1 parent 28d080c commit cf0ce45
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/api/02_polysurfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@

polygon_with_holes = shapely.Polygon(
[[-2, -2], [3, -2], [3, 2], [-2, 2], [-2, -2]],
holes=(
[
[0.0, 0.0],
[1.0, 1.0],
[2.0, 0.0],
[1.0, -1.0],
[0.0, 0.0],
],
),
)
polygon_with_holes_boolean = shapely.union(
polygon_with_holes - shapely.Point(-2, -2).buffer(2), shapely.Point(0, 2).buffer(1)
Expand Down

0 comments on commit cf0ce45

Please sign in to comment.