How can intersection points get the streetlines attributes?

283
2
03-21-2023 03:01 PM
Kris_AB
New Contributor II

Hello I would like to get the street names in the intersection point. Is there any way that I can get the street names? for example, I want red point would have attribute 1 St SW/1 Ave SW. if I get these two attribute, I can concatenate them. I am struggling to get those attributes from the streetlines. 

Kris_AB_0-1679436009951.png

 

0 Kudos
2 Replies
SteveCole
Frequent Contributor

Here are some resources I found when I had to create a point layer of street intersections last year.

ESRI BLOG - More Adventures in Overlay: creating a street intersection list (data/model download link is broken)

create point shapefile of street intersections from polyline - ArcEditor

 

You just need to get the two streets into their own fields and then you can use a field calculation to do a bulk concatenation of the two fields into a new, separate field. Hopefully you don't have more than 2 streets intersecting. 😬

 

Steve

0 Kudos
KrisKarki
New Contributor II

Thank you Steve

0 Kudos