Skip to content

Commit 38a7f8a

Browse files
authored
DOC: update doc geometry_area_perimeter (#1489)
1 parent 6d6db08 commit 38a7f8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproj/geod.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,10 @@ def geometry_area_perimeter(
10311031
10321032
.. note:: lats should be in the range [-90 deg, 90 deg].
10331033
1034+
.. note:: | There are a few limitations :
1035+
| - only works with areas up to half the size of the globe ;
1036+
| - certain large polygons may return negative values.
1037+
10341038
.. warning:: The area returned is signed with counter-clockwise (CCW) traversal
10351039
being treated as positive. For polygons, holes should use the
10361040
opposite traversal to the exterior (if the exterior is CCW, the

0 commit comments

Comments
 (0)