Skip to content

Commit 95787e9

Browse files
committed
update doc for pyproj4#1400
1 parent 6d6db08 commit 95787e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproj/geod.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,10 @@ def geometry_area_perimeter(
10291029
the 2 loops in a figure-8 polygon will partially cancel. There's no need
10301030
to "close" the polygon by repeating the first vertex.
10311031
1032-
.. note:: lats should be in the range [-90 deg, 90 deg].
1032+
.. note:: | There are a few limitations :
1033+
| - lats should be in the range [-90 deg, 90 deg] ;
1034+
| - only works with areas up to half the size of the globe ;
1035+
| - certain large polygons may return negative values.
10331036
10341037
.. warning:: The area returned is signed with counter-clockwise (CCW) traversal
10351038
being treated as positive. For polygons, holes should use the

0 commit comments

Comments
 (0)