<?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: Square Mileage for polygon calculations in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374826#M29626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test, have you tried simply right-clicking on the field name and selecting "Calculate Geometry?"&amp;nbsp; This may help determine if it is a data-specific or python cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 19:22:53 GMT</pubDate>
    <dc:creator>GabrielUpchurch1</dc:creator>
    <dc:date>2016-02-19T19:22:53Z</dc:date>
    <item>
      <title>Square Mileage for polygon calculations</title>
      <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374822#M29622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help! I'm trying to do a simple calculation for square mileage and I keep getting 0's for every field.&amp;nbsp; I am using a state plane PCS and I tried Float, Double, and Long and Short Integer fields with different settings for each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am definitely not an expert in Python so does anyone know what I might be doing wrong?&amp;nbsp; And if so, a simple fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374822#M29622</guid>
      <dc:creator>KeithJohnson2</dc:creator>
      <dc:date>2016-02-19T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Square Mileage for polygon calculations</title>
      <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374823#M29623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to perform a repair geometry on your feature class first. &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/repair-geometry.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/repair-geometry.htm"&gt;Repair Geometry—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 16:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374823#M29623</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-02-19T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Square Mileage for polygon calculations</title>
      <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374824#M29624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mention you are doing this in &lt;EM&gt;Python&lt;/EM&gt;.&amp;nbsp; Can you post your code so it can be evaluated?&amp;nbsp; If it is just a one-liner, a screenshot will do.&amp;nbsp; If it is longer, see the following link for how to post code in GeoNet, as it is not intuitive:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55181"&gt;Code Formatting... the basics++&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the code posted in the correct formatting will help GeoNet users troubleshoot the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 16:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374824#M29624</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-02-19T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Square Mileage for polygon calculations</title>
      <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374825#M29625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide more information like data type and origin of data ( is it imported from CAD), you might once check projected coordinate system of data if possible reproject it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 16:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374825#M29625</guid>
      <dc:creator>AjitkumarBabar</dc:creator>
      <dc:date>2016-02-19T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Square Mileage for polygon calculations</title>
      <link>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374826#M29626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a test, have you tried simply right-clicking on the field name and selecting "Calculate Geometry?"&amp;nbsp; This may help determine if it is a data-specific or python cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 19:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/square-mileage-for-polygon-calculations/m-p/374826#M29626</guid>
      <dc:creator>GabrielUpchurch1</dc:creator>
      <dc:date>2016-02-19T19:22:53Z</dc:date>
    </item>
  </channel>
</rss>

