<?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: Spatial join layer with overlapping polygons? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198870#M6821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do a spatial join with parcels as the target feature and overlay districts as the join feature.&amp;nbsp; Join one to many using the "intersects" option.&amp;nbsp; That will give you one row for each combination of parcel and overlay district.&amp;nbsp; Then you can do some sort of pivot table to get them to show up as columns.&amp;nbsp; I believe this would work with overlapping polygons...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 17:04:04 GMT</pubDate>
    <dc:creator>LornaMurison</dc:creator>
    <dc:date>2011-12-22T17:04:04Z</dc:date>
    <item>
      <title>Spatial join layer with overlapping polygons?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198869#M6820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone, I am trying to spatially join our city's "overlay districts" with our parcel file so that it will be displayed if a parcel is in an overlay district. However, some of the overlay districts are on top of each other. For example, a parcel can be in a C-1 zone and a historic preservation zone. I want both of these to show up in 2 different columns. Is there any way to do something like this? So the final result, the parcel would show that it is C-1 in one column and historic preservation in a second column, because the parcel overlaps both polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 16:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198869#M6820</guid>
      <dc:creator>PamelaDelaney</dc:creator>
      <dc:date>2011-12-22T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join layer with overlapping polygons?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198870#M6821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do a spatial join with parcels as the target feature and overlay districts as the join feature.&amp;nbsp; Join one to many using the "intersects" option.&amp;nbsp; That will give you one row for each combination of parcel and overlay district.&amp;nbsp; Then you can do some sort of pivot table to get them to show up as columns.&amp;nbsp; I believe this would work with overlapping polygons...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 17:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198870#M6821</guid>
      <dc:creator>LornaMurison</dc:creator>
      <dc:date>2011-12-22T17:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join layer with overlapping polygons?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198871#M6822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do a spatial join with parcels as the target feature and overlay districts as the join feature.&amp;nbsp; Join one to many using the "intersects" option.&amp;nbsp; That will give you one row for each combination of parcel and overlay district.&amp;nbsp; Then you can do some sort of pivot table to get them to show up as columns.&amp;nbsp; I believe this would work with overlapping polygons...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Pivot Table operation you can use the Pivot Table tool if you have an ArcInfo license.&amp;nbsp; If you don't, see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/46388-moving-columns-data-to-rows"&gt;my last post in this thread&lt;/A&gt;&lt;SPAN&gt; for an Excel table that uses an Excel pivot table and formulas to do the Pivot of actual table values from rows to columns.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 16:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198871#M6822</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-12-23T16:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join layer with overlapping polygons?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198872#M6823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Esri recently posted a neat approach to processing your one-to-many table (the one with dupes output from select by location):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoprocessing Blog: Concatenate Row Values&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2011/12/09/ConcatenateRowValues.aspx"&gt;http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2011/12/09/ConcatenateRowValues.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 19:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-layer-with-overlapping-polygons/m-p/198872#M6823</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2011-12-27T19:44:50Z</dc:date>
    </item>
  </channel>
</rss>

