I'm looking at taking our current streets feature class and trying to extract the intersections and create a csv/Excel file listing all of the intersections. The record would need to look something like this in the "Intersection" field ie. Main St & 3rd Ave
Any help would be appreciated.
Solved! Go to Solution.
hi @mhudson - I found this older article that may be helpful to get you started, and a newer/related Esri Community post with potentially updated info!
hi @mhudson - I found this older article that may be helpful to get you started, and a newer/related Esri Community post with potentially updated info!
Thank you for the info.
Looks like my initial workflow is close to what the blog and updated community post is detailing. I was making it more complicated by introducing a Near Table to get the street names near the points and doing some joins based on FID fields.
I'll finish going through this workflow and update the post accordingly.
The older article along with the newer article got me over the hump. I was able to send a preliminary dataset to our vendor. Now I'll work on cleaning up the data a bit.
Thank you for the assistance!