I am trying to get my data in order so I can place points along my centerlines to represent traffic collisions. I have a centerline feature with street names and a unique number for each segment. This centerline is broken at alleys and cross streets.
I have a table with a list of collisions. It has a column for the street, distance, direction and cross-street. So a collision may be something like this.
Carmen Dr, 120�??, East, Daily Dr.
From what I have read this is a bit more complicated than what Linear Referencing can do. I was wondering if I can specify columns for street and cross street, distance and direction, and have the program place my points. Is this possible? If not, what are my other options?
Thanks Richard,
I will take a look at this and see if I have any problems.
Thanks Richard. I was able to build a Macro in Excel that does a find and replace on my street names to clean them up. I also have a point layer with all the intersections, so I just added a field and concantonated them. I guess the part I am not sure about is how do I assign route numbers to the lines that they sit on. I also didn�??t get much of a join when I joined the data, I need to clean it up more. Then I can try to do the distance multiplier field. Thank you for sharing.
It sounds as though my next step is to create a bunch of If/Then statements (or a python equivalent) and assign a route number based on what direction from the intersection it is located.
So if my accident was Daily Dr 100' West of Carmen Dr I would need to programatically find the right segment and have it measure away from the intersection. Daily at Carmen -100'.
Between 225 and 315 degrees would be considered West. I see what you mean about complicated.