I have recieved a file from my company with over 7.000 coordinates. They are sorted in a bad way that I cannot easly access what i need. For example:
- We have track lines: L75
- We have a crossing point: OW 34
- We have a Kilometer points: 45
They sorted the coordinates by crossing point. Meaning that for every line in the country the crossing points are stacked behind each other in the file. With no other indications (as the name of the point is the crossing).
What I want to achieve is a way to reorganize them by track line and then crossing point. I am curently manualy doing it but it is a repetative boring job.
I tried dragging and dropping but one at a time seems a bit ludicrous.