Hi there wizards!
I was sent a list of GPS datapoints recorded on a GPSMAP62 a few years back. I intend to use these datapoints to make sweetsweet science happen, but I cannot load them into ArcGIS without the projections turning out all wrong.
I figured out that if I convert them from the current format of NAD27 in hddd.mm.mmm, to WGS84 in hddd.ddddd I get the correct placement of datapoints. The issue is that I've only figured out how to do this one datapoint at the time in BaseCamp, and I have more than 500 points to convert.
Is there any way I can load a excel sheet of data into BaseCamp and run a conversion? Or am I stuck manually doing this the coming few nights?
One example is [TABLE="border: 0, cellpadding: 0, cellspacing: 0"]
[TR]
[TD="width: 88"]N18 07.228[/TD]
[TD="width: 98"]W87 50.436[/TD]
[/TR]
[/TABLE]
Should become the point below with correct conversion. [TABLE="border: 0, cellpadding: 0, cellspacing: 0"]
[TR]
[TD="width: 98"]N18.12047[/TD]
[TD="width: 98"]W87.84059[/TD]
[/TR]
[/TABLE]
Cheers guys