We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6db08 commit 95787e9Copy full SHA for 95787e9
pyproj/geod.py
@@ -1029,7 +1029,10 @@ def geometry_area_perimeter(
1029
the 2 loops in a figure-8 polygon will partially cancel. There's no need
1030
to "close" the polygon by repeating the first vertex.
1031
1032
- .. note:: lats should be in the range [-90 deg, 90 deg].
+ .. 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.
1036
1037
.. warning:: The area returned is signed with counter-clockwise (CCW) traversal
1038
being treated as positive. For polygons, holes should use the
0 commit comments