1
vote
0answers
59 views

Problem to transform events from one route to another

I have a road feature class layer containing parts like 1_10, 1_20. 2_10, 2_20... etc. 1_, 2_ is later used to create the route and _10, _20 is indicating the direction (the road feature classes were ...
3
votes
2answers
306 views

Linear referencing: Assigning RouteIds to polyline feature class

I have a Linear Referencing Route System in ArcGIS Geodatabase format (polylines with M values) and a separate polyline feature class of short segments (called TMC) that do not have RouteIds ...
2
votes
3answers
549 views

How to preserve the original direction of NHD segments when creating a route using the gp.CreateRoutes_lr tool?

I am trying to figure out how to preserve the original line direction of NHD High Resolution data that I am selecting out and creating a route with. I'm using ArcGIS 9.3.1 and this is a python script. ...