<?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 2 Spatially Joined Feature Classes in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081938#M25695</link>
    <description>Now that you have all the join fields you can add an attribute join from CSD polygons to your points by CSD identifier and then run the dissolve by territory - this is a one to many match but you said all CSDs have only one territory so it won't matter which one you match to.&lt;BR /&gt;&lt;BR /&gt;Again messing with the field map in the spatial join tool can make this work easier by deleting fields you don't need from the output.&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Jul 2021 19:43:46 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2021-07-22T19:43:46Z</dc:date>
    <item>
      <title>Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081340#M25684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Relative newbie here. I have 2 spatially joined feature layers:&lt;/P&gt;&lt;P&gt;One based on census sub division (CSD) to recruitment territories (defined in-house based on a handful of cities in each recruitment territory). I called it CSD_RT_SJ.&lt;/P&gt;&lt;P&gt;The other is based on a bunch of new cities I geocoded and spatially joined to CSD (CSD_City_SJ).&lt;/P&gt;&lt;P&gt;I want ArcGIS desktop to spatially join CSD_RT_SJ &amp;amp; CSD_City_SJ and assign the recruitment territory to the additional cities based on CSD. I will then dissolve on territory for a map of cities bounded by recruitment territory. I would also like to export the data for a comprehensive list of cities and their territory for other data analysis.&lt;/P&gt;&lt;P&gt;I've tried a number of SJ combinations but they just result in a confusing mess of data with multiple X,Y &amp;amp; shape columns.&lt;/P&gt;&lt;P&gt;Any assistance the community can provide would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks, Sue&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 15:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081340#M25684</guid>
      <dc:creator>Sue</dc:creator>
      <dc:date>2021-07-21T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081554#M25685</link>
      <description>&lt;P&gt;Are the CSD features polygons? The key thing here is to figure out what the output you want looks like - what are the unique rows? What fields or counts do you want? ArcMap or Pro?&lt;/P&gt;&lt;P&gt;If the CSDs are polygons, and the other data are points, it seems to me you have two spatial joins: 1) CSD to territories to make a list polygons with a territory tagged&amp;nbsp; and 2) cities to territory polygons to tag each city with a territory ID.&amp;nbsp; These are both of type ONE_TO_ONE if using the spatial join tool (I recommend this tool if you are using ArcMap over the menu workflow). Manipulating the field map to remove fields you don't want and set merge rules on the fields you do want is absolutely a good idea to avoid creating super wide tables that are hard to understand.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 21:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081554#M25685</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-07-21T21:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081775#M25686</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1325"&gt;@curtvprice&lt;/a&gt; and thanks for your help. I am using Pro.&lt;/P&gt;&lt;P&gt;I have 1) above but it is the CSD polygons that are tagged with territories e.g., the Bruce-Huron territory is comprised of 26 CSD's. I need to map my city XY data to the CSDs, then dissolve on Territory. City to CSD is a 1:1 relationship. When I SJ CSD tagged withTerritory to my city point data, it I am only getting my first city back and it isn't even the correct CSD.&lt;/P&gt;&lt;P&gt;Thanks, Sue&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 18:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081775#M25686</guid>
      <dc:creator>Sue</dc:creator>
      <dc:date>2021-07-22T18:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081812#M25687</link>
      <description>&lt;P&gt;I believe you are doing the join in the wrong direction. If you want a list of cities tagged with the polygon (w territory), the source (first parameter) is cities and the join (second parameter) should be the CSDs tagged w territory. Then you get a point feature class of cities with territory and you can do anything else from there.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081812#M25687</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-07-22T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081913#M25693</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1325"&gt;@curtvprice&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, that worked. Thank you!&lt;/P&gt;&lt;P&gt;I have a point file of cities, territories and CSD but the SJ dropped all of the shape data. How do I get my CSD shape data so I can dissolve on Territory?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 18:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081913#M25693</guid>
      <dc:creator>Sue</dc:creator>
      <dc:date>2021-07-22T18:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081938#M25695</link>
      <description>Now that you have all the join fields you can add an attribute join from CSD polygons to your points by CSD identifier and then run the dissolve by territory - this is a one to many match but you said all CSDs have only one territory so it won't matter which one you match to.&lt;BR /&gt;&lt;BR /&gt;Again messing with the field map in the spatial join tool can make this work easier by deleting fields you don't need from the output.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2021 19:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1081938#M25695</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-07-22T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1082645#M25720</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1325"&gt;@curtvprice&lt;/a&gt; this process did the trick!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 12:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1082645#M25720</guid>
      <dc:creator>Sue</dc:creator>
      <dc:date>2021-07-26T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join 2 Spatially Joined Feature Classes</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1137773#M26138</link>
      <description>&lt;P&gt;I want to create a tool to Joinpoint and line feature without a new output (output feature class), for example, Tower and electric Line.&lt;/P&gt;&lt;P&gt;electric line is spitted on every tower. the relation is many to may.&lt;/P&gt;&lt;P&gt;The related feature can be within 0.8meter.&lt;/P&gt;&lt;P&gt;can some one share Code fir this process.&lt;/P&gt;&lt;P&gt;Anyone can help regarding this?.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 05:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-2-spatially-joined-feature-classes/m-p/1137773#M26138</guid>
      <dc:creator>Adnan_ZahoorAbbasi1</dc:creator>
      <dc:date>2022-01-27T05:34:51Z</dc:date>
    </item>
  </channel>
</rss>

