<?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 doesn't Tabulate Intersection work? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585967#M19385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am dealing with two shapefiles as inputs: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The Zonal input is made up of multiple buffer ring 'donuts' that are at various distances around a point. They are identified by the distance they are from that point and the ID info from the point it was buffered around. Each donut feature has its own row in the feature class. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Class input has several features ('classes' for the tool) identified by a name (string field).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 13:56:54 GMT</pubDate>
    <dc:creator>SharonBenjamin</dc:creator>
    <dc:date>2013-03-21T13:56:54Z</dc:date>
    <item>
      <title>why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585965#M19383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find much in forums about this - I'm trying to use Tabulate Intersection with two shapefiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When run in a model, I get a generic error (Error 999999:Error executing function). When run in a Python script, I get the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; [INDENT]&amp;nbsp;&amp;nbsp; Traceback (most recent call last): File "H:/Scripts/IntersectTable_test.py", line 18, in arcpy.TabulateIntersection_analysis (in_zone_features, {'distance'}, in_class_features, out_table, {'INFO'}, '','','') File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\analysis.py", line 1122, in TabulateIntersection raise e RuntimeError: Object: Error in executing tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;....which makes it difficult to diagnose problem. Anyone with experience/know what I'm missing? I'm working in Arc10.1 and have all license access. Thanks for your input!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 19:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585965#M19383</guid>
      <dc:creator>SharonBenjamin</dc:creator>
      <dc:date>2013-03-20T19:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585966#M19384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sharon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of data are you working with for your zones and classes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 13:10:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585966#M19384</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-03-21T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585967#M19385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am dealing with two shapefiles as inputs: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The Zonal input is made up of multiple buffer ring 'donuts' that are at various distances around a point. They are identified by the distance they are from that point and the ID info from the point it was buffered around. Each donut feature has its own row in the feature class. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Class input has several features ('classes' for the tool) identified by a name (string field).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 13:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585967#M19385</guid>
      <dc:creator>SharonBenjamin</dc:creator>
      <dc:date>2013-03-21T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585968#M19386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution here was to add a '.dbf' extension to the output table file name. Huzzah. Thanks for all who reached out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 19:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585968#M19386</guid>
      <dc:creator>SharonBenjamin</dc:creator>
      <dc:date>2013-03-21T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585969#M19387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had been stumped by the same error.&amp;nbsp; Thanks for responding back with your solution (to add the .dbf extension to the table name).&amp;nbsp; It is these simple solutions that make these forums so important.&amp;nbsp; Please mark the problem as solved so that it is easier to find!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aariel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585969#M19387</guid>
      <dc:creator>aarielRocha</dc:creator>
      <dc:date>2013-12-09T16:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585970#M19388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still having problems with this tool, always getting an empty output. I have tried the Check Geometry and Repair Geometry tools as per a different post, and I've tried saving the output table in a file geodatabase, as a table, and as a DBF, but none of these solutions has worked. I have even tried projecting the data from NAD 27 to Web Mercator (using geographic transformation NAD27 to WGS84_3) thinking that maybe the tool was having trouble calculating the areas in degrees rather than meters, but still nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with data for Canada, namely provinces (the zones) and eco regions (the input class). I've tried just about every combination of parameters I can think of, but I get an empty output table every time. Both features are polygon shapefiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really stumped. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tabulate_intersection.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/5256_tabulate_intersection.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585970#M19388</guid>
      <dc:creator>TalsanSchulzke</dc:creator>
      <dc:date>2014-08-26T13:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: why doesn't Tabulate Intersection work?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585971#M19389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Talsan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are your shapefiles z or m-enabled? If one of them is and the other is not, perhaps that could be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 08:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/why-doesn-t-tabulate-intersection-work/m-p/585971#M19389</guid>
      <dc:creator>LeonardLuz1</dc:creator>
      <dc:date>2014-10-16T08:15:33Z</dc:date>
    </item>
  </channel>
</rss>

