<?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: Join data from another layer based on spatial location (based on max coverage) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/join-data-from-another-layer-based-on-spatial/m-p/162040#M5458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let's see if I understand the problem you're trying to solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;You have one polygon layer containing, say, forested areas.&amp;nbsp; Let's call this layer FORESTED&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;And another polygon layer containing counties (large administrative areas).&amp;nbsp; Let's call this layer ADMIN&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;For each polygon in FORESTED, you want to find out which ADMIN polygon covers the most area of the FORESTED polygon.&amp;nbsp; That is, a FORESTED polygon may intersect with 3 different ADMIN areas, and you want to find out which of the 3 ADMIN areas takes up the most area in the FORESTED polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have version 10.1, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Tabulate_Intersection/000800000044000000/"&gt;Tabulate Intersection&lt;/A&gt;&lt;SPAN&gt; tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have 10.1, but an earlier version, then any of the 3 primary overlay tools, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Intersect/00080000000p000000/"&gt;Intersect&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Identity/00080000000n000000/"&gt;Identity&lt;/A&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Union/00080000000s000000/"&gt;Union &lt;/A&gt;&lt;SPAN&gt;would do the trick... followed by the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Summary_Statistics/00080000001z000000/"&gt;Summary Statistics&lt;/A&gt;&lt;SPAN&gt; tool to get the MAX area of the ADMIN polygons using the FORESTED_FID as the case field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 19:41:19 GMT</pubDate>
    <dc:creator>DaleHoneycutt</dc:creator>
    <dc:date>2014-04-11T19:41:19Z</dc:date>
    <item>
      <title>Join data from another layer based on spatial location (based on max coverage)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-data-from-another-layer-based-on-spatial/m-p/162039#M5457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;'Data &amp;gt; Join Data'&lt;/SPAN&gt;&lt;SPAN&gt; to join Join attribute data from another polygon layer based on spatial location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set at "Each polygon will be given the attributes of the polygon it falls completely inside of the layer being joined", you get what it says on the tin, but those polygons that share adjacent polygons result with &amp;lt;Null&amp;gt; attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to populate my main layer file with the attributes from the source polygon layer that have the largest coverage. In other words, the polygon that has the largest (MAX) coverage, is used in preference to the smaller areas. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 'Join Data' feature doesn't allow for this functionality. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to do this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:12:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-data-from-another-layer-based-on-spatial/m-p/162039#M5457</guid>
      <dc:creator>CliveCartwright</dc:creator>
      <dc:date>2014-04-10T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Join data from another layer based on spatial location (based on max coverage)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/join-data-from-another-layer-based-on-spatial/m-p/162040#M5458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let's see if I understand the problem you're trying to solve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;You have one polygon layer containing, say, forested areas.&amp;nbsp; Let's call this layer FORESTED&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;And another polygon layer containing counties (large administrative areas).&amp;nbsp; Let's call this layer ADMIN&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;For each polygon in FORESTED, you want to find out which ADMIN polygon covers the most area of the FORESTED polygon.&amp;nbsp; That is, a FORESTED polygon may intersect with 3 different ADMIN areas, and you want to find out which of the 3 ADMIN areas takes up the most area in the FORESTED polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have version 10.1, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Tabulate_Intersection/000800000044000000/"&gt;Tabulate Intersection&lt;/A&gt;&lt;SPAN&gt; tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't have 10.1, but an earlier version, then any of the 3 primary overlay tools, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Intersect/00080000000p000000/"&gt;Intersect&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Identity/00080000000n000000/"&gt;Identity&lt;/A&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Union/00080000000s000000/"&gt;Union &lt;/A&gt;&lt;SPAN&gt;would do the trick... followed by the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Summary_Statistics/00080000001z000000/"&gt;Summary Statistics&lt;/A&gt;&lt;SPAN&gt; tool to get the MAX area of the ADMIN polygons using the FORESTED_FID as the case field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 19:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/join-data-from-another-layer-based-on-spatial/m-p/162040#M5458</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2014-04-11T19:41:19Z</dc:date>
    </item>
  </channel>
</rss>

