<?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: Populate County name in another shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438271#M14723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get totally different numbers for each...as you alluded to..not sure why&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNION &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 1275 records&lt;/P&gt;&lt;P&gt;SPATIAL JOIN &amp;nbsp; = 2076 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So trying to figure out whats up with all that.... The spatial join gives me the County Polygon...when I select a County I can see the records but they select with the WHOLE County boundary...I cant see their individual boundaries...&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;Can I explode them out or something? &amp;nbsp;Like the UNION gives me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 19:30:25 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2017-05-01T19:30:25Z</dc:date>
    <item>
      <title>Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438266#M14718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to think of how to populate the County name (County Polygon shapefile) in my Zip Code shapefile (polygon).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The challenge is that the Zip Code polygons sometimes cross 2 or three County Boundaries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp;Zip code Poly and I want to populate a field (county) within the Zip Code shapefile with the County that it resides in. &amp;nbsp;If the Zip crosses two Counties then I guess I would have to Split the County? &amp;nbsp;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438266#M14718</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2017-05-01T17:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438267#M14719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes... makes sense, so you want a Union, but only attributes so basically a spatial join with an intersect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438267#M14719</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-01T17:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438268#M14720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I doing a Union or a Spatial Join with Intersect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438268#M14720</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2017-05-01T17:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438269#M14721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;union would produce irregularities unless you know the border edges match... this would be like splitting a polygon&lt;/P&gt;&lt;P&gt;The spatial join would be the one I would try first and you will probably have a many to one situation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438269#M14721</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-01T17:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438270#M14722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok gonna try that now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438270#M14722</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2017-05-01T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438271#M14723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get totally different numbers for each...as you alluded to..not sure why&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNION &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = 1275 records&lt;/P&gt;&lt;P&gt;SPATIAL JOIN &amp;nbsp; = 2076 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So trying to figure out whats up with all that.... The spatial join gives me the County Polygon...when I select a County I can see the records but they select with the WHOLE County boundary...I cant see their individual boundaries...&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;Can I explode them out or something? &amp;nbsp;Like the UNION gives me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 19:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438271#M14723</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2017-05-01T19:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Populate County name in another shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438272#M14724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;spatial join if for linking attributes, so one polygon may overlap several ones in the destination layer.&amp;nbsp; The various options in Arctoolbox's Analysis Overlay toolset give you the options when you want to deal with the combinations of geometry and attributes.&amp;nbsp; The Joins and relates tools in data management are for spatial joins and attribute joins but they don't deal with the geometry other than via selection as in the case of a spatial join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 19:43:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/populate-county-name-in-another-shapefile/m-p/438272#M14724</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-01T19:43:51Z</dc:date>
    </item>
  </channel>
</rss>

