Hi All, I know how to export a selection of WPTS to a .csv file. the default format for those coordinates are decimal degrees. I want them to export as degrees decimal minutes, how do I do that? cheers, jeff
You could use excel to do the conversion. Suppose the value is in A1, then in B1 use the formula "=trunc(A1,0)" and in C1 "=(A1-B1)*60". Copy B1 and C1 and Edit>Paste Special>Values. If the Lat and Lon are in adjacent columns then insert two columns between the values. Delete the original columns after doing the copy/paste special.