<?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: Error DescribeData: Method areaFieldName does not exist in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420593#M14171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am guessing that the distance is somewhere between your first example and your second?&lt;/P&gt;&lt;P&gt;You are sure that the featureclass is in projected coordinates?&lt;/P&gt;&lt;P&gt;barring that have a look at the code samples in the link&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/aggregate-polygons.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/aggregate-polygons.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 12:57:52 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-04-20T12:57:52Z</dc:date>
    <item>
      <title>Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420586#M14164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I am trying to Increase Polygon Area using "Increase Polygon Area" Tool in the "Production Mapping Tools" in ArcGIS 10.6, which is returning the following error:&amp;nbsp;DescribeData: Method areaFieldName does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a new field and calculated (Calculate geometry) area and set the projection, but no luck so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any idea how can this error be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Azim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420586#M14164</guid>
      <dc:creator>AzimjonSayidov</dc:creator>
      <dc:date>2018-04-20T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420587#M14165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a featureclass or a shapefile?&amp;nbsp; Open the table and see if a Shape_Area field exists.&amp;nbsp; The message suggests that a field wasn't found and since this tool doesn't create new files but modifies existing ones, something is missing&lt;/P&gt;&lt;P&gt;Here is the link to the tool if others are looking&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/increase-polygon-area.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/increase-polygon-area.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420587#M14165</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-20T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420588#M14166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.This is a shapefile with has "AREA" field, however, I did calculated area as a new field as well by Calculate geometry. Yes, this tool does not create new output, but edits the existing one.&lt;IMG alt="" class="image-1 jive-image j-img-centered j-img-original" src="/legacyfs/online/402552_groupping_increase - ArcMap.png" style="display: block; margin-left: auto; margin-right: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420588#M14166</guid>
      <dc:creator>AzimjonSayidov</dc:creator>
      <dc:date>2018-04-20T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420589#M14167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as suspected that is an Area field not Shape_area. I don't have the production toolset, but could you bring that shapefile into a geodatabase.&amp;nbsp; It will then have a shape_area field.&amp;nbsp; You would be best suited to see if you are supposed to use shapefiles with the extension or whether they recommend featureclasses in a geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And... it looks like there is a join on the table or is that a shapefile and you have saved the join to make it permanent?&lt;/P&gt;&lt;P&gt;Your FID and FID_1 numbers don't match up so was this some spatial join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short... get a simple file with a simple set of polygons and test on that before you worry about the file you need.&amp;nbsp; Just want to rule out script errors first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420589#M14167</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-20T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420590#M14168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it did work out after i put the files in the geodatabase, however, when I tried to use "Aggregate Polygons" of the same "Production Mapping Tools" it is returning another error. This is quite&amp;nbsp;strange, as this one was working without any issue until now.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/402554_Aggregate Polygons.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420590#M14168</guid>
      <dc:creator>AzimjonSayidov</dc:creator>
      <dc:date>2018-04-20T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420591#M14169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"small_query" did you type that in or is a field?&amp;nbsp; maybe show the dialog since most people dont have the extension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420591#M14169</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-20T12:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420592#M14170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, I did not type it, it is a field, where I choose "Combine Field" and "Distance" between polygons and "Minimum Area" as an optional field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/402559_GeoNet.png" style="height: auto;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420592#M14170</guid>
      <dc:creator>AzimjonSayidov</dc:creator>
      <dc:date>2018-04-20T12:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error DescribeData: Method areaFieldName does not exist</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420593#M14171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am guessing that the distance is somewhere between your first example and your second?&lt;/P&gt;&lt;P&gt;You are sure that the featureclass is in projected coordinates?&lt;/P&gt;&lt;P&gt;barring that have a look at the code samples in the link&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/aggregate-polygons.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/production-mapping-toolbox/aggregate-polygons.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-describedata-method-areafieldname-does-not/m-p/420593#M14171</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-20T12:57:52Z</dc:date>
    </item>
  </channel>
</rss>

