Hello,
What I have:
- I have a line which is correctly geographically referenced.
- I know that the start and end nodes correspond to specific stations (i.e., points).
- The stations are sequential numbers based on some variable distance (e.g., Station 3408.52 is 2.91ft from Station 3405.61) - this distance may vary between stations.
What I want:
- I want to correctly position each station as a point along this line.
My proposed procedure:
- Create a table of all stations in sequential order, with a field containing distance to next one.
- Using the table, break the line at the set intervals (in sequential order)
- Export polyline nodes to a new point feature class (e.g., using ETGeoWizards)
Problem: How do I tackle my second step?