<?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 Spatial Join in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752655#M58120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to do a spatial join of polylines in desktop 10.4.1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The join is against itself to create a join count field for features within the same feature class. I.e. the target is itself. I just want each polygon segment to have a join count I dont really care if theres overlapping segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I seem to be losing records even though I have 'keep all' specified and this is also the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2020 22:55:29 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-02-25T22:55:29Z</dc:date>
    <item>
      <title>Spatial Join</title>
      <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752655#M58120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to do a spatial join of polylines in desktop 10.4.1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The join is against itself to create a join count field for features within the same feature class. I.e. the target is itself. I just want each polygon segment to have a join count I dont really care if theres overlapping segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I seem to be losing records even though I have 'keep all' specified and this is also the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 22:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-join/m-p/752655#M58120</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-02-25T22:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join</title>
      <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752656#M58121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a sample (or representation) of your data? Also, if all you want is a count of distinct values in a field, have you considered using the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.4/tools/analysis-toolbox/frequency.htm"&gt;Frequency&lt;/A&gt; tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-join/m-p/752656#M58121</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2020-02-26T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join</title>
      <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752657#M58122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blake thanks for your reply, unfortunately the dataset is at work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to count the number of exactly overlapping polyline geometries (road segments that have been crossed multiple times in a network analyst route) for some reason I get the correct join count appended but with missing rows. Keep all is enabled and an outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got around this with a search cursor and geometry token but it seemed strange behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 18:55:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-join/m-p/752657#M58122</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-02-26T18:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join</title>
      <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752658#M58123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried making a copy of the feature class to use in the spatial join instead of using the same input feature class twice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 21:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-join/m-p/752658#M58123</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2020-02-26T21:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join</title>
      <link>https://community.esri.com/t5/python-questions/spatial-join/m-p/752659#M58124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is actually an obvious and very good idea I haven't tried. I'll see if it works tomorrow!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 21:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spatial-join/m-p/752659#M58124</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-02-26T21:16:36Z</dc:date>
    </item>
  </channel>
</rss>

