<?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 in batch in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54042#M1880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if the below helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/183909"&gt;Calculating geometry using pyscripting: failed to read polygon input feature&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think by the time you develop a script you will probably be able to go in to each feature class and do it yourself. If there were hundred or more then that is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solomon Pulapkura&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.vestra.com/gis"&gt;https://www.vestra.com/gis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 19:54:24 GMT</pubDate>
    <dc:creator>SolomonPulapkura</dc:creator>
    <dc:date>2017-04-25T19:54:24Z</dc:date>
    <item>
      <title>Calculate Geometry in batch</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54041#M1879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In order to get my feature data ready for Tableau integration, I had to run 'Feature Vertices to Points' for 28 polygon classes. Then I ran 'Add XY coordinates' for the 28 to get coordinates (which Tableau requires). Problem is, Add XY gave me projected meter values, yet Tableau requires decimal degrees Lat/Long. Instead of recalculating the geometry by going into each of the 28 attribute tables, is there a way to batch recalculate into decimal degrees?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54041#M1879</guid>
      <dc:creator>MalcolmLittle</dc:creator>
      <dc:date>2017-04-25T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry in batch</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54042#M1880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if the below helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/183909"&gt;Calculating geometry using pyscripting: failed to read polygon input feature&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think by the time you develop a script you will probably be able to go in to each feature class and do it yourself. If there were hundred or more then that is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solomon Pulapkura&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.vestra.com/gis"&gt;https://www.vestra.com/gis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54042#M1880</guid>
      <dc:creator>SolomonPulapkura</dc:creator>
      <dc:date>2017-04-25T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry in batch</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54043#M1881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried the Add Geometry Attributes tool on an existing set of points that already had X/Y coords in StatePlane Feet.&amp;nbsp; I selected only the Point_X_Y_Z_M property and gave it the GCS_WGS_1984 coordinate system, and it added two columns in DD.&amp;nbsp; See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/348048_AddGeometry.PNG" style="width: 620px; height: 356px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54043#M1881</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-04-25T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Geometry in batch</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54044#M1882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that did it! Tested it on 2 then batched the remaining 26. It even overwrote the original PointX &amp;amp; PointY fields made by Add XY Coordinates. Thanks, mate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 20:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-geometry-in-batch/m-p/54044#M1882</guid>
      <dc:creator>MalcolmLittle</dc:creator>
      <dc:date>2017-04-25T20:07:09Z</dc:date>
    </item>
  </channel>
</rss>

