We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ed815 commit 54320b0Copy full SHA for 54320b0
shapefile.py
@@ -96,7 +96,8 @@ def __repr__(self):
96
97
def signed_area(coords):
98
"""Return the signed area enclosed by a ring using the linear time
99
- algorithm at http://www.cgafaq.info/wiki/Polygon_Area. A value >= 0
+ algorithm at:
100
+ https://web.archive.org/web/20080209143651/http://cgafaq.info/wiki/Polygon_Area
101
indicates a counter-clockwise oriented ring.
102
"""
103
xs, ys = map(list, zip(*coords))
0 commit comments