1Image::ExifTool::GeotagU(s3e)r Contributed Perl DocumentaItmiaogne::ExifTool::Geotag(3)
2
3
4
6 Image::ExifTool::Geotag - Geotagging utility routines
7
9 This module is used by Image::ExifTool
10
12 This module loads GPS track logs, interpolates to determine position
13 based on time, and sets new GPS values for geotagging images.
14 Currently supported formats are GPX, NMEA RMC/GGA/GLL, KML, IGC, Garmin
15 XML and TCX, and Magellan PMGNTRK.
16
17 Methods in this module should not be called directly. Instead, the
18 Geotag feature is accessed by writing the values of the ExifTool
19 Geotag, Geosync and Geotime tags (see the Extra Tags in the tag name
20 documentation).
21
23 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
24
25 This library is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
29 <http://www.topografix.com/GPX/1/1/>
30 <http://www.gpsinformation.org/dale/nmea.htm#GSA>
31 <http://code.google.com/apis/kml/documentation/kmlreference.html>
32 <http://www.fai.org/gliding/system/files/tech_spec_gnss.pdf>
33
35 Thanks to Lionel Genet for the ability to read IGC format track logs.
36
38 "Extra Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
39
40
41
42perl v5.12.4 2011-08-18 Image::ExifTool::Geotag(3)