Hello Esri Community,
I have a bunch of points close to each other in a sequence, and I would like to create a line from point to point, connecting all of them.
After that I would like to "densify" the number of points on the whole line created. For example, I have a sequence of 3 points, but after linking all of them with a line, I want to insert a new point on that line between each original point, making it a line with 5 points (on that case).
Is there any way I could do that using Python code on ArcMap? Thank you in advance.