Place uniformly distanced points along a line

656
2
Jump to solution
05-03-2023 04:31 AM
LukaGregoriGrgič
New Contributor

I am trying to perform the following two task in ArcGIS Pro (3.1):

1. place a given number of points  uniformly  distanced along the length of a line (representing e.g. a road, a path or similar)

ex.: length of the line: 10 length units (km, miles, etc.); place 9 points along its length,  one every length unit)

2. split a line in a given number of segments having the same lengths 

ex.: split a  line of 10 length units in 10 segments, each 1 length unit long

I would like to know if there is any tool / function available in ArcGIS Pro to perform these tasks automatically   

1 Solution

Accepted Solutions
RhettZufelt
MVP Notable Contributor
2 Replies
DanPatterson
MVP Esteemed Contributor

1  Add the point layer if it is a featureclass already, if not

   XY Table To Point (Data Management)—ArcGIS Pro | Documentation

2  If the points represent where you want split your lines then

    Split Line at Point (Data Management)—ArcGIS Pro | Documentation

everything should be in the same projected coordinate system,... if not, make it so


... sort of retired...
RhettZufelt
MVP Notable Contributor