I did ESRI's intro to Linear Referencing course and it was working with trails data with about 14 trails. It wasn't much help, making an event table consisted of typing in the trail number for the route you want to place a point on. I want to be able to do some kind of calculation to create my route name. So I figure I concantonate the primary, direction and secondary street and that will be my route name.
I guess my concern is how do I reliably and repeatibly find a particular intersection. The labeled section of centerline refers to the two different discriptions I could have from the police department that would be describing the same piece of road.
So my concern is with new event tables I receive on a quarterly basis. How will I know and match up the police description of the street segment (i.e. Primary St = Arneill, Secondary St = Ponderosa, distance 100 ft, direction South) matching up with what I have.
I like the idea of having single segments, or even single segments between intersections and for example subtracting from the total if it is south and adding if it is North, but I would think I would need to program something to know the total measure of each segment and know a particular description of it means it should subtract from the total and not add.
Ahh, I see the light! Forget about the routes, and just use the intersection points. That makes sense. What if the intersection is at a 45 degree angle or I have curvealinear streets? The offset may be NW. Will the offset know to follow the segment? I want the point in the middle of the road, side doesn't matter. I'll start looking into this tomorrow. Thanks again!
I also calculate the From and To measures of the Route so I can join to it and see that a measure value is too high. Too low is usually negative, so it is easy to figure out. If it is just -20 feet or so then I may just adjust the offset by 20 (very typical in cul-de-sac bulbs).
Richard,
How do you calculate the values of from and to? It seems like the LR route information is embedded in the line and only works with the identify tool.
Richard, I'm doing mine a little differently, I don't have From and To lines, everything is point based.
Here is my issue. I created multiple points at each intersection with every possible combination of street names. For example if I have 3 streets coming together my intersection would be made up of 6 points. That way no matter how my primary and secondary street is written, it will join to this intersection and get this XY. I perform the join then calculate the measures into my event table. Then I add or subtract their distances from the intersection from those measures.
FULTON ST_HARTNELL ST
FULTON ST_PICKWICK DR
PICKWICK DR_FULTON ST
PICKWICK DR_HARTNELL ST
HARTNELL ST_PICKWICK DR
HARTNELL ST_FULTON ST
The problem is when I go to �??locate features along route�?� it doesn�??t know which measurement to apply to which point. I uncheck "Keep only the closest route location" So my output looks like this�?�
[ATTACH=CONFIG]11654[/ATTACH]
This won�??t work. The street name on the left in the "Concan" field is the Primary Street and needs to match the RID, so Fulton and Hartnell should be at 450.9697 ft. The problem is that it may join to my table with 0 or 1977.0115. So I have to go through 5720 records to clean up the whole city. This will take weeks!
Richard,
It works now! Thank you so much for your consulting help these last few months! I have been struggling with this project in my free time and it finally works! Its down to about 5% errors instead of 40%.