I am developing a solution to generate a coordinate table based on a list of codes provided by the user.
Input Data:
1-List of codes: [“code1”, “code2”, “code3”] (the user can provide as many codes as desired).
2-Corridor selection.
Process:
1-The routine should read the corridor frequency and, for each frequency of each region of the corridor, proceed with the next step.
2-Every 10 meters, for example, it should collect the coordinates specified by the code, and include the code as a “description”.
This process will allow automation and precision in data collection, facilitating the management of coordinates along the selected corridor.