<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Add &amp;quot;Vincenty&amp;quot; formulas to the Python getArea method in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idi-p/923553</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We use extensions by&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3877" target="_blank" rel="noopener"&gt;Jeff Jenness&lt;/A&gt;&amp;nbsp;to help create accurate and consistent area values for some pretty large features,&amp;nbsp;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The differences for an example polygon are shown below. &amp;nbsp;The differences is small, but significant enough to make a difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/308451_pastedImage_6.png" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently the options for the getArea method are :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PLANAR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;GEODESIC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;GREAT_ELLIPTIC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;LOXODROME&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PRESERVE_SHAPE&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be great if we could do this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!Shape!.getArea("VINCENTY","HECTARES")!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks also to &lt;A href="https://community.esri.com/migrated-users/24120" target="_blank" rel="noopener"&gt;Dan Mahr&lt;/A&gt;‌ for a great article about &lt;A href="http://dmahr.com/2015/07/geodesic-areas-arcmap-field-calculator/" target="_blank" rel="noopener"&gt;Calculating Geodesic Areas&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 21:17:07 GMT</pubDate>
    <dc:creator>GregHollard</dc:creator>
    <dc:date>2024-07-02T21:17:07Z</dc:date>
    <item>
      <title>Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idi-p/923553</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We use extensions by&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3877" target="_blank" rel="noopener"&gt;Jeff Jenness&lt;/A&gt;&amp;nbsp;to help create accurate and consistent area values for some pretty large features,&amp;nbsp;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The differences for an example polygon are shown below. &amp;nbsp;The differences is small, but significant enough to make a difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/308451_pastedImage_6.png" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently the options for the getArea method are :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PLANAR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;GEODESIC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;GREAT_ELLIPTIC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;LOXODROME&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PRESERVE_SHAPE&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be great if we could do this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!Shape!.getArea("VINCENTY","HECTARES")!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks also to &lt;A href="https://community.esri.com/migrated-users/24120" target="_blank" rel="noopener"&gt;Dan Mahr&lt;/A&gt;‌ for a great article about &lt;A href="http://dmahr.com/2015/07/geodesic-areas-arcmap-field-calculator/" target="_blank" rel="noopener"&gt;Calculating Geodesic Areas&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 21:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idi-p/923553</guid>
      <dc:creator>GregHollard</dc:creator>
      <dc:date>2024-07-02T21:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923554#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2017/01/24/vincenty"&gt;/blogs/dan_patterson/2017/01/24/vincenty&lt;/A&gt;&amp;nbsp;... distance done, shouldn't be to hard to extend &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 02:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923554#M633</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-25T02:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923555#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I see spherical as part of the name, I assume that a sphere is being used as the model of the Earth. If that's the case, I would expect different results. According to the help document for his Tools for Graphics and Shapes, the tool converts a spheroid/ellipsoid to a sphere of equal volume (p73). To calculate areas, I would expect a conversion to an authalic sphere instead--same surface area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 17:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923555#M634</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2017-01-25T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923556#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see your point, but I'm not in a position to argue with either the legal process that requires these functions to be used or with the research done to produce the functions in the first place. I'm just looking for the best way to include these functions in the ArcGIS Platform so we can streamline our processes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 00:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923556#M635</guid>
      <dc:creator>GregHollard</dc:creator>
      <dc:date>2017-01-26T00:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923557#M636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe &lt;A href="https://community.esri.com/migrated-users/3120"&gt;Melita Kennedy&lt;/A&gt;‌ could comment on this link to see if it would be the proper implementation or a variant&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://link.springer.com/article/10.1007/s00190-012-0578-z" title="http://link.springer.com/article/10.1007/s00190-012-0578-z"&gt;Algorithms for geodesics | SpringerLink&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or it you could provide the link to Jeff's implementation, translating from Avenue if they were from ArcView 3.x wouldn't be a problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 01:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923557#M636</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-26T01:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923558#M637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used Vincenty distance from a Python module, see this sample for Pro:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8" title="http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8"&gt;http://www.arcgis.com/home/item.html?id=da9efbe1232f426ead182213f53c8cd8&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923558#M637</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-01-26T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923559#M638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have yours linked on my blog, there are several incarnations for distance... the implementation I used was nice since students could follow along with the formula and the code and see how they related. &amp;nbsp;The only problem with that one, is it uses an iterative solution, which is ok. &amp;nbsp;The reference link I posted is supposed to be non-iterative, but the equations would make a mathematicians head bleed, so I was curious to see what esri used for area which is less well documented&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923559#M638</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-26T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923560#M639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's fine. I'm not up on the math, but there's a mention of an authalic sphere, so my guess is that Karney is doing a similar solve-triangles but on a equal surface area sphere. I think it's probably more accurate than Jenness. When my colleague was looking at doing direct area calculation on an ellipsoid, he couldn't get a stable implementation. We're using a mix of geodesic calculations and ellipsoid-based equal area projections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/241298"&gt;Greg Hollard&lt;/A&gt;‌&amp;nbsp;Was the data in a pcs when you ran the planar getArea calculation? If so, what was it? If it wasn't equal area, could you run it again for me? Could you explain further about the legal ramifications? Is there legislation that Jenness's method must be used? Or that the same method used previously must be used? Or? Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 21:43:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923560#M639</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2017-01-26T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923561#M640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is projected&amp;nbsp;in the New Zealand Transverse Mercator Projection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The legal ramifications have to do with the calculation of fees for permits.&amp;nbsp; A lot of work was done to select a process that would give a consistent value for areas&amp;nbsp;within the&amp;nbsp;5.7 million square kilometres of our&amp;nbsp;Exclusive Economic Zone and extended continental shelf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923561#M640</guid>
      <dc:creator>GregHollard</dc:creator>
      <dc:date>2017-03-23T00:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923562#M641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg, Melita is out until the 27th.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 15:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/923562#M641</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-03-23T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add "Vincenty" formulas to the Python getArea method - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/1552503#M32549</link>
      <description>&lt;DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN data-ogsc="black" data-olk-copy-source="MessageBody"&gt;Thank you for submitting your idea to add Vincenty to distance and area calculation methods of&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN data-ogsc="black"&gt;Geometry&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN data-ogsc="black"&gt;&amp;nbsp;objects. We appreciate your suggestion and the time you took to provide detailed feedback.&amp;nbsp;However, after carefully evaluating the request, we have decided against this for several reasons.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN data-ogsc="black"&gt;1. Vincenty did not publish formulas for area calculations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN data-ogsc="black"&gt;2. The area method published by Jeff Jenness in the&amp;nbsp;&lt;A href="https://www.jennessent.com/downloads/Graphics_Shapes_Manual_A4.pdf" target="_blank" rel="noopener" data-auth="NotApplicable" data-linkindex="0" data-ogsc=""&gt;Tools for Graphics and Shapes&lt;/A&gt;&amp;nbsp;manual is less accurate than our methods (see notes on page 19, where method assumes sphere for spheroid). The&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN data-ogsc="black"&gt;preserve_shape&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN data-ogsc="black"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN data-ogsc="black"&gt;geodesic&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN data-ogsc="black"&gt;&amp;nbsp;methods of&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;SPAN data-ogsc="black"&gt;getArea&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN data-ogsc="black"&gt;&amp;nbsp;are the most accurate.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN data-ogsc="black"&gt;3. &lt;/SPAN&gt;&lt;SPAN data-ogsc="black"&gt;Vincenty length is given with the&amp;nbsp;&lt;CODE&gt;geodesic&lt;/CODE&gt;&amp;nbsp;method for&amp;nbsp;&lt;CODE&gt;getLength&lt;/CODE&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;After careful consideration, we regret to inform you that we will not be implementing this idea at this time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_MsoNormal"&gt;&lt;SPAN&gt;Thank you again for your contribution and understanding, and apologies for our long delay in answering. Let us know if you have further questions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Oct 2024 14:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-quot-vincenty-quot-formulas-to-the-python/idc-p/1552503#M32549</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2024-10-29T14:18:31Z</dc:date>
    </item>
  </channel>
</rss>

