<?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: Issues with Intersect - How to calculate area of overlapping vectors? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1025336#M1985</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;Tabulate Intersection (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;should do the job.&amp;nbsp; I'm not sure if it will work as expected if you have multipart features though, so ensure you haven't inadvertently created multipart features from the dissolve tool (should be a little checkbox from memory).&amp;nbsp; Out of interest are these the hex bins for the environmental dashboard?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 14:25:18 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2021-02-10T14:25:18Z</dc:date>
    <item>
      <title>Issues with Intersect - How to calculate area of overlapping vectors?</title>
      <link>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1025312#M1984</link>
      <description>&lt;P&gt;Hi there! I'm working with the London TfL hex grid (a uniform hexagonal grid geography created by the Transport department which spans the greater London area) and I'm trying to calculate the &lt;STRONG&gt;percentage of the area of each hex that is covered by a specific type of land cover.&lt;/STRONG&gt; However, I'm running into major trouble using the methodology I'm familiar with because the landcover dataset I'm using is a very complex feature class (though it only includes two types of landcover).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dissolved the land cover dataset so it wasn't split into so many pieces (it dissolved into larger blocks of its two landcover types), which took nearly 8 hours to process. I then tried to intersect&amp;nbsp;the landcover dataset with the uniform hex grid, which I would have then spatial joined to the hex grid and summarized the area of the intersected landcover dataset pieces (then, I could have divided the summarized area by the uniform area of the hexes to get a percentage). The Intersect tool ran 8+ hours overnight, and in the morning, returned a blank feature class, despite showing no error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a different tool or methodology I could use to yield the same results? I have no other option in terms of land cover dataset- I've even tried simplifying the dataset, which also took hours to process and failed. If you have any suggestions for work arounds or other tools I might be unfamiliar with, PLEASE let me know!! Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 13:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1025312#M1984</guid>
      <dc:creator>amp2311</dc:creator>
      <dc:date>2021-02-10T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Intersect - How to calculate area of overlapping vectors?</title>
      <link>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1025336#M1985</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;Tabulate Intersection (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;should do the job.&amp;nbsp; I'm not sure if it will work as expected if you have multipart features though, so ensure you haven't inadvertently created multipart features from the dissolve tool (should be a little checkbox from memory).&amp;nbsp; Out of interest are these the hex bins for the environmental dashboard?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 14:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1025336#M1985</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-02-10T14:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Intersect - How to calculate area of overlapping vectors?</title>
      <link>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1028286#M2015</link>
      <description>&lt;P&gt;Hey there! I tried Tabulate Intersection and it ran for 10 hours then failed due to an unidentifiable error and produced a blank table (the only thing I'm seeing in the results window is "Tabulate Intersection [000000_12301899]", no error number or anything). Any idea why this could have happened, or any suggestions for alternate methods?&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is the Hex grid that is used in the GI Focus map!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 22:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1028286#M2015</guid>
      <dc:creator>amp2311</dc:creator>
      <dc:date>2021-02-18T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Intersect - How to calculate area of overlapping vectors?</title>
      <link>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1028453#M2018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The first step would be to take a small subset of each datasource and trial the tool on that small sample area to see if it works.&amp;nbsp; If so, I think that leads to the size and complexity of the datasets being the issue.&lt;/P&gt;&lt;P&gt;This may lead to having to batch the hexagons into multiple processes (shouldn't be too difficult) if it is possibly a memory issue.&lt;/P&gt;&lt;P&gt;Try doing the same process in ArcGIS Pro if possible.&lt;/P&gt;&lt;P&gt;Simplify the geometry of the input features.&lt;/P&gt;&lt;P&gt;I'd also say to start a new post stating you have an issue with this specific tool, these were your inputs etc . lay it all out.&lt;/P&gt;&lt;P&gt;Are you using the tool to calculate any other metrics, and could you possibly share a screenshot of the tool inputs, and the error (or lack of) message.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/issues-with-intersect-how-to-calculate-area-of/m-p/1028453#M2018</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-02-19T12:28:24Z</dc:date>
    </item>
  </channel>
</rss>

