I have a table which contain fields "Street", "From", "To" and "Number of potholes".
- "Street " showing the street line where the potholes are.
- "From" and "To" are street names which define part of street where the potholes are.
- "Number of potholes" is number of points which I want to place on defined part of line (between "From" and "To").
I want to do this using ArcGIS 10.4 . I have idea to download street lines from OpenStreetMap and to geocode each street and select street lines by location. I am not sure about steps after these.