IMG00001.jpg 19°39'59.99"E 60° 20'0.05"N 100.073997
Hello orellius,I think that the coordinate information input from CSV in the following format should work in the latest Metashape version:Code: [Select]IMG00001.jpg 19°39'59.99"E 60° 20'0.05"N 100.073997Let me know, if you have a problems with the import in such format (in such case the example of the input lines would be helpful).
IMG00001.jpg,19°39'59.99"E,60° 20'0.05"N,100.073997
IMG00002.jpg,19:39:59.99E,60:20:0.05N,100.073997
Hello orellius,I suggest to use degrees,minutes,seconds marks in the CSV file (like in my example above) or "colon" delimiter:Code: [Select]IMG00001.jpg,19°39'59.99"E,60° 20'0.05"N,100.073997orCode: [Select]IMG00002.jpg,19:39:59.99E,60:20:0.05N,100.073997