ExifTool does not support KML exported from Google Latitude history.

Started by bvs, July 17, 2011, 04:57:51 PM

Previous topic - Next topic

bvs

Problem is that KML use Unix UTC timestamps:

<Data name="timestamp">
<value>1308204471485</value>
</Data>


Attached files are example of KML and script to convert to acceptable form.

Phil Harvey

I don't think this is standard KML.  According to the KML specification, date/time values are encoded as strings in ISO 8601 format.

- 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 ($).