<?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>topic Re: Difference between !shape.area! and Calculate Geometry &amp;gt; area in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216943#M16680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does the file have a defined coordinate system?&amp;nbsp; problems in calculating shape geometry arise when there is no know coordinate system.&amp;nbsp; This is well documented on this site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 13:03:31 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-05-18T13:03:31Z</dc:date>
    <item>
      <title>Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216942#M16679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a shapefile with 62.000 polygons.&lt;/P&gt;&lt;P&gt;I have created two fields (Double) AREA1 and AREA2 with identical properties.&lt;/P&gt;&lt;P&gt;On &lt;STRONG&gt;AREA1&lt;/STRONG&gt; I have calculated the area of polygons with Calculate Geometry &amp;gt; area process.&lt;/P&gt;&lt;P&gt;On &lt;STRONG&gt;AREA2&lt;/STRONG&gt; I have calculated the area of polygons with Field calculator and the command: !shape.area!&lt;/P&gt;&lt;P&gt;When I compare the difference between the two fields ([AREA1] - [AREA2]), I find 30 polygons with no zero difference less than 0,01 square meters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different algorithm for these processes?&lt;/P&gt;&lt;P&gt;Does anyone know why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216942#M16679</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-18T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216943#M16680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does the file have a defined coordinate system?&amp;nbsp; problems in calculating shape geometry arise when there is no know coordinate system.&amp;nbsp; This is well documented on this site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:03:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216943#M16680</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-18T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216944#M16681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The shapefile has a coordinate system defined (Greek Grid).&lt;/P&gt;&lt;P&gt;I tried yesterday after publishing my question to calculate with and without defined Projection and the result was the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 06:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216944#M16681</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-19T06:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216945#M16682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two things to check&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the dataframe and file are in the same coordinate system&lt;/LI&gt;&lt;LI&gt;run a repair geometry on the file to correct any unseen geometry errors&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 10:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216945#M16682</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-19T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216946#M16683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The check geometry found no errors but I run Repair Geometry.&lt;/P&gt;&lt;P&gt;The dataframe in on the same coordinate system.&lt;/P&gt;&lt;P&gt;The difference remains!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 12:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216946#M16683</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-19T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216947#M16684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pagagiotis.... export and post a&amp;nbsp; sample, I would be interested in seeing this vagrant shape set since I am interested in computational geometry issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 12:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216947#M16684</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-19T12:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216948#M16685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of ArcMap are you running?&amp;nbsp; It always helps to know the versions of software we are discussing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 13:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216948#M16685</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-05-19T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216949#M16686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ArcMap 10.3.1 on Windows 10 Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216949#M16686</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-19T19:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216950#M16687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any chance on the sample geometry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216950#M16687</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-19T19:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216951#M16688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will provide it tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 20:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216951#M16688</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-19T20:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216952#M16689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 20:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216952#M16689</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-19T20:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216953#M16690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I had a small change on the parameters of the question.&lt;/P&gt;&lt;P&gt;First the problematic polygons are &lt;STRONG&gt;31&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The differences are on the 7th decimal (aka &lt;STRONG&gt;0,0000001&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;I know that this difference is quite small but the quality tests of the project that I work on does not want this kind of differences.&lt;/P&gt;&lt;P&gt;I also noticed that the calculation for &lt;STRONG&gt;AREA2&lt;/STRONG&gt; lasts from &lt;STRONG&gt;3 to 4&lt;/STRONG&gt; times more than &lt;STRONG&gt;AREA1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I attached the 31 polygons that have the difference, as requested.&lt;/P&gt;&lt;P&gt;&lt;A href="https://onedrive.live.com/redir?resid=AF5E4C8DEC50543E!457058&amp;amp;authkey=!AEIBlooHmQ1Fu-o&amp;amp;ithint=file%2czip"&gt;https://onedrive.live.com/redir?resid=AF5E4C8DEC50543E!457058&amp;amp;authkey=!AEIBlooHmQ1Fu-o&amp;amp;ithint=file%2czip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 21:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216953#M16690</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-19T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216954#M16691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running ArcMap 10.4 on Windows 7 x64 Enterprise Edition.&lt;/P&gt;&lt;P&gt;When I preview your shapefile in ArcCatalog, I don't see any differences at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="area_diffs.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201562_area_diffs.png" style="width: 620px; height: 231px; left-margin: 60px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 23:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216954#M16691</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-05-19T23:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216955#M16692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No errors... your problem is a display issue, your geometry is correct.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Area_comparison.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201547_Area_comparison.png" style="width: 620px; height: 539px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 00:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216955#M16692</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-20T00:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216956#M16693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies but....&lt;/P&gt;&lt;P&gt;As you can see on the following screanshot there errors and they are visible and countable.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="diffs1.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201578_diffs1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Also if you try to Select by attributes with &lt;STRONG&gt;AREA1 &amp;lt;&amp;gt; AREA2&lt;/STRONG&gt;, all polygons are selected.&lt;/P&gt;&lt;P&gt;And with ArcCatalog, on the view of the table, it uses the default size for decimals (6 digits), that's why you see only zeros.&lt;/P&gt;&lt;P&gt;As you can see there are a few polygons that have 0,000000000 as difference. I assume that the difference is even smaller (probably 0,0000000001). If you change the number format of the DIFF field in scientific, you will see the exact difference, as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="diffs2.jpg" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/201579_diffs2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The main question for this is WHY is it happening?&lt;/P&gt;&lt;P&gt;When we use Python programming, we want to automate the EXACT actions we do by hand.&lt;/P&gt;&lt;P&gt;If the Calculate Geometry tool, uses a different algorithm to calculate the area of a polygon related to the Pythonic syntax !shape.area!, then the least ESRI should do is to document it and explain WHY it happens.&lt;/P&gt;&lt;P&gt;The second step for all this would be to solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 05:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216956#M16693</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-20T05:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216957#M16694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps there is a slight difference ( very small) and in area terms is extremely tiny % of 1m2.&lt;/P&gt;&lt;P&gt;So, to be realistic, why not use whichever is quicker to calculate and round the result to 2 decimals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 07:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216957#M16694</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-05-20T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216958#M16695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&lt;/P&gt;&lt;P&gt;In real world, on the field of environmental and landuse surfaces, differences in area less than 1 square millimeter are negligible.&lt;/P&gt;&lt;P&gt;On the other hand, the fact that there is a difference is a problem.&lt;/P&gt;&lt;P&gt;When you calculate areas on the same polygons, on the same format (shapefile) and with the same program, the results must be the same.&lt;/P&gt;&lt;P&gt;At the same time, which of the two areas is the correct one, as long as they can't be both?&lt;/P&gt;&lt;P&gt;And when I have more than 100 shapefiles to calculate the area, I expected to be able to simulate the Calculate Geometry tool with the Calculate Field tool and the command !shape.area!.&lt;/P&gt;&lt;P&gt;Apparently, what I was expecting was not the case, and I will have to make the calculation manually but I think it should be documented by ESRI that the two algorithms are different and produce slightly different results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216958#M16695</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-20T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216959#M16696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are being unnecessarily pedantic. And in the real world, no one is mapping anything especially environmental or landuse variables to a resolution of 1 square millimeter. And your difference is a billion times smaller than that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216959#M16696</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-05-20T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216960#M16697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I calculated it several ways and the results were still the same... no difference ... I don't know what makes your installation different that all the rest of us, but I would investigate that as well.&amp;nbsp; PS, side the areas were in m^2, that area represents less than the area of a skin cell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216960#M16697</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-20T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between !shape.area! and Calculate Geometry &gt; area</title>
      <link>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216961#M16698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think I am pedantic.&lt;/P&gt;&lt;P&gt;If the produced shapefiles cannot pass the quality testing of our clients, we won't get paid.&lt;/P&gt;&lt;P&gt;In order to avoid this, I will have to explain why this is happening.&lt;/P&gt;&lt;P&gt;The options are two:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Wait ESRI to fix it.&lt;/LI&gt;&lt;LI&gt;Wait ESRI documented in detail, so that I can support the result.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;P.S.: Some differences are 0.0000001m&lt;SUP&gt;2&lt;/SUP&gt; that equals to 0,1mm&lt;SUP&gt;2&lt;BR /&gt;&lt;/SUP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 10:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/difference-between-shape-area-and-calculate/m-p/216961#M16698</guid>
      <dc:creator>ΠαναγιώτηςΠαπάζογλου</dc:creator>
      <dc:date>2016-05-20T10:39:03Z</dc:date>
    </item>
  </channel>
</rss>

