Generate points from line intersections coming from a street network grid

1276
3
11-27-2018 11:37 AM
EdortaIraegui
New Contributor

Hello, everyone.

So, I have a polyline shapefile containing the street network of a large city. It contains avenues, streets, cul-de-sacs, etc. It is all a single layer. I would like to generate a new point layer where each point comes from street intersections (nodes) of the first layer. I thought the Intersect tool would do it, but it seems like it is meant to be used to generate points where TWO or more other layers intersect, while in my case all lines are in the same layer. Street network

On the image, the blue lines depict a single polyline layer. I would like to generate points basically at every street intersection (ie, at every point where a single line intersects with another).

Anyone has any experience with this?

Thanks in advance!

0 Kudos
3 Replies
DanPatterson_Retired
MVP Emeritus

It won't be perfect but

Feature Vertices To Points—Data Management toolbox | ArcGIS Desktop 

Delete Identical—Data Management toolbox | ArcGIS Desktop  using the shape field

and you can always use the same file twice in intersect

JakeSkinner
Esri Esteemed Contributor

Hi Edorta,

If you create a geodatabase topology, it will create a vertice at each intersection.  You won't have to create any specific rule for the topology.

EdortaIraegui
New Contributor

Thank you, it worked.

0 Kudos