ArcGIS Pro 2.6
I have a fishnet of polyline segments that I would like to create intersection points from. See illustration below. This fishnet is the addressing grid of my area of jurisdiction so the object is to have a point (mulitple points, actually) that has the coordinate values of the intersecting lines.

At the intersection of 200 South and 8700 West, I would like two points, one with the coordinates of 200 South , 8700 West the other with the coordinates of 8700 West, 200 South. How does one go about doing this?
I looked at Point at every intersection which refers you to Feature builder reference but I don't see the point at every intersection icon there.
Suggestions?
Slow night... some election coverage going on
As a Canadian, do you ever feel like you are living upstairs from a meth lab apartment?



Scott Harris- after a good night's sleep, I've been able to create the group template. What's the next step? Surely I'm not going to drop a point at every intersection; When I run the Intersect gp tool, I get 105,000 points. I'd like to somehow use those points:

Hi Joe,
Glad you got some rest... I know I didn't.
I guess I made an assumption about what you needed. Since, in your original questions you were looking at feature templates, I didn't consider that you wanted an automated solution and not a manual editing solution. By the way, the builder reference doc will be fixed for the next release.
If the goal is getting those "coordinate" attributes on those points, perhaps a join using FID_AddressGridMDG of the points and OID of the lines will get you part way there and then perhaps a spatial join with a bit more data massaging. Sorry I don't have a full solution since it's not my area of expertise
. Hopefully, someone else can chime in.
Thanks,
Scott
Glad you got some rest... I know I didn't. I trust you weren't worried about a solution for me! ![]()
I've been messing around a bit with a spatial join. Thanks Scott!
If anyone is interested here is what I did to get what I wanted:
Ugly? Yes. But it did the trick.