Control points in a curve

I am trying to create the alignment of a road from a .txt file with its coordinates. When creating the curve in Grasshopper using the interpolated curve component I will have the same amount of control points as the points in the .txt, I would like to decrease the amount of control points but with the condition that the curve maintains the same trajectory, I don’t know if it’s possible. I have tried to simplify the curve, rebuild it but then I would not keep the same trajectory.
Thank you in advance for your help.LD_Curva_2.gh (9.7 KB)hola3.txt (2.8 KB)

Please include coordinate file also.

The points are internalised, @sajesh_pj!

Do you want to keep the same curvature? Rebuilding your curve with 6 control points seems to work for me.

1 Like

Yes, I want to keep the same curvature.