We want to first load GCP data in the form of comma separated values,
GCP label, X, Y, Z
here X, Y, Z are longitude, latitude and altitude.
And further we want to add GCP points to the chunk using the API in form of CSV again.
GCP label, Image label, X, Y
here X and Y pixel coordinates of the GCP in image.
What is the best possible way to do it?