<?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: Why do area calculations return negative values? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596287#M19741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/114104"&gt;BARBARA NJIRU&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you mark the answer by &lt;A href="https://community.esri.com/migrated-users/100607"&gt;Kishor Ghatage&lt;/A&gt;‌ as the correct one? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 11:35:45 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-02-03T11:35:45Z</dc:date>
    <item>
      <title>Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596282#M19736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;i am trying to calculate area of several polygons using calculate geometry and i am getting the area with negative values.&amp;nbsp; the projected coordinate system is Arc 1960 UTM zone 37S. i cant figure where the problem is. kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596282#M19736</guid>
      <dc:creator>BARBARANJIRU</dc:creator>
      <dc:date>2015-02-02T12:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596283#M19737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Take a backup of your data.&lt;/P&gt;&lt;P&gt;2. Run Check geometry.&lt;/P&gt;&lt;P&gt;3. Run repair geometry.&lt;/P&gt;&lt;P&gt;4. Then try calculating area&amp;nbsp; in a new field with double data type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596283#M19737</guid>
      <dc:creator>KishorGhatage</dc:creator>
      <dc:date>2015-02-02T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596284#M19738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barbara,&lt;/P&gt;&lt;P&gt;It could be a geometry issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;STRONG&gt;Repair Geometry (Data Management Tools)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596284#M19738</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-02T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596285#M19739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is caused by incorrect orientation of the polygons rings. As &lt;A href="https://community.esri.com/migrated-users/100607"&gt;Kishor Ghatage&lt;/A&gt;‌ suggests, repairing the geometry will probably solve the problem. If you work with a featureclass in a file geodatabase, you do not need to recalculate the area, this will be done automatically...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 13:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596285#M19739</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-02-02T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596286#M19740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. did run repair geometry and it worked perfectly..&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 07:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596286#M19740</guid>
      <dc:creator>BARBARANJIRU</dc:creator>
      <dc:date>2015-02-03T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596287#M19741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/114104"&gt;BARBARA NJIRU&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you mark the answer by &lt;A href="https://community.esri.com/migrated-users/100607"&gt;Kishor Ghatage&lt;/A&gt;‌ as the correct one? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596287#M19741</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-02-03T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596288#M19742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, this happens when your polygon is drawn "backwards".&amp;nbsp; Polygons should be drawn clockwise.&amp;nbsp; If drawn counter-clockwise, you'll have negative areas.&amp;nbsp; There's a similar phenomenon with polylines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And THANK YOU to Kishor for the solution!&amp;nbsp; I have a dataset created by a modeling software in which half of the polygons (17,000) were drawn backwards.&amp;nbsp; Due to the negative geometry, I couldn't work with the dataset at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 14:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596288#M19742</guid>
      <dc:creator>KarinHagan</dc:creator>
      <dc:date>2015-03-25T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596289#M19743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karin,&lt;/P&gt;&lt;P&gt;As ArcGIS cannot create invalid geometries (&lt;A href="https://community.esri.com/thread/121014"&gt;Why do area calculations return negative values?&lt;/A&gt;) are your "backwards" polygons being created in another program and being brought into ArcGIS?&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596289#M19743</guid>
      <dc:creator>ScottMoyer</dc:creator>
      <dc:date>2015-03-26T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why do area calculations return negative values?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596290#M19744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can actually do it if you draw your polygon counterclockwise.&amp;nbsp; In the particular case I was working on yesterday, yes, the polygons came from an external modeling software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-do-area-calculations-return-negative-values/m-p/596290#M19744</guid>
      <dc:creator>KarinHagan</dc:creator>
      <dc:date>2015-03-26T17:07:24Z</dc:date>
    </item>
  </channel>
</rss>

