<?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: create point shapefile of street intersections from polyline - ArcEditor in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752344#M42300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;so how exactly would I be able to build a point shapefile of all the intersections in an entire city without selecting the cul-d-sacs as points as well? Only using the Real Nodes that is no End Nodes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Update: We're testing a post-process to our points, based on the Trim Lines command to get rid of dead-end lines, combined with a selection and erase on corresponding points. This seems to get rid of intersection points that lead only to dead-end streets; however, it does not work on cul-de-sacs that are actually described using a circular bulb at the end of the line. We're still working on a post-process to knock out the intersection corresponding to the street ending in that bulb...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~Garlynn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 16:30:38 GMT</pubDate>
    <dc:creator>JoeDiStefano</dc:creator>
    <dc:date>2012-01-23T16:30:38Z</dc:date>
    <item>
      <title>create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752319#M42275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to create a point shapefile of street intersections in downtown Phoenix, somehow deriving the points from a lone street centerline layer. I have tried extracting polyline nodes to points, but nodes do not exist at all of the necessary intersections. Intersect-related solutions don't seem to be any help since I am only working with one layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not experienced enough to understand most scripting. Is there any procedure to split polyline features into segments between each intersection? After that I could extract the nodes, then turn them into points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option I have explored is creating a small buffer around the polyline features. Theoretically, the points where the buffers around each segment overlap represent the intersections. This method is more inclusive, including all the potential intersections, but I can not figure out how to "overlay" the buffer with itself. Is there some way to use overlay to extract the small polygons where the individual buffered segments overlap, even though they are all in the same layer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 22:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752319#M42275</guid>
      <dc:creator>MichaelCatsos</dc:creator>
      <dc:date>2011-02-09T22:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752320#M42276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've used Hawth's Analysis Tools (free) to produce points at line intersections in the same layer, but I think it creates duplicates at each location which I removed by running a clean.&amp;nbsp; That was many years ago.&amp;nbsp; ETGeowizards has a Renode Wizard that from the help says it would analyze a line layer and it could create points representing the regular nodes where two lines intersect but it isn't one of the free tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 12:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752320#M42276</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2011-02-10T12:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752321#M42277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could creating a geometric network solve the problem? (ArcCatalog &amp;gt; Geodatabase &amp;gt; Feature dataset &amp;gt; Geometric network). Junctions will be created automatically at the intersections of the streets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 17:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752321#M42277</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2011-02-19T17:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752322#M42278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use the Planarize tool - this will break all of the lines where they intersect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 18:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752322#M42278</guid>
      <dc:creator>BRaffel</dc:creator>
      <dc:date>2011-02-22T18:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752323#M42279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alexey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thank you for your post!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great idea, I just created a geometric network to place points at all of our street intersections.&amp;nbsp; Quick and easy, had to do a little cleanup work as it placed points in all the cul-de-sac's as well.&amp;nbsp; Now to complete my count on how many STOP signs we have...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I like it when I can place a thousand points in a few seconds &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Joshua&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752323#M42279</guid>
      <dc:creator>JoshuaDamron</dc:creator>
      <dc:date>2011-03-09T18:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752324#M42280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad it worked out well for you. Geometric networks are indeed very good! But if you work with street data extensively, I encourage you to take a look at the Network Analyst geoprocessing tools - we have got quite a few new useful ones (ArcGIS 10). What's more, you can define your connectivity rules for your streets (end vertex or any vertex) and obtain system junctions that will get created upon the build of the network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider using Topology toolbar as BRaffel mentioned as well! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 19:37:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752324#M42280</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2011-03-09T19:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752325#M42281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there someway to transfer the centerline names to a intersection_name field in the point file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 14:16:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752325#M42281</guid>
      <dc:creator>RickEhlin__Jr</dc:creator>
      <dc:date>2011-05-06T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752326#M42282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I just wanted to point out that you absolutely can run the intersect tool with only one input, select point as output type, and get the intersections.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 21:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752326#M42282</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-05-06T21:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752327#M42283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for pointing this out, I have totally missed this! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I believe that creating a geometric network in the case of having billions of links is still more efficient time-wise. After editing the underlying data, to get the new points of intersection is a matter of rebuilding network, but when running the Intersection tool one is supposed to run the whole streets layer as the input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 06:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752327#M42283</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2011-05-09T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752328#M42284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like we've established how to get the point file (intersections) created, but that file has no usable data in it.&amp;nbsp; How would you go about getting the street names that intersect into the intersection file?&amp;nbsp; I can't find an automated solution to this...???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 11:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752328#M42284</guid>
      <dc:creator>RickEhlin__Jr</dc:creator>
      <dc:date>2011-05-09T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752329#M42285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rick, the attributes of the road segments will be transferred to the point features appropriately. Try to run the Intersect tool and check the attribute table of the output point layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 12:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752329#M42285</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2011-05-09T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752330#M42286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Rick, the attributes of the road segments will be transferred to the point features appropriately. Try to run the Intersect tool and check the attribute table of the output point layer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran the intersect tool from toolbox and it worked.....BUT there are now points for every line that meets up there....time to figure out how to unite all data into one point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 13:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752330#M42286</guid>
      <dc:creator>RickEhlin__Jr</dc:creator>
      <dc:date>2011-05-09T13:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752331#M42287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I ran the intersect tool from toolbox and it worked.....BUT there are now points for every line that meets up there....time to figure out how to unite all data into one point.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make a dissolve field that is a concatenation of the LAT/LON or X/Y. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DISSOLVEID&amp;nbsp; = �??-75.123456_45.123456�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Each point at this location should have the same string. You can then dissolve by the DISSOLVEID string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise there is always topological buffers in VBA/Python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 19:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752331#M42287</guid>
      <dc:creator>JimW1</dc:creator>
      <dc:date>2011-05-10T19:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752332#M42288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I'm confused.&amp;nbsp; I did the Intersect on my centerline, setting the output to point.&amp;nbsp; It created a multipoint feature, so I ran the multipoint to singlepoint.&amp;nbsp; Then I added the DissolveID field, and did the dissolve, setting the street name first and last as the statistics fields.&amp;nbsp; The problem I'm getting, is that at a T-junction, I have three points, with two having the same name, and sometimes the First and Last select those two and not the one with the different name.&amp;nbsp; What happens when I have more than two streets coming together at an intersection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 18:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752332#M42288</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2011-05-11T18:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752333#M42289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I've managed to get something, though it is not pretty. Here are my steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Create Version of centerline that only has named streets &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Dissolve on full street name (e.g. MAIN ST - this will remove duplicates later)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Use Intersect on this layer with output type = point&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Add XY coordinates to new point layer and create DissolveID field and set to X_Y as mentioned above&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Dissolve on DissolveID field to end up with only one point per intersection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) Add new field to your Dissolved Named Streets layer - make 150-200 characters to hold 4-5 street names, then use Field Calculator to fill it with street name and add an underscore "_" at the end (e.g. MAIN ST_)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7) Do a Spatial Join with your target being the intersection points, and the Join Features being the dissolved named streets layer.&amp;nbsp; Right click on your new field in the Field Map of Join Features, and under Merge Rule choose Join.&amp;nbsp; After running, your end result should look something like A ST_1ST ST_&amp;nbsp; All streets at the intersection will be included (I got up to 4), and only once each if you did the original dissolve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Use Field calculator to strip the last "_" and then replace the rest with " &amp;amp; "&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp; set the Parser to Python, then use the following:&amp;nbsp; !YourFieldName!.rstrip('_') and then !YourFieldName!.replace('_',' &amp;amp; ')&amp;nbsp; Your final will look like A ST &amp;amp; 1ST ST&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, all I have to do is create a model, so I'll remember how to do it the next time...!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 22:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752333#M42289</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2011-05-11T22:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752334#M42290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the delay. Your methodology is good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From my experience look out for T-Intersections, places where road names change, highway interchanges, and crazy intersections (5+) as the spatial join and attribute carry can be weak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I went through this about a month ago for a Canada-wide road network and broke down and used the topological buffer tool in VBA to get really clean intersection attributes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 13:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752334#M42290</guid>
      <dc:creator>JimW1</dc:creator>
      <dc:date>2011-05-13T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752335#M42291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can tell, road name changes and T-intersections all look fine.&amp;nbsp; I debated whether to remove my freeways and such with overpasses from the original layer, but decided to leave them in, even if they are not really intersections, since folks still like to reference those locations.&amp;nbsp; As far as I can tell, we don't have any intersections in the County with more than 4 streets.&amp;nbsp; The last time I made intersections a couple of years ago, I did use some code that I found that used the buffer, but it was very slow, and I think my product this time was actually cleaner.&amp;nbsp; Maybe it is not the same buffer - the one I used did not put all the street names into one field, but instead put them into separate fields, and then I had to run a model to compare each field to the others to make sure it was not a duplicate before adding it to the final intersection label field.&amp;nbsp; After creating the new intersections this time, however, I found that someone was using those individual street name fields...&amp;nbsp; So, does anyone have a suggestion on how I can strip individual streets from a field containing something like MAIN ST &amp;amp; 1ST ST &amp;amp; B ST ?&amp;nbsp; I could load it onto the mainframe and use a programming language that I know, but I'm sure there should be a way to do it in Python - I just don't really know it at all.&amp;nbsp; Seems like I should be able to search for the &amp;amp; and get its location, and then use that do a strip or something...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752335#M42291</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2011-05-13T14:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752336#M42292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So, does anyone have a suggestion on how I can strip individual streets from a field containing something like MAIN ST &amp;amp; 1ST ST &amp;amp; B ST ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Python, you'd read the field values, using a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v00000039000000.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;SearchCursor&lt;/A&gt;&lt;SPAN&gt;, into a string variable. Then, use the Python .split method. For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;array = yourstring.split("&amp;amp;")
firststreetname = array[0]
secondstreetname = array[1]
thirdstreetname = array[2]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752336#M42292</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-12T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752337#M42293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - that looks like just what I need.&amp;nbsp; Will there be any problems when I try thirdstreetname = array[2] if there is not a third street?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 16:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752337#M42293</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2011-05-13T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: create point shapefile of street intersections from polyline - ArcEditor</title>
      <link>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752338#M42294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, there will be problems. I think you can tackle this with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;for i in range(0,len(array))
&amp;nbsp;&amp;nbsp;&amp;nbsp; streetname = array&lt;I&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;...it may be len(array)-1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-point-shapefile-of-street-intersections/m-p/752338#M42294</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-12T07:56:22Z</dc:date>
    </item>
  </channel>
</rss>

