<?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: Calculate Geometry Attributes Tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146903#M11455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I found this! It saved me further frustration. Hope the leg is better Mike.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:25:20 GMT</pubDate>
    <dc:creator>WheatonAdmin</dc:creator>
    <dc:date>2020-09-28T16:25:20Z</dc:date>
    <item>
      <title>Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146893#M11445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running on an install of ArcGIS Desktop 10.6 ArcInfo Licence. I am not seeing the Calculate Geometry Attributes tool in the toolbox under Data Management Tools--&amp;gt;Features Toolset--&amp;gt;Calculate Geometry Attributes. I am also getting an error in the Python console in Desktop when I try to execute the tool out of the Arcpy module. According to the help page, this should have come with ArcGIS Desktop 10.6. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help Page: &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-geometry-attributes.htm"&gt;Calculate Geometry Attributes—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146893#M11445</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2018-12-20T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146894#M11446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is helpful to post there errors since there can be many different error messages.&amp;nbsp; Also, can you post a screenshot from ArcGIS Administrator showing how your installation is licensed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146894#M11446</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-20T16:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146895#M11447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typical error indicating the tool has not been installed (does not exist):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime error &lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;AttributeError: 'module' object has no attribute 'CalculateGeometryAttributes_management'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the install, it's a full enterprise setup, centrally managed so I do not have access to Administrator. Basically my first question is, should the tool be packaged with 10.6. From there, I can troubleshoot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 16:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146895#M11447</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2018-12-20T16:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146896#M11448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Administrator is installed on the client as part of Desktop.&amp;nbsp; Even on locked down enterprise PCs, the application is present and almost always can be launched, it is usually locked down so changes can't be made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried running a repair on your installation?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 17:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146896#M11448</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-20T17:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146897#M11449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running ArcGIS Desktop 10.6? Do you see that tool in your installation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 17:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146897#M11449</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2018-12-20T17:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146898#M11450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcMap/ArcCatalog, the tool has always been Add Geometry Attributes, and it continues to have that name in 10.6.x.&amp;nbsp; The named was changed to Calculate Geometry Attributes in ArcGIS Pro.&amp;nbsp; The documentation is incorrect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 17:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146898#M11450</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-20T17:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146899#M11451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears they are different tools. The Add Geometry Attributes will create &lt;STRONG&gt;new fields&lt;/STRONG&gt; and calculates the geometry. The Calculate Geometry Attributes appears to update &lt;STRONG&gt;existing fields&lt;/STRONG&gt; which is what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if you are right, though, in the fact that the help document shouldn't exist for Desktop? It's interesting that they have the drop down at the top of the help page where you can change to whichever version of desktop you are using to get the applicable help document. In the case of the Calculate Geometry, it shows that versions older than 10.6 are greyed out, but 10.6 is a validate selection. The Add geometry help page shows that it's been around at least since 10.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully someone from @ESRI will chime in and clarify this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 18:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146899#M11451</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2018-12-20T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146900#M11452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked in 10.6 for the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-geometry-attributes.htm"&gt;CalculateGeometry&lt;/A&gt; tool and could not find it.&amp;nbsp; I was wondering if it was &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/get-started/introduction/whats-new-in-arcgis.htm"&gt;new in 10.6.1&lt;/A&gt;,&amp;nbsp;but it was not in the listed enhancements.&amp;nbsp; The documentation may be incorrect, perhaps just ported over from Pro. The license level info, normally at the bottom of the page, was missing as well.&amp;nbsp; Pro indicated the tool was available at all levels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 06:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146900#M11452</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2018-12-21T06:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146901#M11453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting the number of curves per feature is very useful information that I have been able to use in Pro.&amp;nbsp; It does mention desktop 10.6, so will this get into ArcMap 10.whatever, if it is not in 10.6.x?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 11:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146901#M11453</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-12-21T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146902#M11454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick update. I contacted ESRI and they logged a bug for me. I received a response today from them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Esri Inc has confirmed that this is indeed an oversight on the documentation side. This function does not exist in ArcMap, but does in ArcGIS Pro as we discovered. They have had a bug logged to remove the documentation of this bug, its details are below:&lt;BR /&gt; &lt;BR /&gt; &lt;EM&gt;BUG-000119004: For ArcMap 10.6- remove Calculate Geometry Attributes GP tool documentation from the overview of the Features toolset web page.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As you mentioned &lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌ the docuemnt for ArcGIS 10.6 should not exist. It appears they will be removing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around, I found a tool in XTools that does the same thing, so if you have a XTools license, that could be an alternative method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 19:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146902#M11454</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2018-12-21T19:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry Attributes Tool</title>
      <link>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146903#M11455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I found this! It saved me further frustration. Hope the leg is better Mike.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-geometry-attributes-tool/m-p/146903#M11455</guid>
      <dc:creator>WheatonAdmin</dc:creator>
      <dc:date>2020-09-28T16:25:20Z</dc:date>
    </item>
  </channel>
</rss>

