Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::geotag(3pm) [debian man page]

Image::ExifTool::Geotag(3pm)				User Contributed Perl Documentation			      Image::ExifTool::Geotag(3pm)

NAME
Image::ExifTool::Geotag - Geotagging utility routines SYNOPSIS
This module is used by Image::ExifTool DESCRIPTION
This module loads GPS track logs, interpolates to determine position based on time, and sets new GPS values for geotagging images. Currently supported formats are GPX, NMEA RMC/GGA/GLL, KML, IGC, Garmin XML and TCX, and Magellan PMGNTRK. Methods in this module should not be called directly. Instead, the Geotag feature is accessed by writing the values of the ExifTool Geotag, Geosync and Geotime tags (see the Extra Tags in the tag name documentation). AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.topografix.com/GPX/1/1/> <http://www.gpsinformation.org/dale/nmea.htm#GSA> <http://code.google.com/apis/kml/documentation/kmlreference.html> <http://www.fai.org/gliding/system/files/tech_spec_gnss.pdf> ACKNOWLEDGEMENTS
Thanks to Lionel Genet for the ability to read IGC format track logs. SEE ALSO
"Extra Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.4 2011-02-07 Image::ExifTool::Geotag(3pm)

Check Out this Related Man Page

Image::ExifTool::MWG(3pm)				User Contributed Perl Documentation				 Image::ExifTool::MWG(3pm)

NAME
Image::ExifTool::MWG - Metadata Working Group support SYNOPSIS
# enable MWG tags (strict mode enabled by default) use Image::ExifTool::MWG; # disable MWG strict mode $Image::ExifTool::MWG::strict = 0; DESCRIPTION
The MWG module contains tag definitions which are designed to simplify implementation of the Metadata Working Group guidelines. These special MWG composite tags are enabled simply by loading this module: use Image::ExifTool::MWG; When the MWG module is loaded, "strict MWG conformance" is enabled by default. In this mode, ExifTool will generate a Warning tag instead of extracting EXIF, IPTC and XMP from non-standard locations. The strict mode may be disabled by setting the MWG "strict" flag to zero (either before or after loading the MWG module): $Image::ExifTool::MWG::strict = 0; AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.metadataworkinggroup.org/> SEE ALSO
"MWG Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.4 2011-01-31 Image::ExifTool::MWG(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Filter a .kml file (xml) with data set from text file

I have a .kml file. So I want filter the .kml to get only the tags that have this numeric codes that they are in a text file 11951 11952 74014 11964 11965 11969 11970 11971 11972 60149 74018 74023 86378 11976 11980 11983 11984 11987 (5 Replies)
Discussion started by: pcoj33
5 Replies

2. UNIX for Beginners Questions & Answers

GPS Device not able to read xml files

Hi, new to Forum and I am not knowledgeable on any coding/encrypting or xml. Short version of my problem is this; My wife bought me a golf GPS unit years ago and the company was bought out by Callaway Golf and eventually discontinued. They dropped all support and website servers. This unit... (14 Replies)
Discussion started by: raidercruz
14 Replies

3. Shell Programming and Scripting

UTC to GPS

Gents, Kindly can u help with this. I would like to get GPS time from UTC Input 17/11/27 03:13:50:480000 17/11/27 03:12:54:380000 17/11/27 03:14:39:980000 output desired. 17/11/27 03:13:50:480000 1195787648480000 17/11/27 03:12:54:380000 1195787592380000 17/11/27... (6 Replies)
Discussion started by: jiam912
6 Replies