Calculate area of arbitrary polygon on Earth's surface #1401
Labels
documentation
Docs need updating
proj
Bug or issue related to PROJ
proposal
Idea for a new feature.
question
geometry_area_perimeter
has limitations that means it cannot calculate the area of many polygons:https://pyproj4.github.io/pyproj/stable/api/geod.html#pyproj.Geod.geometry_area_perimeter
Suggestion:
A method/function/class that allows calculation of the area of a polygon anywhere on the earth's surface (in m^2). Should scale up to global-coverage sized polygons.
This is a fairly commonly sought use-case: https://gis.stackexchange.com/questions/127607/calculating-area-in-km%C2%B2-for-polygon-in-wkt-using-python - I don't believe any of the answers on there work any more, so maybe this should be a bug (regression), rather than a feature request?
The text was updated successfully, but these errors were encountered: