Hi!
I have two shapefiles, the street line information from a city (which contains only the streets used by the buses) and the bus stations as a point feature to which I've added a new column containing the position of each bus stop from the bus route. Therefore, my point feature contains a column with the bus number, one with the bus stop name and one with the position (ex: 1, 2, 3, etc.). How can I generate the position information on top of the group of streets crossed by one bus? I would prefer to simply generate two new columns with the information of the position and bus number.
I've already tried to create a network in ArcMap (as Pro doesn't yet have the tool) using these 2 shapefiles and to use the Network Analyst tools of ArcGIS Pro with that network file, however I couldn't find a solution. I've also tried this approach https://community.esri.com/people/xander_bakker/blog/2014/12/24/finding-the-shortest-route-using-dijkstras-algorithm?fbclid=IwAR3gXLS3hs-UYfAfK5Oe8IXtszZmCruaY7XgJcwdxuL-eI51r08UkZ4q8Rk, but it didn't bring the results I was looking for. Any advice is welcome.
Thank you 
route planning network anaysis bus routing