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 6d6db08 commit 38a7f8aCopy full SHA for 38a7f8a
pyproj/geod.py
@@ -1031,6 +1031,10 @@ def geometry_area_perimeter(
1031
1032
.. note:: lats should be in the range [-90 deg, 90 deg].
1033
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
+
1038
.. warning:: The area returned is signed with counter-clockwise (CCW) traversal
1039
being treated as positive. For polygons, holes should use the
1040
opposite traversal to the exterior (if the exterior is CCW, the
0 commit comments