<?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: Intersection Question : Include ALL Intersections in a single point (3way+) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406964#M13764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On an interesting side note...&lt;/P&gt;&lt;P&gt;I just discovered a weird side-effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing the spatial join I get a SINGLE point for ALMOST ALL Intersections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALMOST ALL... EXCEPT those that are like I described above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance...&lt;/P&gt;&lt;P&gt;Where Admiral Blvd splits North and South Phoenix Ave I have 3 points.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;N PHOENIX AVE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;S PHOENIX AVE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;N PHOENIX AVE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;W ADMIRAL BLVD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;S PHOENIX AVE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;W ADMIRAL BLVD&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The street names above that are bolded I would like to merge into a single point... The ones struck through should be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 20:52:38 GMT</pubDate>
    <dc:creator>BrianO_keefe</dc:creator>
    <dc:date>2014-09-04T20:52:38Z</dc:date>
    <item>
      <title>Intersection Question : Include ALL Intersections in a single point (3way+)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406962#M13762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm it works for me.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imagine I have only two points A and B that are coincident.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run Spatial Join using the points as both Target and Join features, and JOIN_ONE_TO_MANY as the join operation.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You now have 4 points, with all of the columns from the Target feature (including a column for street name) and all of the columns from the Join features (including its street name). The four features are: A joined to A, A joined to B, B joined to A, and B joined to B. Only one of these will have a Target_FID greater than Join_FID. This is the only point you want to keep (i.e. select all of the points with Target_FID &amp;lt; Join_FID, and delete them). You now have one feature with two fields, each with a street name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 21:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406962#M13762</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2014-09-03T21:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection Question : Include ALL Intersections in a single point (3way+)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406963#M13763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My question is now... what about 3 and 4 way intersections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, we have some streets that span a directional split...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;North Memorial Drive and South Memorial Drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So technically, where Memorial INTERSECTS with our split point which is parallel to Admiral I should have...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Intersection 1&lt;OL&gt;&lt;LI&gt;South Memorial Drive&lt;/LI&gt;&lt;LI&gt;North Memorial Drive&lt;/LI&gt;&lt;LI&gt;West Admiral Drive&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406963#M13763</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2014-09-04T20:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection Question : Include ALL Intersections in a single point (3way+)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406964#M13764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On an interesting side note...&lt;/P&gt;&lt;P&gt;I just discovered a weird side-effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing the spatial join I get a SINGLE point for ALMOST ALL Intersections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALMOST ALL... EXCEPT those that are like I described above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance...&lt;/P&gt;&lt;P&gt;Where Admiral Blvd splits North and South Phoenix Ave I have 3 points.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;N PHOENIX AVE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;S PHOENIX AVE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;N PHOENIX AVE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;W ADMIRAL BLVD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Intersection Point&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;S PHOENIX AVE&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;W ADMIRAL BLVD&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The street names above that are bolded I would like to merge into a single point... The ones struck through should be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/intersection-question-include-all-intersections-in/m-p/406964#M13764</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2014-09-04T20:52:38Z</dc:date>
    </item>
  </channel>
</rss>

