I have a polyline layer that has been joined to a table and I need to split it at certain distances along the line.
The attribute table contains the distances at which I would like to split the lines. The attribute table looks like this:
I need to split the line a two spots, ChStaL and ChStaR, which are both distances from the starting node.
I'd really like a python type solution if possible as I have over 30 of these layers.
I've been cruising around ESRI help docs and ArcToolbox but, haven't found anything that will allow me to do this en-mass. Almost everything out there requires me to do manually editing.
Any help would be most appreciated.