<?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 Finding intersections of more than two lines in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086867#M44172</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have been using ArcMap for some years for basic stuff and recently switched to ArcPro while trying to use arcpy at the same time. Therefore, I would appreciate any suggestions that I could use either in ArcPro as a tool or code in arcpy (if possible with explanations what exactly the code does).&lt;/P&gt;&lt;P&gt;Here's my question:&lt;/P&gt;&lt;P&gt;I have a shapefile of lines (road fragments) and I want to find points where at least 4 of those lines intersect. All I could find where ways to determine intersections of two features from the same shapefile or the intersections of features from several shapefiles. Is there a way to define the number of intersecting features from one shapefile?&lt;/P&gt;&lt;P&gt;To give you a bit of an impression of how my shapefile looks like, here a screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2021-08-07 174400.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20422i7026AFD228EB2252/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-08-07 174400.png" alt="Screenshot 2021-08-07 174400.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there are some hubs (red) where a lot of lines intersect and those are exactly the points I want to find. Is there any way to that other than manually?&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Deborah&lt;/P&gt;</description>
    <pubDate>Sat, 07 Aug 2021 16:49:33 GMT</pubDate>
    <dc:creator>Deborah_Priss</dc:creator>
    <dc:date>2021-08-07T16:49:33Z</dc:date>
    <item>
      <title>Finding intersections of more than two lines</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086867#M44172</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have been using ArcMap for some years for basic stuff and recently switched to ArcPro while trying to use arcpy at the same time. Therefore, I would appreciate any suggestions that I could use either in ArcPro as a tool or code in arcpy (if possible with explanations what exactly the code does).&lt;/P&gt;&lt;P&gt;Here's my question:&lt;/P&gt;&lt;P&gt;I have a shapefile of lines (road fragments) and I want to find points where at least 4 of those lines intersect. All I could find where ways to determine intersections of two features from the same shapefile or the intersections of features from several shapefiles. Is there a way to define the number of intersecting features from one shapefile?&lt;/P&gt;&lt;P&gt;To give you a bit of an impression of how my shapefile looks like, here a screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2021-08-07 174400.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20422i7026AFD228EB2252/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2021-08-07 174400.png" alt="Screenshot 2021-08-07 174400.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there are some hubs (red) where a lot of lines intersect and those are exactly the points I want to find. Is there any way to that other than manually?&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Deborah&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 16:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086867#M44172</guid>
      <dc:creator>Deborah_Priss</dc:creator>
      <dc:date>2021-08-07T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding intersections of more than two lines</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086876#M44173</link>
      <description>&lt;P&gt;Maybe just an Intersect to itself, with a point output, then spatial join the output points back to the lines to get a JOIN_COUNT, then filter where it's &amp;gt;=4&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 18:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086876#M44173</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-07T18:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding intersections of more than two lines</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086877#M44174</link>
      <description>&lt;P&gt;given line inputs and point outputs, David's suggestion of intersect is one to pursue,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-intersect-analysis-works.htm" target="_blank"&gt;How Intersect works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;however, be aware that it is moderately unlikely that the intersections points will exactly as you planned.&lt;/P&gt;&lt;P&gt;I would convert the shapefile to a featureclass in a file geodatabase so that you can have control over the tolerance aspects of the geometry.&amp;nbsp; If you don't you may end up with 4 or more lines that appear to intersect one location but in reality they are separated by some small but finite distance and you won't get your desired point count.&amp;nbsp; You may need to follow up with examining these clusters to achieve your end goal.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 18:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1086877#M44174</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-07T18:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding intersections of more than two lines</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1087029#M44194</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt; and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;! I think you're right and I have to include some tolerance. I'll play a bit with the intersection tool and see if I can work it out by adjusting the feature class geometry. I'll have to manually cross-check it with Google Earth afterwards anyway, but I thought it would spare me some time if I can partially automate that step and then just edit the points. This is just a small subset of my data and I'll have to apply the procedure to the whole dataset later.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 08:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1087029#M44194</guid>
      <dc:creator>Deborah_Priss</dc:creator>
      <dc:date>2021-08-09T08:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Finding intersections of more than two lines</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1087821#M44315</link>
      <description>&lt;P&gt;Thanks again for your suggestiond. After trying a few things, I just went with intersecting the layer with itself and then using Aggregate Points to find locations with many intersections. I then filtered them, converted the feature class back to a point layer and repeated the progress to refine the results. I know, it's probably a bit complicated and not the straightforward way but it worked for now.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 08:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/finding-intersections-of-more-than-two-lines/m-p/1087821#M44315</guid>
      <dc:creator>Deborah_Priss</dc:creator>
      <dc:date>2021-08-11T08:35:27Z</dc:date>
    </item>
  </channel>
</rss>

