<?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 Another Street Intersections Thread in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164502#M9167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of threads on this particular subject and I wonder if someone could guide me through the logic I need to follow in order process a feature class of intersection points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a subset of my main centerlines I have run the intersect tool; the ensuing feature class is a multi-part point feature class.&amp;nbsp; According to &lt;A class="link-titled" href="http://support.esri.com/other-resources/gis-dictionary/term/multipart%20feature" title="http://support.esri.com/other-resources/gis-dictionary/term/multipart%20feature"&gt;multipart feature | Definition - Esri Support GIS Dictionary&lt;/A&gt; , &lt;EM&gt;&lt;STRONG&gt;In ArcGIS, a digital representation of a place or thing that has more than one part but is defined as one feature because it references one set of attributes&lt;/STRONG&gt;&lt;/EM&gt;. I'm trying to figure out if this works to my advantage for what I want to do or to my disadvantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point feature class that results from running the intersection tool looks something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/335910_pastedImage_4.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those intersection points I've highlighted represent what I would refer to as 'pass through' intersections. That is, there are two points located at the exact same location, but the streets on either side of it are the same.&amp;nbsp; For example, S Joes Ln and S Joes Ln. Here in Utah we have numeric as well as named streets.&amp;nbsp; The streets I'm working on are named only.&amp;nbsp; If E 4500 S intersects with S Joes Ln, all we would refer to as the intersection is 4500 S Joes Ln; basicially a house number and a street name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is get rid of those pass through intersection points.&amp;nbsp; This brings me back to the definition of a multipart point feature class;&amp;nbsp; how can I select just those points that have the same data on one side and the other?&amp;nbsp; FWIW, I've converted the original multipart point feature class into a single part.&amp;nbsp; I don't really know if I've gained anything by doing that however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, I would like to merge those true intersections into one point that provides the two different streets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/335939_pastedImage_6.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that there are 3 points at the selected location which is the intersection of Lancer &amp;amp; Market.&amp;nbsp; I don't care about Lancer and Lancer;&amp;nbsp; I can create and alternate name of Market &amp;amp; Lancer for Lancer &amp;amp; Market.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 18:05:36 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2017-03-07T18:05:36Z</dc:date>
    <item>
      <title>Another Street Intersections Thread</title>
      <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164502#M9167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of threads on this particular subject and I wonder if someone could guide me through the logic I need to follow in order process a feature class of intersection points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a subset of my main centerlines I have run the intersect tool; the ensuing feature class is a multi-part point feature class.&amp;nbsp; According to &lt;A class="link-titled" href="http://support.esri.com/other-resources/gis-dictionary/term/multipart%20feature" title="http://support.esri.com/other-resources/gis-dictionary/term/multipart%20feature"&gt;multipart feature | Definition - Esri Support GIS Dictionary&lt;/A&gt; , &lt;EM&gt;&lt;STRONG&gt;In ArcGIS, a digital representation of a place or thing that has more than one part but is defined as one feature because it references one set of attributes&lt;/STRONG&gt;&lt;/EM&gt;. I'm trying to figure out if this works to my advantage for what I want to do or to my disadvantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point feature class that results from running the intersection tool looks something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/335910_pastedImage_4.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those intersection points I've highlighted represent what I would refer to as 'pass through' intersections. That is, there are two points located at the exact same location, but the streets on either side of it are the same.&amp;nbsp; For example, S Joes Ln and S Joes Ln. Here in Utah we have numeric as well as named streets.&amp;nbsp; The streets I'm working on are named only.&amp;nbsp; If E 4500 S intersects with S Joes Ln, all we would refer to as the intersection is 4500 S Joes Ln; basicially a house number and a street name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is get rid of those pass through intersection points.&amp;nbsp; This brings me back to the definition of a multipart point feature class;&amp;nbsp; how can I select just those points that have the same data on one side and the other?&amp;nbsp; FWIW, I've converted the original multipart point feature class into a single part.&amp;nbsp; I don't really know if I've gained anything by doing that however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, I would like to merge those true intersections into one point that provides the two different streets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/335939_pastedImage_6.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that there are 3 points at the selected location which is the intersection of Lancer &amp;amp; Market.&amp;nbsp; I don't care about Lancer and Lancer;&amp;nbsp; I can create and alternate name of Market &amp;amp; Lancer for Lancer &amp;amp; Market.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164502#M9167</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-03-07T18:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Another Street Intersections Thread</title>
      <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164503#M9168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears as though you could eliminate much of the issues by using the Dissolve tool on the FullName attribute to merge the mulitiple segments of the same road into a single feature.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164503#M9168</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2017-03-07T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Another Street Intersections Thread</title>
      <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164504#M9169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just gave that a try and unfortunately I lost all the intersects on same-named streets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="335993" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/335993_pastedImage_1.png" style="width: 334px; height: 241px;" /&gt;&lt;/P&gt;&lt;P&gt;That is one selected street, not 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edited]&amp;nbsp;&amp;nbsp; But...&amp;nbsp; Moments later I tried something else.&amp;nbsp; I performed a spatial join between the intersection points and the dissolved streets.&amp;nbsp; After that, I&amp;nbsp; selected from the new feature class where Points_Fullname = Streets_Dissolve_Fullname.&amp;nbsp; That provides those that are pass through intersections. Flip the selection and there you have it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="335995" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/335995_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Switch the selected set, and these are the true intersections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/336036_pastedImage_1.png" style="width: 620px; height: 362px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a field called Intersection_1 and populate it with the concatenation of !Points_Fullname!+' '+!Streets_Dissolve_Fullname! and then add another field called Intersection_2 and populate it with !Streets_Dissolve_Fullname!+' '+ !Points_Fullname!.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/4236"&gt;Jim Cousins&lt;/A&gt;‌ !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 19:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164504#M9169</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-03-07T19:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Another Street Intersections Thread</title>
      <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164505#M9170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suggestion by &lt;A href="https://community.esri.com/migrated-users/4236"&gt;Jim Cousins&lt;/A&gt; works.&amp;nbsp; They key is to Dissolve by streetname before running the Intersect to derive the intersection points.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/336075_streetinteresections.jpg" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 20:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164505#M9170</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-03-07T20:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Another Street Intersections Thread</title>
      <link>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164506#M9171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/cdspatial"&gt;cdspatial&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris-&amp;nbsp; what you show is what I expected, but when I tried it, I lost the intersections.&amp;nbsp; I tried both outputting multipart lines and single part lines and got the same results as shown above.&amp;nbsp; Beats me!&amp;nbsp; Bottom line is I'm good to go!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 20:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/another-street-intersections-thread/m-p/164506#M9171</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2017-03-07T20:23:38Z</dc:date>
    </item>
  </channel>
</rss>

