<?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 conditional spatial join in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619309#M20583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have a problem I'm unable to solve..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a featureclass which contains land parcels. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some information fields (ID, owner name..)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to find a way to export a new featureclass with some "conditions".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How could I export the land parcels sharing a spatial border AND having exactly the same owner name?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2012 19:13:22 GMT</pubDate>
    <dc:creator>JonathanAubert</dc:creator>
    <dc:date>2012-06-11T19:13:22Z</dc:date>
    <item>
      <title>conditional spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619309#M20583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have a problem I'm unable to solve..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a featureclass which contains land parcels. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some information fields (ID, owner name..)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to find a way to export a new featureclass with some "conditions".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How could I export the land parcels sharing a spatial border AND having exactly the same owner name?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 19:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619309#M20583</guid>
      <dc:creator>JonathanAubert</dc:creator>
      <dc:date>2012-06-11T19:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619310#M20584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please upload a screenshot of your data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 00:04:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619310#M20584</guid>
      <dc:creator>NobbirAhmed</dc:creator>
      <dc:date>2012-06-12T00:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: conditional spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619311#M20585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about this (untested):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a layer of the parcel in question&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use SelectByLocation to create a second layer of the adjacent parcels (WITHIN A DISTANCE OF 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Join the first layer to the second using the owner's name as the join field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Select all the parcels where a join occurred&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619311#M20585</guid>
      <dc:creator>BruceNielsen</dc:creator>
      <dc:date>2012-06-12T11:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: conditional spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619312#M20586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys, sorry for the delay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't upload a screenshot of my data because they are confidential.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But here are more details : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the FC contains 50 000 objects. (land parcels) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some fields like the "owner name 1" and the "owner name 2".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to find land parcels sharing a common border AND with the same "owner name 1" and "owner name 2".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See image for a good example of what I'm looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]15329[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't have any details about some specific land parcels or owners. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to search through the whole FC...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, sorry for my english. It's not my first language..!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 18:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619312#M20586</guid>
      <dc:creator>JonathanAubert</dc:creator>
      <dc:date>2012-06-19T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: conditional spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619313#M20587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Dissolve tool should help do this.&amp;nbsp; Make Owner1 and Owner2 the case fields.&amp;nbsp; Uncheck the Create Multi-Part Features option.&amp;nbsp; Any partially shared boundary will allow a merge.&amp;nbsp; Any Count/Frequency on the output that is greater than 1 will be an indicator that two or more parcels merged (although it is not definitive).&amp;nbsp; (Null values may cause a problem with the dissolve, so you may have to calculate Null Owners to a whitespace character to get correct results).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could then run a Spatial Join with the Many to One option or your parcels against all Dissolve shapes with a Count/Frequency that is greater than 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Run a Summary Statistics on the Spatial Join output to find FIDs of Dissolved polygons that have more than one Parcel FID associated with it.&amp;nbsp; These are the set of parcels that meet your criteria.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use a relate from the Summary Statistics output to the Spatial Join output and then to your parcels to select the collapsed parcel set.&amp;nbsp; A join of these outputs to the parcels would allow you to create a merge symbology based on the shared Spatial Join FIDs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dissolve, Spatial Join and Summary Statistics are available for all licenses.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 21:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/conditional-spatial-join/m-p/619313#M20587</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-06-19T21:28:05Z</dc:date>
    </item>
  </channel>
</rss>

