How to geotag with custom tags in .gpx file?

Started by janmartin, December 02, 2010, 04:31:20 PM

Previous topic - Next topic

janmartin

Hi Phil,

I have a .gpx file with custom tags:

<trkpt lat="-32.700968767" lon="141.085271667">
  <time>2010-10-09T07:12:34.000Z</time>
  <ele>1293.4</ele>
  <custom_tag_1>123</custom_tag_1>
  <custom_tag_2>456</custom_tag_2>
  <custom_tag_3>789</custom_tag_3>
</trkpt>

How can I geotag  folder of images with not just the GPS data, but also the custom data?

Thanks,
Jan

Phil Harvey

Hi Jan,

The exiftool application does not have the ability to do this.  Perhaps something like geosetter can do what you want?

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).