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, Magellan PMGNTRK, Honeywell PTNTHPR, Winplus Beacon text,
16 IMU CSV, and Bramor gEO log files.
17
18 Methods in this module should not be called directly. Instead, the
19 Geotag feature is accessed by writing the values of the ExifTool
20 Geotag, Geosync and Geotime tags (see the Extra Tags in the tag name
21 documentation).
22
24 To take advantage of attitude information in the PTNTHPR NMEA sentence,
25 the user-defined tag GPSRoll, must be active.
26
28 Copyright 2003-2020, Phil Harvey (philharvey66 at gmail.com)
29
30 This library is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself.
32
34 <http://www.topografix.com/GPX/1/1/>
35 <http://www.gpsinformation.org/dale/nmea.htm#GSA>
36 <http://code.google.com/apis/kml/documentation/kmlreference.html>
37 <http://www.fai.org/gliding/system/files/tech_spec_gnss.pdf>
38
40 Thanks to Lionel Genet for the ability to read IGC format track logs.
41
43 "Extra Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
44
45
46
47perl v5.32.0 2020-07-28 Image::ExifTool::Geotag(3)