I want to place a series of points (representing defects) along a polyline (representing a pipeline). The defect points are measured by a contractor and the distance from the start is provided effectively in a CSV format with a starting distance from one end, along with various parameters I would like to add as attributes.
I can see how to do this for one point at a time. However I have possibly thousands of points to do.
Is it possible to achieve this in ArcGIS Pro?
An example of the data could be below, the key bits are the line ID and chainage from start.
Line, Start, Chainage, Defect Type, etc, etc
1, MH1, 5.3, BR,
1, MH1, 10.4, DJ,
1, MH1, 65, DJ
14, MH72, 7, DJ
14, MH72, 8, BR
etc
etc