We use extensions by Jeff Jenness to help create accurate and consistent area values for some pretty large features, but it would solve some integration issues if the Vincenty distance and area formulas could be added to the list of options to the python methods for area and distance.
The differences for an example polygon are shown below. The differences is small, but significant enough to make a difference.
Currently the options for the getArea method are :
PLANAR
GEODESIC
GREAT_ELLIPTIC
LOXODROME
It would be great if we could do this:
!Shape!.getArea("VINCENTY","HECTARES")!
Thanks also to Dan Mahr for a great article about Calculating Geodesic Areas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.